Home · Branding · Conduit Health

Conduit Health Brand Identity

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

Download JSON
Primary
#05505C
Accent
#32302F
Body Font
Circular Std
Heading
Martina Plantijn

Color Palette

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

primary
#05505C
rgb(5, 80, 92)
secondary
#3898EC
rgb(56, 152, 236)
accent
#32302F
rgb(50, 48, 47)
background
#FFFCF2
rgb(255, 252, 242)
textPrimary
#32302F
rgb(50, 48, 47)
link
#F3EDD8
rgb(243, 237, 216)

Typography

Each font links to its Google Fonts page where available.

primary
Circular Std
Circular Std Google Fonts →
heading
Martina Plantijn
Martina Plantijn Google Fonts →
Martina Plantijn, Arial, 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

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

UI Components

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

input
background transparent textColor #32302F borderColor null borderRadius 0px shadow none
buttonPrimary
background #32302F textColor #F6F4F3 borderRadius 26.4px shadow none
buttonSecondary
background #F3EDD8 textColor #32302F borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals and individuals seeking daily living supplies

Conduit Health Brand in the Wild

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

Frequently Asked Questions

What is Conduit Health's primary brand color?

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

What accent color does Conduit Health use?

Conduit Health uses #32302F as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Conduit Health use?

Conduit Health uses Circular Std for body text and Martina Plantijn for headings. Fonts were detected on https://www.conduithealth.com/ as part of their live design system.

Does Conduit Health use a light or dark theme?

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

Where can I find Conduit Health's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Circular Std",
      "role": "body"
    },
    {
      "family": "Martina Plantijn",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#05505C",
    "secondary": "#3898EC",
    "accent": "#32302F",
    "background": "#FFFCF2",
    "textPrimary": "#32302F",
    "link": "#F3EDD8"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Circular Std",
      "heading": "Martina Plantijn"
    },
    "fontStacks": {
      "heading": [
        "Martina Plantijn",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Circular Std",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Circular Std",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "74.8px",
      "h2": "52.8px",
      "body": "19.8px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "18px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#32302F",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#32302F",
      "textColor": "#F6F4F3",
      "borderRadius": "26.4px",
      "borderRadiusCorners": {
        "topLeft": "26.4px",
        "topRight": "26.4px",
        "bottomRight": "26.4px",
        "bottomLeft": "26.4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F3EDD8",
      "textColor": "#32302F",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20viewBox%3D%220%200%20201%2033%22%20fill%3D%22none%22%20class%3D%22logo-svg%20desktop%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M38.7396%208.96725C36.0025%208.96725%2033.6211%2011.3212%2033.6211%2016.1113C33.6211%2021.1477%2036.632%2024.6239%2040.1082%2024.6239C41.8874%2024.6239%2043.5023%2023.8028%2044.6246%2021.9962L45.3362%2022.5437C44.0771%2024.7881%2041.8874%2026.4305%2038.767%2026.4305C34.4149%2026.4305%2030.5555%2022.8174%2030.5555%2017.2062C30.5555%2011.4581%2034.5244%207.81764%2038.4385%207.81764C40.8199%207.81764%2041.6684%208.74828%2042.5169%208.74828C42.8454%208.74828%2043.1465%208.61142%2043.3655%208.47456L44.1319%208.03661L45.3362%2013.511L44.6246%2013.7847C43.3381%2010.5548%2041.0389%208.96725%2038.7396%208.96725ZM45.9615%2019.8065C45.9615%2016.0565%2048.7808%2013.1825%2051.9833%2013.1825C55.1858%2013.1825%2058.0051%2016.0565%2058.0051%2019.8065C58.0051%2023.5838%2055.1858%2026.4305%2051.9833%2026.4305C48.7808%2026.4305%2045.9615%2023.5838%2045.9615%2019.8065ZM54.8573%2019.8065C54.8573%2016.5766%2053.9541%2014.1679%2051.9833%2014.1679C49.9852%2014.1679%2049.1093%2016.5766%2049.1093%2019.8065C49.1093%2023.0364%2049.9852%2025.4451%2051.9833%2025.4451C53.9541%2025.4451%2054.8573%2023.0364%2054.8573%2019.8065ZM71.0328%2025.1166H72.6477V26.1567H66.5712V25.1166H68.0766V17.6715C68.0766%2016.2208%2067.365%2015.1533%2065.8595%2015.1533C64.7099%2015.1533%2063.834%2015.646%2063.2318%2016.4671V25.1166H64.7373V26.1567H58.6607V25.1166H60.2757V16.6314C60.2757%2015.8649%2060.0293%2015.3723%2058.7702%2015.0985V14.469L62.5475%2013.1825H62.6844C63.0402%2013.8668%2063.2318%2014.989%2063.2318%2015.8102C63.9435%2014.6332%2065.3942%2013.1825%2067.365%2013.1825C69.6916%2013.1825%2071.0328%2014.7427%2071.0328%2017.4251V25.1166ZM84.7961%206.72277V23.2553C84.7961%2024.0217%2085.0698%2024.5418%2086.3015%2024.7608V25.3903L82.6063%2026.4305H82.4695C82.1137%2025.7735%2081.8673%2024.6239%2081.8673%2023.8301C81.183%2024.9524%2079.8418%2026.4305%2077.7889%2026.4305C74.997%2026.4305%2073.081%2023.748%2073.081%2020.5729C73.081%2016.0565%2076.0371%2013.1825%2079.267%2013.1825C80.3619%2013.1825%2081.2925%2013.6205%2081.8673%2014.1132V10.6096C81.8673%209.62418%2081.5662%209.13149%2080.2524%208.85777V8.22822L84.6319%206.72277H84.7961ZM81.8673%2023.1458V17.0146C81.8673%2015.2354%2080.8272%2014.2226%2079.4039%2014.2226C77.7615%2014.2226%2076.1192%2015.8923%2076.1192%2019.5875C76.1192%2022.4889%2077.3783%2024.4871%2079.3491%2024.4871C80.3619%2024.4871%2081.2925%2023.967%2081.8673%2023.1458ZM98.6225%2013.2099V23.2553C98.6225%2024.0217%2098.8688%2024.5418%20100.128%2024.7608V25.3903L96.3506%2026.4305H96.2138C95.8579%2025.7735%2095.6663%2024.6513%2095.6663%2023.8301C94.9547%2025.0345%2093.5587%2026.4305%2091.6153%2026.4305C89.3434%2026.4305%2088.0296%2024.8703%2088.0296%2022.2699V16.7956C88.0296%2015.8649%2087.8106%2015.3175%2086.5241%2015.0438V14.4142L90.8215%2013.2099H90.9858V22.1605C90.9858%2023.5838%2091.6974%2024.5418%2093.0934%2024.5418C94.1609%2024.5418%2095.0915%2023.967%2095.6663%2023.1732V16.7956C95.6663%2015.8649%2095.42%2015.3175%2094.1335%2015.0438V14.4142L98.4582%2013.2099H98.6225ZM101.748%209.24097C101.748%208.22822%20102.596%207.37969%20103.609%207.37969C104.622%207.37969%20105.443%208.22822%20105.443%209.24097C105.443%2010.2537%20104.622%2011.1023%20103.609%2011.1023C102.596%2011.1023%20101.748%2010.2537%20101.748%209.24097ZM105.087%2025.1166H106.675V26.1567H100.516V25.1166H102.131V16.7956C102.131%2015.8649%20101.885%2015.3449%20100.626%2015.0985V14.469L104.923%2013.1825H105.087V25.1166ZM108.388%2010.3085L111.153%209.4052H111.344V13.4562H114.547V14.4964H111.344V23.2553C111.344%2024.2681%20112.083%2024.7608%20112.932%2024.7608C113.698%2024.7608%20114.328%2024.3776%20114.93%2023.7206L115.478%2024.3502C114.629%2025.5546%20113.343%2026.4305%20111.563%2026.4305C109.894%2026.4305%20108.388%2025.4177%20108.388%2023.4469V14.4964H106.5V13.4562H108.388V10.3085ZM131.964%2025.0619V17.3704H123.944V25.0619H126.052V26.1567H118.744V25.0619H120.851V9.18623H118.744V8.09136H126.052V9.18623H123.944V16.2755H131.964V9.18623H129.884V8.09136H137.165V9.18623H135.085V25.0619H137.165V26.1567H129.884V25.0619H131.964ZM143.613%2014.1132C141.725%2014.1132%20140.575%2016.5492%20140.575%2018.7664L144.352%2018.1368C145.31%2017.9726%20145.748%2017.6989%20145.748%2016.8503C145.748%2015.5639%20145.119%2014.1132%20143.613%2014.1132ZM148.814%2022.9816C147.911%2025.0071%20146.022%2026.4305%20143.586%2026.4305C140.247%2026.4305%20137.947%2023.6933%20137.947%2020.1349C137.947%2016.0565%20140.739%2013.1825%20143.723%2013.1825C146.871%2013.1825%20148.65%2015.3996%20148.65%2018.4653L140.63%2019.7517C140.931%2022.7353%20142.71%2024.4597%20144.9%2024.4597C146.214%2024.4597%20147.336%2023.9123%20148.294%2022.5984L148.814%2022.9816ZM150.049%2015.3723C150.049%2014.1405%20151.527%2013.1825%20153.991%2013.1825C157.33%2013.1825%20159.356%2014.4964%20159.356%2017.3157V23.6933C159.356%2024.4049%20159.739%2024.7608%20160.231%2024.7608C160.615%2024.7608%20160.916%2024.6513%20161.244%2024.2955L161.655%2024.8429C160.97%2025.7188%20160.067%2026.4305%20158.89%2026.4305C157.494%2026.4305%20156.646%2025.5546%20156.427%2024.2955C155.633%2025.4998%20154.018%2026.4031%20152.513%2026.4031C150.651%2026.4031%20149.365%2025.1166%20149.365%2023.4469C149.365%2020.9561%20151.91%2019.1769%20156.427%2017.8905V17.5073C156.427%2015.3996%20155.606%2014.2226%20153.662%2013.9215C153.416%2015.3449%20152.595%2016.5766%20151.363%2016.5766C150.624%2016.5766%20150.049%2016.1387%20150.049%2015.3723ZM154.128%2024.7334C154.867%2024.7334%20155.797%2024.4597%20156.427%2023.748V18.7664C153.553%2019.6149%20152.239%2020.9835%20152.239%2022.7079C152.239%2024.0217%20153.033%2024.7334%20154.128%2024.7334ZM165.592%2025.1166H167.207V26.1567H161.048V25.1166H162.636V10.5822C162.636%209.62418%20162.335%209.13149%20161.021%208.85777V8.22822L165.428%206.72277H165.592V25.1166ZM168.897%2010.3085L171.662%209.4052H171.853V13.4562H175.056V14.4964H171.853V23.2553C171.853%2024.2681%20172.592%2024.7608%20173.441%2024.7608C174.207%2024.7608%20174.837%2024.3776%20175.439%2023.7206L175.986%2024.3502C175.138%2025.5546%20173.851%2026.4305%20172.072%2026.4305C170.402%2026.4305%20168.897%2025.4177%20168.897%2023.4469V14.4964H167.008V13.4562H168.897V10.3085ZM180.068%2015.8102C180.78%2014.6332%20182.23%2013.1825%20184.201%2013.1825C186.528%2013.1825%20187.869%2014.7427%20187.869%2017.4251V25.1166H189.484V26.1567H183.407V25.1166H184.913V17.6715C184.913%2016.2208%20184.229%2015.1533%20182.696%2015.1533C181.546%2015.1533%20180.698%2015.646%20180.068%2016.4671V25.1166H181.574V26.1567H175.524V25.1166H177.112V10.5822C177.112%209.62418%20176.811%209.13149%20175.497%208.85777V8.22822L179.904%206.72277H180.068V15.8102Z%22%20fill%3D%22%2332302F%22%20style%3D%22fill%3A%20rgb(50%2C%2048%2C%2047)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.3771%200.569824H13.8961V9.9984C14.3669%209.72083%2014.8627%209.48569%2015.3771%209.29661V0.569824ZM16.4546%208.97492C17.0088%208.84639%2017.5784%208.76954%2018.1565%208.74835L20.9942%202.00181L19.6291%201.42764L16.4546%208.97492ZM19.9358%208.85997C20.2346%208.90868%2020.5338%208.97279%2020.8324%209.05282C21.0929%209.12261%2021.3477%209.2031%2021.5964%209.29367L25.5098%205.38033L24.4626%204.33315L19.9358%208.85997ZM20.2592%2026.665C19.7576%2026.7654%2019.2445%2026.8236%2018.7249%2026.8368L19.6285%2028.9852L20.9936%2028.4111L20.2592%2026.665ZM15.3771%2026.2852C14.8557%2026.0947%2014.361%2025.8599%2013.8961%2025.5863V29.8429H15.3771V26.2852ZM11.7942%2023.8746C11.4081%2023.4488%2011.0641%2022.9878%2010.7662%2022.499L8.27958%2028.4111L9.64468%2028.9852L11.7942%2023.8746ZM9.99356%2020.8965C9.79739%2020.3612%209.65108%2019.8057%209.55869%2019.2371L3.76336%2025.0324L4.81053%2026.0796L9.99356%2020.8965ZM9.45104%2018.1908C9.42727%2017.6501%209.45218%2017.1018%209.529%2016.5514L0.857737%2020.1987L1.43191%2021.5637L9.45104%2018.1908ZM9.63432%2015.9469C9.669%2015.7811%209.70849%2015.6153%209.75288%2015.4496C9.84337%2015.1119%209.95183%2014.7838%2010.0769%2014.466H0V15.9469H9.63432ZM10.2094%2014.1476C10.4112%2013.6872%2010.6487%2013.2502%2010.9175%2012.8389L1.43204%208.84917L0.857871%2010.2143L10.2094%2014.1476ZM11.0396%2012.6569C11.3234%2012.245%2011.6393%2011.8604%2011.9826%2011.5055L4.81046%204.33339L3.76329%205.38056L11.0396%2012.6569ZM12.1894%2011.2986C12.5605%2010.939%2012.961%2010.6127%2013.3855%2010.3228L9.64414%201.42764L8.27905%202.00181L12.1894%2011.2986Z%22%20fill%3D%22%2332302F%22%20style%3D%22fill%3A%20rgb(50%2C%2048%2C%2047)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/6667f45e9fdc923765b5478a/67d91d716a32d24f0cd0dc41_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/6667f45e9fdc923765b5478a/67fbced7c117a51dc55f6734_preview2.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Conduit Health'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 ('Get started') is likely the primary CTA due to its action-oriented text and neutral background color, which stands out against the light page background."
    },
    "secondary": {
      "index": 1,
      "text": "Partner with Us",
      "reasoning": "Button #1 ('Partner with Us') has a different background color (#F3EDD8) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals and individuals seeking daily living supplies"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Conduit Health'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles