Home · Branding · Heidi Health

Heidi Health Brand Identity

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

Download JSON
Primary
#FBF582
Accent
#FBF582
Body Font
Inter
Heading
Georgia

Color Palette

Brand palette extracted from https://www.heidihealth.com/.

primary
#FBF582
rgb(251, 245, 130)
secondary
#755760
rgb(117, 87, 96)
accent
#FBF582
rgb(251, 245, 130)
background
#FCFAF8
rgb(252, 250, 248)
textPrimary
#28030F
rgb(40, 3, 15)
link
#28030F
rgb(40, 3, 15)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Georgia
Inter, system-ui, sans-serif
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

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

UI Components

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

input
background transparent textColor #28030F borderColor null borderRadius 0px shadow none
buttonPrimary
background #FBF582 textColor #28030F borderRadius 12px 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(120, 90, 60, 0.06) 0px 1px 3px 1px, rgba(120, 90, 60, 0.03) 0px 1px 1px 0px
buttonSecondary
background #FFFFFF textColor #28030F borderRadius 6px shadow none

Brand Personality

Tone: modern Energy: medium Audience: healthcare professionals

Heidi Health Brand in the Wild

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

Frequently Asked Questions

What is Heidi Health's primary brand color?

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

What font does Heidi Health use?

Heidi Health uses Inter for body text and Georgia for headings. Fonts were detected on https://www.heidihealth.com/ as part of their live design system.

Does Heidi Health use a light or dark theme?

Heidi Health's primary site uses a light color scheme, with a background of #FCFAF8.

Where can I find Heidi Health's logo?

Heidi Health's logo is available directly on their site (https://www.heidihealth.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://www.heidihealth.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 Heidi Health.

Methodology

Brand data on this page was extracted from https://www.heidihealth.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 Heidi Health.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Georgia",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FBF582",
    "secondary": "#755760",
    "accent": "#FBF582",
    "background": "#FCFAF8",
    "textPrimary": "#28030F",
    "link": "#28030F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Georgia"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "56px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#28030F",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FBF582",
      "textColor": "#28030F",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "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(120, 90, 60, 0.06) 0px 1px 3px 1px, rgba(120, 90, 60, 0.03) 0px 1px 1px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#28030F",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%20122%2037%22%20fill%3D%22currentColor%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22inline-block%20shrink-0%20h-8%22%20data-fc-idx%3D%220%22%3E%3Ctitle%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%3EHeidi%20AI%3C%2Ftitle%3E%3Cpath%20d%3D%22M36.8261%2011.0202C36.5807%205.52687%2032.1015%201.06293%2026.5656%200.794546C23.8556%200.662055%2021.3502%201.52325%2019.3867%203.04011C18.9674%203.36454%2018.3726%203.36454%2017.9516%203.04011C15.9881%201.52155%2013.4827%200.662055%2010.7727%200.794546C5.23676%201.06293%200.757592%205.52687%200.510453%2011.0202C0.389441%2013.7244%201.27914%2016.2179%202.83526%2018.1645C3.17102%2018.5858%203.17102%2019.1854%202.83526%2019.6049C1.28084%2021.5532%200.391145%2024.0468%200.510453%2026.751C0.755887%2032.2443%205.23335%2036.7082%2010.771%2036.9783C13.481%2037.1108%2015.9864%2036.2496%2017.9499%2034.7327C18.3692%2034.4083%2018.964%2034.4083%2019.385%2034.7327C21.3485%2036.2496%2023.8539%2037.1091%2026.5639%2036.9783C32.0998%2036.7099%2036.579%2032.2443%2036.8244%2026.751C36.9455%2024.0468%2036.0558%2021.5532%2034.4996%2019.6066C34.1639%2019.1854%2034.1639%2018.5858%2034.4996%2018.1662C36.0558%2016.2213%2036.9455%2013.7261%2036.8244%2011.0219L36.8261%2011.0202ZM31.9055%2019.3875C34.1775%2021.5006%2035.345%2024.7704%2034.4519%2028.2509C33.6594%2031.3287%2031.2136%2033.7544%2028.1115%2034.5391C24.6005%2035.4258%2021.3059%2034.2673%2019.1754%2032.0099C18.901%2031.7194%2018.4391%2031.7194%2018.1646%2032.0099C16.0341%2034.2656%2012.7395%2035.4258%209.22847%2034.5391C6.12475%2033.7561%203.67894%2031.3287%202.88809%2028.2509C1.99328%2024.7704%203.1625%2021.5023%205.43447%2019.3875C5.72763%2019.1157%205.72763%2018.6571%205.43447%2018.3853C3.1625%2016.2723%201.99499%2013.0024%202.88809%209.522C3.68064%206.44412%206.12646%204.01851%209.22847%203.23375C12.7395%202.34707%2016.0341%203.50553%2018.1646%205.76298C18.4391%206.05344%2018.901%206.05344%2019.1754%205.76298C21.3059%203.50722%2024.6005%202.34707%2028.1115%203.23375C31.2153%204.01681%2033.6611%206.44412%2034.4519%209.522C35.3467%2013.0024%2034.1775%2016.2723%2031.9055%2018.3853C31.6124%2018.6571%2031.6124%2019.1157%2031.9055%2019.3875Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M26.521%206.22169C24.6632%206.22169%2023.0287%207.15422%2022.0402%208.77809C21.2596%2010.0588%2020.7482%2011.4789%2020.5846%2014.3699C20.5488%2014.9984%2020.0307%2015.4927%2019.3983%2015.5012C19.1614%2015.5046%2018.9194%2015.5063%2018.6672%2015.5063C18.4149%2015.5063%2018.1712%2015.5063%2017.936%2015.5012C17.3036%2015.4927%2016.7838%2014.9984%2016.7497%2014.3699C16.5861%2011.4772%2016.0731%2010.0571%2015.2942%208.77809C14.3039%207.15422%2012.6711%206.22169%2010.8133%206.22169C8.63676%206.22169%206.19946%208.17848%206.19946%2010.796C6.19946%2012.9584%207.28687%2014.8489%209.18217%2015.9785C10.9888%2017.0554%2013.2046%2017.723%2018.6689%2017.723C24.1332%2017.723%2026.3489%2017.0554%2028.1556%2015.9785C30.0509%2014.8489%2031.1383%2012.9601%2031.1383%2010.796C31.1383%208.17848%2028.7027%206.22169%2026.5245%206.22169H26.521ZM10.3275%2014.0795C8.67425%2013.0943%208.42882%2011.5995%208.42882%2010.7977C8.42882%209.52718%209.7361%208.44007%2010.8082%208.44007C11.8802%208.44007%2012.7853%208.95305%2013.3767%209.92635C13.9869%2010.9302%2014.3908%2012.0972%2014.5221%2014.606C14.5408%2014.9865%2014.2067%2015.2872%2013.8267%2015.2311C11.9757%2014.9593%2011.0706%2014.5228%2010.3292%2014.0812H10.3275V14.0795ZM27.0017%2014.0795C26.2603%2014.5228%2025.3535%2014.9593%2023.5043%2015.2294C23.1242%2015.2838%2022.7901%2014.9831%2022.8089%2014.6043C22.9401%2012.0972%2023.3423%2010.9285%2023.9542%209.92466C24.5456%208.95305%2025.4336%208.43837%2026.5227%208.43837C27.6119%208.43837%2028.9021%209.52718%2028.9021%2010.796C28.9021%2011.5995%2028.655%2013.0926%2027.0034%2014.0778L27.0017%2014.0795Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M10.8147%2031.5495C12.6725%2031.5495%2014.3071%2030.6169%2015.2956%2028.9931C16.0762%2027.7123%2016.5875%2026.2923%2016.7512%2023.4013C16.787%2022.7728%2017.3051%2022.2785%2017.9374%2022.27C18.1743%2022.2666%2018.4164%2022.2649%2018.6686%2022.2649C18.9209%2022.2649%2019.1629%2022.2649%2019.3998%2022.27C20.0321%2022.2785%2020.552%2022.7728%2020.5861%2023.4013C20.7497%2026.294%2021.2627%2027.714%2022.0416%2028.9931C23.0319%2030.6169%2024.6647%2031.5495%2026.5225%2031.5495C28.699%2031.5495%2031.1363%2029.5927%2031.1363%2026.9751C31.1363%2024.8128%2030.0489%2022.9222%2028.1536%2021.7927C26.3469%2020.7158%2024.1312%2020.0482%2018.6669%2020.0482C13.2026%2020.0482%2010.9869%2020.7158%209.18021%2021.7927C7.28492%2022.9222%206.19751%2024.8111%206.19751%2026.9751C6.19751%2029.5927%208.6331%2031.5495%2010.8113%2031.5495H10.8147ZM27.01%2023.6917C28.6632%2024.6769%2028.9087%2026.1717%2028.9087%2026.9734C28.9087%2028.244%2027.6014%2029.3311%2026.5293%2029.3311C25.4572%2029.3311%2024.5522%2028.8181%2023.9608%2027.8448C23.3506%2026.8409%2022.9467%2025.6723%2022.8154%2023.1651C22.7967%2022.7847%2023.1307%2022.484%2023.5108%2022.5401C25.3618%2022.8118%2026.2668%2023.2484%2027.0083%2023.69H27.01V23.6917ZM10.3358%2023.6917C11.0772%2023.2484%2011.984%2022.8118%2013.8332%2022.5418C14.2133%2022.4874%2014.5474%2022.7881%2014.5286%2023.1668C14.3974%2025.674%2013.9951%2026.8426%2013.3833%2027.8465C12.7918%2028.8181%2011.9038%2029.3345%2010.8147%2029.3345C9.72562%2029.3345%208.43539%2028.2457%208.43539%2026.9768C8.43539%2026.1734%208.68253%2024.6803%2010.3341%2023.6951H10.3358V23.6917Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M36.8261%2011.0202C36.5807%205.52687%2032.1015%201.06293%2026.5656%200.794546C23.8556%200.662055%2021.3502%201.52325%2019.3867%203.04011C18.9674%203.36454%2018.3726%203.36454%2017.9516%203.04011C15.9881%201.52155%2013.4827%200.662055%2010.7727%200.794546C5.23676%201.06293%200.757592%205.52687%200.510453%2011.0202C0.389441%2013.7244%201.27914%2016.2179%202.83526%2018.1645C3.17102%2018.5858%203.17102%2019.1854%202.83526%2019.6049C1.28084%2021.5532%200.391145%2024.0468%200.510453%2026.751C0.755887%2032.2443%205.23335%2036.7082%2010.771%2036.9783C13.481%2037.1108%2015.9864%2036.2496%2017.9499%2034.7327C18.3692%2034.4083%2018.964%2034.4083%2019.385%2034.7327C21.3485%2036.2496%2023.8539%2037.1091%2026.5639%2036.9783C32.0998%2036.7099%2036.579%2032.2443%2036.8244%2026.751C36.9455%2024.0468%2036.0558%2021.5532%2034.4996%2019.6066C34.1639%2019.1854%2034.1639%2018.5858%2034.4996%2018.1662C36.0558%2016.2213%2036.9455%2013.7261%2036.8244%2011.0219L36.8261%2011.0202ZM31.9055%2019.3875C34.1775%2021.5006%2035.345%2024.7704%2034.4519%2028.2509C33.6594%2031.3287%2031.2136%2033.7544%2028.1115%2034.5391C24.6005%2035.4258%2021.3059%2034.2673%2019.1754%2032.0099C18.901%2031.7194%2018.4391%2031.7194%2018.1646%2032.0099C16.0341%2034.2656%2012.7395%2035.4258%209.22847%2034.5391C6.12475%2033.7561%203.67894%2031.3287%202.88809%2028.2509C1.99328%2024.7704%203.1625%2021.5023%205.43447%2019.3875C5.72763%2019.1157%205.72763%2018.6571%205.43447%2018.3853C3.1625%2016.2723%201.99499%2013.0024%202.88809%209.522C3.68064%206.44412%206.12646%204.01851%209.22847%203.23375C12.7395%202.34707%2016.0341%203.50553%2018.1646%205.76298C18.4391%206.05344%2018.901%206.05344%2019.1754%205.76298C21.3059%203.50722%2024.6005%202.34707%2028.1115%203.23375C31.2153%204.01681%2033.6611%206.44412%2034.4519%209.522C35.3467%2013.0024%2034.1775%2016.2723%2031.9055%2018.3853C31.6124%2018.6571%2031.6124%2019.1157%2031.9055%2019.3875Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M26.521%206.22169C24.6632%206.22169%2023.0287%207.15422%2022.0402%208.77809C21.2596%2010.0588%2020.7482%2011.4789%2020.5846%2014.3699C20.5488%2014.9984%2020.0307%2015.4927%2019.3983%2015.5012C19.1614%2015.5046%2018.9194%2015.5063%2018.6672%2015.5063C18.4149%2015.5063%2018.1712%2015.5063%2017.936%2015.5012C17.3036%2015.4927%2016.7838%2014.9984%2016.7497%2014.3699C16.5861%2011.4772%2016.0731%2010.0571%2015.2942%208.77809C14.3039%207.15422%2012.6711%206.22169%2010.8133%206.22169C8.63676%206.22169%206.19946%208.17848%206.19946%2010.796C6.19946%2012.9584%207.28687%2014.8489%209.18217%2015.9785C10.9888%2017.0554%2013.2046%2017.723%2018.6689%2017.723C24.1332%2017.723%2026.3489%2017.0554%2028.1556%2015.9785C30.0509%2014.8489%2031.1383%2012.9601%2031.1383%2010.796C31.1383%208.17848%2028.7027%206.22169%2026.5245%206.22169H26.521ZM10.3275%2014.0795C8.67425%2013.0943%208.42882%2011.5995%208.42882%2010.7977C8.42882%209.52718%209.7361%208.44007%2010.8082%208.44007C11.8802%208.44007%2012.7853%208.95305%2013.3767%209.92635C13.9869%2010.9302%2014.3908%2012.0972%2014.5221%2014.606C14.5408%2014.9865%2014.2067%2015.2872%2013.8267%2015.2311C11.9757%2014.9593%2011.0706%2014.5228%2010.3292%2014.0812H10.3275V14.0795ZM27.0017%2014.0795C26.2603%2014.5228%2025.3535%2014.9593%2023.5043%2015.2294C23.1242%2015.2838%2022.7901%2014.9831%2022.8089%2014.6043C22.9401%2012.0972%2023.3423%2010.9285%2023.9542%209.92466C24.5456%208.95305%2025.4336%208.43837%2026.5227%208.43837C27.6119%208.43837%2028.9021%209.52718%2028.9021%2010.796C28.9021%2011.5995%2028.655%2013.0926%2027.0034%2014.0778L27.0017%2014.0795Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M10.8147%2031.5495C12.6725%2031.5495%2014.3071%2030.6169%2015.2956%2028.9931C16.0762%2027.7123%2016.5875%2026.2923%2016.7512%2023.4013C16.787%2022.7728%2017.3051%2022.2785%2017.9374%2022.27C18.1743%2022.2666%2018.4164%2022.2649%2018.6686%2022.2649C18.9209%2022.2649%2019.1629%2022.2649%2019.3998%2022.27C20.0321%2022.2785%2020.552%2022.7728%2020.5861%2023.4013C20.7497%2026.294%2021.2627%2027.714%2022.0416%2028.9931C23.0319%2030.6169%2024.6647%2031.5495%2026.5225%2031.5495C28.699%2031.5495%2031.1363%2029.5927%2031.1363%2026.9751C31.1363%2024.8128%2030.0489%2022.9222%2028.1536%2021.7927C26.3469%2020.7158%2024.1312%2020.0482%2018.6669%2020.0482C13.2026%2020.0482%2010.9869%2020.7158%209.18021%2021.7927C7.28492%2022.9222%206.19751%2024.8111%206.19751%2026.9751C6.19751%2029.5927%208.6331%2031.5495%2010.8113%2031.5495H10.8147ZM27.01%2023.6917C28.6632%2024.6769%2028.9087%2026.1717%2028.9087%2026.9734C28.9087%2028.244%2027.6014%2029.3311%2026.5293%2029.3311C25.4572%2029.3311%2024.5522%2028.8181%2023.9608%2027.8448C23.3506%2026.8409%2022.9467%2025.6723%2022.8154%2023.1651C22.7967%2022.7847%2023.1307%2022.484%2023.5108%2022.5401C25.3618%2022.8118%2026.2668%2023.2484%2027.0083%2023.69H27.01V23.6917ZM10.3358%2023.6917C11.0772%2023.2484%2011.984%2022.8118%2013.8332%2022.5418C14.2133%2022.4874%2014.5474%2022.7881%2014.5286%2023.1668C14.3974%2025.674%2013.9951%2026.8426%2013.3833%2027.8465C12.7918%2028.8181%2011.9038%2029.3345%2010.8147%2029.3345C9.72562%2029.3345%208.43539%2028.2457%208.43539%2026.9768C8.43539%2026.1734%208.68253%2024.6803%2010.3341%2023.6951H10.3358V23.6917Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M76.0217%2012.6341C79.9146%2012.6341%2083.0728%2015.3434%2083.0063%2019.3555C83.0063%2019.8413%2082.8802%2020.1861%2082.6229%2020.4087C82.3655%2020.6312%2081.9837%2020.7263%2081.4826%2020.728H72.3402C71.9482%2020.728%2071.6618%2020.8452%2071.4846%2021.0677C71.3159%2021.2766%2071.2392%2021.5858%2071.2647%2021.9935L71.2715%2022.0767L71.2903%2022.2737C71.4914%2024.2951%2072.1629%2025.7508%2073.1191%2026.7088C74.106%2027.6974%2075.3979%2028.1577%2076.7955%2028.1577C78.3363%2028.1577%2079.9163%2027.5972%2081.2542%2026.1754C81.6496%2025.7763%2082.1354%2025.7457%2082.4524%2025.9529C82.7711%2026.1618%2082.9143%2026.6035%2082.6399%2027.1267C81.0292%2030.0907%2078.0534%2030.884%2075.7575%2030.884C73.2827%2030.884%2071.1676%2029.9735%2069.6711%2028.3904C68.1798%2026.8107%2067.3054%2024.5635%2067.2986%2021.8831H67.2969V21.8559C67.2969%2016.2488%2071.4931%2012.6341%2076.0234%2012.6341H76.0217ZM75.5905%2014.4228C73.973%2014.4228%2072.013%2015.4997%2071.4744%2018.0136C71.3977%2018.3398%2071.4437%2018.5861%2071.5698%2018.7491C71.6942%2018.9122%2071.9056%2019.0005%2072.1681%2019.0005H78.1761C78.4897%2019.0005%2078.7164%2018.9037%2078.8561%2018.7236C78.9976%2018.5419%2079.0572%2018.2718%2079.0249%2017.9117C78.9345%2016.6581%2078.4573%2015.7867%2077.813%2015.2279C77.1688%2014.6691%2076.3541%2014.4228%2075.5905%2014.4228Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M88.1199%2012.9872C88.7011%2012.7324%2089.1442%2012.6798%2089.4476%2012.8292C89.7748%2012.9889%2089.9282%2013.3711%2089.9282%2013.9384C89.8941%2018.0253%2089.8941%2021.3936%2089.9282%2024.8962L89.9419%2025.4737C89.9555%2026.0172%2089.9725%2026.4623%2090.0049%2026.8275C90.0475%2027.3167%2090.1174%2027.6649%2090.2418%2027.9265C90.4583%2028.3817%2090.8418%2028.5804%2091.5645%2028.7962L91.8951%2028.8913L92.0042%2028.9287C92.2479%2029.0221%2092.4218%2029.1597%2092.5274%2029.3159C92.6502%2029.4943%2092.6842%2029.6998%2092.6399%2029.8918C92.5513%2030.2774%2092.1525%2030.6103%2091.5355%2030.6188C89.2857%2030.6103%2086.995%2030.6103%2084.6855%2030.6188C84.0872%2030.6103%2083.7072%2030.2791%2083.6254%2029.8952C83.5418%2029.5113%2083.76%2029.0866%2084.3344%2028.8998L84.6514%2028.8098C85.3468%2028.6025%2085.7422%2028.4055%2085.9774%2027.9486C86.1121%2027.6853%2086.1956%2027.3354%2086.2484%2026.8428C86.3013%2026.3502%2086.3217%2025.7183%2086.3371%2024.8945L86.349%2024.2626C86.3711%2022.778%2086.3677%2021.2153%2086.3371%2019.6203C86.3234%2018.5213%2086.2229%2017.8945%2085.9433%2017.4495C85.6638%2017.0044%2085.2053%2016.7377%2084.4622%2016.3658C84.0054%2016.1178%2083.7873%2015.8154%2083.7992%2015.5147C83.8111%2015.2158%2084.0532%2014.9338%2084.481%2014.7266L85.3349%2014.3206C86.1649%2013.9249%2086.9592%2013.5444%2087.9971%2013.0382L88.1147%2012.9838L88.1199%2012.9872ZM87.8199%205.28573C89.2857%205.28573%2090.4736%206.38303%2090.4736%207.73682C90.4736%209.19762%2089.2959%2010.3951%2087.8199%2010.3951C86.3439%2010.3951%2085.1832%209.27066%2085.1832%207.8778C85.1832%206.48495%2086.3711%205.28573%2087.8199%205.28573Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M108.032%204.00843C108.55%203.74855%20108.998%203.65852%20109.326%203.78422C109.678%203.92011%20109.874%204.30229%20109.873%204.95456L109.859%207.66384C109.832%2013.8264%20109.83%2018.9885%20109.854%2025.5859V25.7065C109.868%2026.2942%20109.98%2026.6815%20110.198%2026.9295C110.43%2027.1927%20110.785%2027.3065%20111.287%2027.3286L111.347%2027.332C111.64%2027.3558%20111.86%2027.4509%20112.01%2027.5902C112.172%2027.7397%20112.254%2027.9367%20112.266%2028.144C112.286%2028.5312%20112.063%2028.9508%20111.652%2029.158L111.567%2029.1971C111.039%2029.4128%20110.478%2029.6778%20109.915%2029.9411C109.353%2030.2044%20108.79%2030.4694%20108.255%2030.6817C107.758%2030.8753%20107.349%2030.9212%20107.05%2030.7938C106.75%2030.6664%20106.571%2030.3674%20106.527%2029.8935L106.515%2029.8103C106.447%2029.4043%20106.246%2029.1444%20105.977%2029.0425C105.688%2028.9338%20105.315%2029.0001%20104.927%2029.2752C103.718%2030.1891%20102.334%2030.8889%20100.337%2030.8872C96.7267%2030.8855%2092.8202%2027.8552%2092.7964%2022.1122L92.793%2022.1156V22.0511L92.7964%2021.7844C92.8543%2019.0462%2093.7713%2016.7497%2095.295%2015.1241C96.8682%2013.4459%2099.0873%2012.4828%20101.671%2012.4845L101.905%2012.4879C103.067%2012.5151%20104.107%2012.7444%20105.123%2013.1317C105.549%2013.2913%20105.849%2013.2845%20106.043%2013.1469C106.237%2013.0094%20106.334%2012.7359%20106.334%2012.335V9.57477C106.324%208.94969%20106.225%208.55731%20105.977%208.24816C105.709%207.91693%20105.266%207.67573%20104.553%207.3496C104.066%207.11689%20103.837%206.79755%20103.844%206.48161C103.851%206.16737%20104.095%205.87181%20104.521%205.68496L104.957%205.49981C105.977%205.05987%20106.991%204.56388%20107.921%204.06109L108.025%204.00673L108.032%204.00843ZM101.603%2014.3207C100.359%2014.3207%2099.1436%2014.7165%2098.2402%2015.7407C97.3369%2016.7633%2096.7404%2018.4177%2096.7404%2020.9402C96.7404%2023.2995%2097.2841%2025.1867%2098.2096%2026.4844C99.1299%2027.7737%20100.427%2028.4786%20101.947%2028.4871H101.975C104.371%2028.4871%20106.331%2026.656%20106.331%2024.0503V18.4177C106.331%2016.5985%20104.56%2014.3241%20101.603%2014.3241V14.3207Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M117.315%2012.9872C117.896%2012.7324%20118.339%2012.6798%20118.642%2012.8293C118.97%2012.9889%20119.123%2013.3711%20119.123%2013.9384C119.089%2018.0253%20119.089%2021.3936%20119.123%2024.8962L119.143%2025.9867C119.149%2026.306%20119.155%2026.5863%20119.167%2026.8309C119.19%2027.3201%20119.234%2027.6683%20119.331%2027.9299C119.428%2028.1898%20119.58%2028.3647%20119.824%2028.5091C120.038%2028.6348%20120.325%2028.735%20120.706%2028.8454L120.877%2028.893L120.986%2028.9304C121.23%2029.0238%20121.404%2029.1614%20121.509%2029.3176C121.632%2029.496%20121.666%2029.7015%20121.622%2029.8935C121.533%2030.2791%20121.134%2030.612%20120.517%2030.6205C118.267%2030.612%20116.406%2030.612%20114.097%2030.6205C113.499%2030.612%20113.118%2030.2808%20113.037%2029.8969C112.953%2029.513%20113.173%2029.0883%20113.746%2028.9015L113.908%2028.8556C114.693%2028.6314%20115.078%2028.4412%20115.28%2027.952C115.389%2027.6887%20115.445%2027.3388%20115.477%2026.8445C115.51%2026.3519%20115.518%2025.72%20115.532%2024.8962L115.544%2024.2643C115.566%2022.7797%20115.563%2021.217%20115.532%2019.622C115.518%2018.523%20115.418%2017.8962%20115.138%2017.4512C114.859%2017.0061%20114.4%2016.7394%20113.657%2016.3675C113.2%2016.1195%20112.98%2015.8171%20112.994%2015.5164C113.006%2015.2175%20113.248%2014.9355%20113.676%2014.7283C114.86%2014.1678%20115.808%2013.7159%20117.194%2013.0399L117.311%2012.9855L117.315%2012.9872ZM117.015%205.28573C118.48%205.28573%20119.668%206.38303%20119.668%207.73682C119.668%209.19762%20118.491%2010.3951%20117.015%2010.3951C115.539%2010.3951%20114.376%209.27066%20114.376%207.87781C114.376%206.48495%20115.564%205.28573%20117.015%205.28573Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M44.0283%206.99977L44.8856%207.01335C46.9138%207.04053%2049.1312%207.03544%2051.1322%206.99977H51.1936C51.8123%207.01335%2052.1804%207.36497%2052.2605%207.77943C52.344%208.20578%2052.1208%208.69158%2051.5702%208.92769C50.6345%209.281%2050.1096%209.53409%2049.8113%209.92137C49.5147%2010.3087%2049.4414%2010.8352%2049.4295%2011.7508C49.4108%2012.8888%2049.4022%2013.9471%2049.3988%2014.8711V16.9723C49.3988%2017.4513%2049.7891%2017.8403%2050.2698%2017.8403H60.3837C60.8661%2017.8403%2061.2547%2017.4513%2061.2547%2016.9723V14.8711L61.2512%2014.1322C61.2478%2013.6311%2061.2444%2013.1131%2061.2359%2012.5865L61.224%2011.7915C61.212%2010.8692%2061.1405%2010.3392%2060.8439%209.95365C60.5456%209.56636%2060.019%209.31497%2059.0747%208.96166C58.5208%208.72385%2058.3009%208.24145%2058.3844%207.8151C58.468%207.38875%2058.8514%207.02864%2059.4872%207.03204L60.3701%207.04563C62.446%207.07281%2064.6208%207.06771%2066.6372%207.03204H66.6968C67.3087%207.04563%2067.6751%207.39214%2067.7604%207.80321C67.8473%208.22616%2067.6325%208.71026%2067.0905%208.95147C66.1378%209.32176%2065.6077%209.57825%2065.3094%209.98252C65.0487%2010.3358%2064.9617%2010.8063%2064.9328%2011.5775L64.9242%2011.9274C64.8595%2016.7888%2064.8595%2020.6719%2064.9242%2024.6007L64.9379%2025.1885C64.9532%2025.7405%2064.972%2026.1856%2065.0095%2026.5525C65.0589%2027.04%2065.139%2027.3848%2065.277%2027.643C65.5497%2028.1593%2066.0525%2028.3479%2067.0292%2028.674C67.3326%2028.7827%2067.5303%2028.9611%2067.6393%2029.1683C67.7467%2029.3755%2067.7655%2029.6082%2067.7109%2029.8257C67.6018%2030.2605%2067.203%2030.641%2066.6576%2030.641C64.3788%2030.6087%2061.8904%2030.6172%2059.4906%2030.641C58.9452%2030.641%2058.5532%2030.2622%2058.4441%2029.8274C58.3896%2029.6099%2058.4066%2029.3772%2058.5106%2029.17C58.6162%2028.9628%2058.8071%2028.7844%2059.1003%2028.6723L59.4497%2028.5483C60.2133%2028.2714%2060.6325%2028.0642%2060.8712%2027.6192C61.0092%2027.3644%2061.0876%2027.0281%2061.137%2026.5508C61.1848%2026.0734%2061.2018%2025.4585%2061.2172%2024.6466L61.2325%2023.8228C61.2444%2023.0058%2061.2495%2022.2074%2061.2495%2021.4702V20.699C61.2495%2020.22%2060.8592%2019.8311%2060.3786%2019.8311H50.2647C49.7823%2019.8311%2049.3937%2020.2183%2049.3937%2020.699V20.7806C49.3937%2021.6418%2049.3937%2022.8444%2049.4159%2024.1031L49.4261%2024.6449L49.438%2025.2224C49.4517%2025.7643%2049.4704%2026.2042%2049.5079%2026.566C49.5573%2027.0484%2049.6392%2027.3882%2049.7772%2027.6464C50.0192%2028.0965%2050.4368%2028.302%2051.1953%2028.5687L51.5413%2028.6859L51.5958%2028.708C51.86%2028.815%2052.0373%2028.9815%2052.1395%2029.1734C52.2486%2029.3772%2052.269%2029.6082%2052.2179%2029.8257C52.1157%2030.2588%2051.7236%2030.6393%2051.1544%2030.6393C48.8347%2030.607%2046.3872%2030.607%2043.9874%2030.6393C43.4215%2030.6444%2043.0244%2030.2673%2042.917%2029.8342C42.8642%2029.6167%2042.8829%2029.3857%2042.9903%2029.1802C43.0977%2028.9747%2043.2954%2028.7963%2043.5919%2028.6876L43.9379%2028.5687C44.6964%2028.302%2045.1174%2028.0914%2045.3611%2027.6294C45.5009%2027.3644%2045.5844%2027.0145%2045.6355%2026.5185C45.6867%2026.0242%2045.7071%2025.3855%2045.7241%2024.5481L45.7429%2023.1009C45.7804%2019.6901%2045.7736%2016.0364%2045.7241%2011.8612L45.7156%2011.5181C45.6867%2010.7588%2045.598%2010.2934%2045.3338%209.94176C45.0305%209.53749%2044.4953%209.2776%2043.5357%208.90391C43.009%208.6695%2042.7926%208.19049%2042.8795%207.76924C42.9664%207.34628%2043.3584%206.99127%2044.03%206.99807L44.0283%206.99977Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%203%2C%2015)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.heidihealth.com/favicon.ico",
    "ogImage": "https://cdn.sanity.io/images/fq1n4a7f/production/183adc0ee450c3e548d2b075882f252f9c8fa522-1200x630.jpg",
    "logoHref": "/en-us",
    "logoAlt": "Heidi AI"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage. The alt text 'Heidi AI' matches the brand name inferred from the page title and URL.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Heidi free",
      "reasoning": "Button #5 with text 'Get Heidi free' uses the vibrant brand color #FBF582, making it stand out as the primary call-to-action. The text is action-oriented, encouraging users to engage with the product."
    },
    "secondary": {
      "index": 13,
      "text": "Read the report",
      "reasoning": "Button #3 with text 'Read the report' has a neutral background color #FFFFFF, making it suitable as a secondary action. It provides additional information without competing with the primary CTA."
    },
    "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, and links to the homepage. The alt text 'Heidi AI' matches the brand name inferred from the page title and URL.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles