Home · Branding · Decoda Health

Decoda Health Brand Identity

A complete profile of Decoda Health's visual system — colors, typography, components, and personality — extracted from https://decodahealth.com/. Built for designers, agents, and AI tools.

Download JSON
Primary
#C5A37E
Accent
#C5A37E
Body Font
Switzer
Heading
Switzer

Color Palette

Brand palette extracted from https://decodahealth.com/.

primary
#C5A37E
rgb(197, 163, 126)
accent
#C5A37E
rgb(197, 163, 126)
background
#1B211B
rgb(27, 33, 27)
textPrimary
#1B211B
rgb(27, 33, 27)
link
#C5A37E
rgb(197, 163, 126)

Typography

Each font links to its Google Fonts page where available.

primary
Switzer
heading
Switzer
Switzer
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Decoda Health logo
Logo
Decoda Health favicon
Favicon
Decoda Health social image
Social Card

UI Components

Live previews rendered using Decoda Health's actual button styles.

buttonPrimary
background #C5A37E textColor #FFFFFF borderRadius 33554400px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.736911 0.0231723 0.0600903 / 0.2) 0px 10px 15px -3px, oklab(0.736911 0.0231723 0.0600903 / 0.2) 0px 4px 6px -4px
buttonSecondary
background #262C26 textColor #FFFFFF borderRadius 33554400px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px

Brand Personality

Tone: modern Energy: medium Audience: healthcare professionals

Decoda Health Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Decoda Health's primary brand color?

Decoda Health's primary brand color is #C5A37E. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Decoda Health use?

Decoda Health uses Switzer as the primary typeface across body and headings.

Does Decoda Health use a light or dark theme?

Decoda Health's primary site uses a dark color scheme, with a background of #1B211B.

Where can I find Decoda Health's logo?

Decoda Health's logo is available directly on their site (https://decodahealth.com/). 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://decodahealth.com/ 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 Decoda Health.

Methodology

Brand data on this page was extracted from https://decodahealth.com/ on using the Firecrawl 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 Decoda Health.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Switzer",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#C5A37E",
    "accent": "#C5A37E",
    "background": "#1B211B",
    "textPrimary": "#1B211B",
    "link": "#C5A37E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Switzer",
      "heading": "Switzer"
    },
    "fontStacks": {
      "heading": [
        "Switzer"
      ],
      "body": [
        "Switzer"
      ],
      "paragraph": [
        "Switzer"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "11px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#C5A37E",
      "textColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.736911 0.0231723 0.0600903 / 0.2) 0px 10px 15px -3px, oklab(0.736911 0.0231723 0.0600903 / 0.2) 0px 4px 6px -4px"
    },
    "buttonSecondary": {
      "background": "#262C26",
      "textColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px"
    }
  },
  "images": {
    "logo": "https://decodahealth.com/decoda-logo-bp.svg",
    "favicon": "https://decodahealth.com/favicon.ico",
    "ogImage": "https://decodahealth.com/og-image.jpg",
    "logoHref": "/",
    "logoAlt": "Decoda"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Decoda', and links to the homepage.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a Demo",
      "reasoning": "Button #1 'Book a Demo' uses the vibrant brand color #C5A37E, making it stand out as the primary call-to-action. It is action-oriented and uses a strong CTA text."
    },
    "secondary": {
      "index": 11,
      "text": "Sign In",
      "reasoning": "Button #0 'Sign In' has a different background color (#262C26) and serves as a secondary action, typically for existing users."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "healthcare professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Decoda', and links to the homepage.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles