Home · Branding · Pelago

Pelago Brand Identity

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

Download JSON
Primary
#FAE355
Accent
#FAE355
Body Font
Roboto
Heading
Roboto

Color Palette

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

primary
#FAE355
rgb(250, 227, 85)
secondary
#FFF4DC
rgb(255, 244, 220)
accent
#FAE355
rgb(250, 227, 85)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#DDF1C4
rgb(221, 241, 196)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Roboto
EsRebond, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji
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

Pelago logo
Logo
Pelago favicon
Favicon
Pelago social image
Social Card

UI Components

Live previews rendered using Pelago's actual button styles.

input
background transparent textColor #000000 borderColor null borderRadius 2px shadow none
buttonPrimary
background #FAE355 textColor #000000 borderRadius 5px shadow none
buttonSecondary
background #FFFFFF textColor #000000 borderColor #FFFFFF borderRadius 5px shadow none

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals and organizations

Pelago Brand in the Wild

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

Frequently Asked Questions

What is Pelago's primary brand color?

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

What font does Pelago use?

Pelago uses Roboto as the primary typeface across body and headings.

Does Pelago use a light or dark theme?

Pelago's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Pelago's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "EsRebond",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FAE355",
    "secondary": "#FFF4DC",
    "accent": "#FAE355",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#DDF1C4"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "EsRebond",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji"
      ],
      "body": [
        "EsRebond",
        "sans-serif"
      ],
      "paragraph": [
        "Suisse",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "74px",
      "h2": "44px",
      "body": "22px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FAE355",
      "textColor": "#000000",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#FFFFFF",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-full%20w-full%20object-contain%22%20width%3D%22437%22%20height%3D%22147%22%20viewBox%3D%220%200%20437%20147%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1250_5421)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M266.381%2096.7038L266.377%2066.2119C266.377%2062.2371%20265.641%2058.2888%20264.174%2054.3536C262.707%2050.4185%20260.471%2046.8922%20257.464%2043.7617C254.458%2040.6355%20250.681%2038.0766%20246.139%2036.0892C241.593%2034.1018%20236.243%2033.1082%20230.097%2033.1082C217.002%2033.1082%20204.544%2038.8812%20200.806%2042.3899C199.378%2043.7221%20196.623%2047.7144%20196.623%2053.8568C196.623%2060.0035%20199.651%2061.9118%20201.858%2061.8722C203.505%2061.8458%20205.117%2060.7466%20206.772%2058.2888C208.774%2055.3121%20212.477%2050.6911%20214.825%2048.0178C220.83%2041.1939%20225.846%2040.3102%20230.025%2040.6707C233.365%2040.9609%20236.944%2043.0802%20237.898%2047.5473C239.113%2053.2368%20236.329%2054.5295%20233.972%2055.1802C229.024%2056.5432%20224.024%2057.8667%20219.157%2059.9244C206.126%2065.759%20193.51%2075.3309%20193.51%2093.0105C193.51%20105.682%20202.358%20113.676%20212.511%20113.676C223.075%20113.676%20231.077%20106.078%20232.15%20105.009C233.224%20103.941%20234.575%20102.943%20235.811%20102.943C237.047%20102.943%20237.68%20103.814%20238.108%20104.618C238.54%20105.427%20238.706%20106.421%20239.237%20107.63C240.759%20111.095%20243.449%20112.014%20246.357%20112.014H270.551C268.716%20110.523%20266.381%20109.485%20266.381%2096.7038ZM238.185%2084.8588C237.641%2094.1405%20231.291%2097.7723%20225.851%2096.1279C219.983%2094.3559%20218.276%2087.299%20218.969%2081.7942C220.547%2069.3072%20227.925%2063.3891%20233.959%2063.6353C235.392%2063.6969%20237.804%2064.3432%20238.176%2068.2432C238.493%2071.5276%20238.604%2077.6744%20238.185%2084.8588Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M185.534%2096.6994H185.538V4.30449C185.538%200%20183.892%200%20182.318%200C178.157%200%20172.28%202.52378%20165.587%205.82579C158.89%209.12341%20154.275%2012.4034%20151.5%2014.5711C150.858%2015.0767%20150.161%2015.833%20150.306%2016.8135C150.456%2017.8071%20151.226%2018.26%20151.906%2018.4755C154.002%2019.1438%20155.143%2020.5596%20155.999%2022.5205C156.914%2024.6266%20157.089%2026.8734%20157.089%2029.7929V99.6497C157.089%20109.855%20161.041%20112.014%20165.506%20112.014H189.699C187.869%20110.519%20185.534%20109.481%20185.534%2096.6994Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M148.663%2088.2004C147.761%2087.6904%20146.884%2088.2444%20146.157%2088.8379C143.942%2090.6494%20141.889%2091.9333%20139.135%2092.7072C136.286%2093.503%20133.284%2093.8811%20130.333%2093.7096C123.277%2093.2919%20112.923%2089.4667%20106.914%2082.379C105.216%2080.3784%20104.155%2078.6461%20104.544%2077.0149C104.908%2075.4848%20106.785%2075.9289%20107.936%2076.1179C109.437%2076.3685%20110.942%2076.7511%20117.725%2077.2083C137.877%2078.5626%20144.588%2075.731%20147.928%2067.6496C151.909%2058.0206%20143.082%2032.796%20117.725%2033.139C85.3334%2033.5786%2079.8976%2064.2597%2080.4493%2075.4848C82.0018%20106.795%20109.151%20113.667%20119.731%20113.667C139.96%20113.667%20148.933%2099.8476%20149.459%2090.3724C149.51%2089.4183%20149.313%2088.5697%20148.663%2088.2004ZM96.4443%2053.1049C97.2099%2048.9543%20100.422%2045.2478%20106.978%2045.2478C110.69%2045.2478%20118.127%2046.9846%20123.259%2053.6809C126.133%2057.4314%20126.775%2062.2064%20125.53%2064.4092C124.286%2066.612%20122.075%2069.316%20106.957%2068.3267C98.6811%2067.7815%2094.9218%2061.371%2096.4443%2053.1049Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M40.4066%201.73242C29.2572%201.73242%200%201.73242%200%201.73242C1.77912%203.18337%204.0458%204.18585%204.0458%2016.5937V97.1391C4.0458%20109.556%201.77912%20110.558%200%20112.009H26.2121C28.714%20112.009%2031.0235%20111.174%2032.8753%20109.732C35.5312%20107.661%2037.2504%20104.381%2037.2504%20100.687C37.2504%2092.628%2029.5822%2089.4886%2024.2534%2085.3776C20.3145%2082.3394%2016.7092%2078.7252%2014.1646%2074.3768C13.1937%2072.7148%2010.3069%2066.9593%2013.3135%2065.8029C15.0413%2065.1346%2016.4227%2067.3814%2017.3507%2068.507C22.7437%2075.0275%2031.4854%2078.9846%2039.6668%2079.7321C56.4401%2081.2666%2073.684%2068.9027%2078.4953%2051.3946C84.1449%2030.8218%2071.2377%201.73242%2040.4066%201.73242ZM54.7209%2043.8408C50.3415%2059.8452%2040.7017%2071.2418%2033.4398%2069.1401C26.1779%2067.0429%2024.0353%2052.2431%2028.4147%2036.2343C32.794%2020.2343%2042.5279%208.80691%2049.7898%2010.9218C56.9234%2013.0059%2059.096%2027.8364%2054.7209%2043.8408Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M435.476%2062.2017C429.549%2041.0354%20408.067%2028.8474%20387.483%2034.9853C366.903%2041.1277%20355.018%2063.2657%20360.945%2084.4364C366.873%20105.603%20388.359%20117.791%20408.939%20111.648C429.527%20105.51%20441.404%2083.368%20435.476%2062.2017ZM413.43%2092.6453C412.467%2099.0822%20409.991%20103.347%20406.454%20104.416C402.926%20105.488%20398.658%20103.272%20394.573%2098.3656C390.523%2093.4983%20386.807%2086.16%20384.425%2077.5026C382.034%2068.8409%20381.448%2060.5573%20382.406%2054.1731C383.368%2047.7361%20385.845%2043.4712%20389.381%2042.4028C392.91%2041.3299%20397.178%2043.5459%20401.262%2048.4528C405.312%2053.3201%20409.029%2060.654%20411.415%2069.3157C413.802%2077.9775%20414.388%2086.2611%20413.43%2092.6453Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M345.21%2024.2747C342.845%2026.3192%20340.501%2029.9378%20337.208%2032.3121C332.555%2035.6581%20326.106%2034.9414%20321.713%2034.1676L321.718%2034.1719C318.985%2033.6619%20316.145%2033.3937%20313.228%2033.3937C291.271%2033.3937%20273.566%2048.5276%20273.566%2067.0822C273.566%2088.3628%20294.701%2098.1282%20303.46%20101.289C309.7%20103.541%20315.332%20106.794%20318.968%20109.665C323.484%20113.24%20325.729%20118.833%20325.725%20123.445C325.725%20132.116%20320.353%20139.014%20313.87%20139.01C307.378%20139.005%20302.015%20132.102%20302.019%20123.432C302.023%20118.745%20302.609%20117.096%20303.64%20113.438C304.589%20110.074%20303.148%20108.527%20301.951%20107.775C298.456%20105.572%20289.971%20108.417%20286.097%20110.51C279.006%20114.344%20274.716%20119.585%20274.716%20125.292C274.716%20131.003%20279.006%20136.244%20286.097%20140.074C293.17%20143.899%20302.968%20146.273%20313.806%20146.273C324.639%20146.273%20334.437%20143.899%20341.51%20140.074C348.605%20136.244%20352.895%20131.003%20352.895%20125.292C352.895%20119.585%20348.605%20114.344%20341.51%20110.51C336.827%20107.977%20330.489%20105.871%20324.361%20105.097C320.469%20104.605%20320.332%20102.846%20320.456%20101.931C320.657%20100.467%20322.12%20100.001%20325.053%2099.2362C338.525%2095.7363%20352.895%2084.3353%20352.895%2067.0822C352.895%2054.2479%20344.419%2043.0535%20331.93%2037.3684C333.064%2037.2937%20334.467%2037.3465%20336.156%2037.6454C342.473%2038.7578%20350.876%2041.9455%20354.392%2039.0876C357.548%2036.5243%20356.098%2031.2481%20354.495%2028.4517C351.189%2022.6786%20347.566%2022.2434%20345.21%2024.2747ZM313.074%2094.3909C306.595%2094.3909%20301.352%2082.4315%20301.352%2067.6714C301.352%2052.9112%20306.604%2040.9519%20313.074%2040.9519C319.549%2040.9519%20324.797%2052.9112%20324.797%2067.6714C324.797%2082.4315%20319.549%2094.3909%20313.074%2094.3909Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3CclipPath%20id%3D%22clip0_1250_5421%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Crect%20width%3D%22437%22%20height%3D%22146.441%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://www.pelagohealth.com/static/images/favicons/apple-touch-icon.png",
    "ogImage": "https://pelagocms.wpengine.com/wp-content/uploads/2023/06/Pelago-OG-1024x538.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 6,
      "text": "WebinarTreating Substance Use With a Dedicated Program: A Case Study on the ROI of Compassionate Car",
      "reasoning": "Button #6 has a vibrant background color (#FAE355) which aligns with the brand's primary color and features action-oriented text related to a webinar, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 10,
      "text": "Calculate savings",
      "reasoning": "Button #10 has a different background color (#FFFFFF) and offers a secondary action ('Calculate savings'), making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals and organizations"
  },
  "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 located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles