# MedCrypt Brand Identity

A complete profile of **MedCrypt**'s visual system — colors, typography, components, and personality — extracted from [https://www.medcrypt.co](https://www.medcrypt.co/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://www.medcrypt.co.

- primary
  - **Hex:** #0D1B2E
  - **RGB:** rgb(13, 27, 46)
- secondary
  - **Hex:** #0A2540
  - **RGB:** rgb(10, 37, 64)
- accent
  - **Hex:** #4EDC9F
  - **RGB:** rgb(78, 220, 159)
- background
  - **Hex:** #11243E
  - **RGB:** rgb(17, 36, 62)
- textPrimary
  - **Hex:** #11243E
  - **RGB:** rgb(17, 36, 62)
- link
  - **Hex:** #11243E
  - **RGB:** rgb(17, 36, 62)

## Typography

Each font links to its Google Fonts page where available.

- primary: Inter
  - [Google Fonts →](https://fonts.google.com/specimen/Inter)  
- heading: Poppins
  - [Google Fonts →](https://fonts.google.com/specimen/Poppins)

## Visual Assets

Logo

Favicon

## UI Components

Live previews rendered using MedCrypt's actual button styles.

- Button Primary  
  - background: #4EDC9F  
  - textColor: #11243E  
  - borderColor: #4EDC9F  
  - borderRadius: 8px  
  - shadow: none

- Button Secondary  
  - background: #113657  
  - textColor: #3A4554  
  - borderRadius: 0px  
  - shadow: none

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** medical device manufacturers and healthcare professionals

## MedCrypt Brand in the Wild

%20(4).webp)

Source: [medcrypt.co](http://www.medcrypt.co/)

Source: [medcrypt.co](http://www.medcrypt.co/)

Source: [medcrypt.co](http://www.medcrypt.co/)

Source: [medcrypt.co](http://www.medcrypt.co/)

## Frequently Asked Questions

- **What is MedCrypt's primary brand color?**  
  MedCrypt's primary brand color is #0D1B2E. It anchors the visual identity across their website, product UI, and marketing materials.
- **What accent color does MedCrypt use?**  
  MedCrypt uses #4EDC9F as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
- **What font does MedCrypt use?**  
  MedCrypt uses Inter for body text and Poppins for headings. Fonts were detected on https://www.medcrypt.co as part of their live design system.
- **Does MedCrypt use a light or dark theme?**  
  MedCrypt's primary site uses a dark color scheme, with a background of #11243E.
- **Where can I find MedCrypt's logo?**  
  MedCrypt's logo is available directly on their site (https://www.medcrypt.co). The current logo URL is included in the machine-readable JSON profile linked above.
- **How was this brand profile generated?**  
  This profile was extracted from https://www.medcrypt.co using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by MedCrypt.

## Methodology

Brand data on this page was extracted from [https://www.medcrypt.co](https://www.medcrypt.co/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by **CharacterQuilt** and is not affiliated with or endorsed by MedCrypt.

## Machine-Readable Profile

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Poppins",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#0D1B2E",
    "secondary": "#0A2540",
    "accent": "#4EDC9F",
    "background": "#11243E",
    "textPrimary": "#11243E",
    "link": "#11243E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "48px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4EDC9F",
      "textColor": "#11243E",
      "borderColor": "#4EDC9F",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#113657",
      "textColor": "#3A4554",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6502b833e5cddc8d35e1d515/6502e533cbff208649ec4387_medcrypt%20Logo.svg",
    "favicon": "https://cdn.prod.website-files.com/6502b833e5cddc8d35e1d515/6516f8344b3184322633274d_whitelogo_bluebg_31x31_webflow.png",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Medcrypt Brand White Logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "medical device manufacturers and healthcare professionals"
  }
}
```
