Home · Branding · HeroUI

HeroUI Brand Identity

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

Download JSON
Primary
#0485F7
Accent
#0485F7
Body Font
Inter
Heading
Inter

Color Palette

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

primary
#0485F7
rgb(4, 133, 247)
secondary
#F7D9D9
rgb(247, 217, 217)
accent
#0485F7
rgb(4, 133, 247)
background
#F5F5F5
rgb(245, 245, 245)
textPrimary
#18181B
rgb(24, 24, 27)
link
#FF383C
rgb(255, 56, 60)

Typography

Each font links to its Google Fonts page where available.

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

HeroUI logo
Logo
HeroUI favicon
Favicon
HeroUI social image
Social Card

UI Components

Live previews rendered using HeroUI's actual button styles.

input
background #FFFFFF textColor #18181B borderColor null 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(0, 0, 0, 0.04) 0px 2px 4px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px, rgba(0, 0, 0, 0.06) 0px 0px 1px 0px
buttonPrimary
background #0485F7 textColor #FCFCFC borderRadius 24px shadow none
buttonSecondary
background transparent textColor #18181B borderColor #DEDEE0 borderRadius 24px shadow none

Brand Personality

Tone: modern Energy: medium Audience: developers and designers

HeroUI Brand in the Wild

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

Frequently Asked Questions

What is HeroUI's primary brand color?

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

What font does HeroUI use?

HeroUI uses Inter as the primary typeface across body and headings.

Does HeroUI use a light or dark theme?

HeroUI's primary site uses a light color scheme, with a background of #F5F5F5.

Where can I find HeroUI's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0485F7",
    "secondary": "#F7D9D9",
    "accent": "#0485F7",
    "background": "#F5F5F5",
    "textPrimary": "#18181B",
    "link": "#FF383C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#18181B",
      "borderColor": null,
      "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(0, 0, 0, 0.04) 0px 2px 4px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px, rgba(0, 0, 0, 0.06) 0px 0px 1px 0px"
    },
    "buttonPrimary": {
      "background": "#0485F7",
      "textColor": "#FCFCFC",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#18181B",
      "borderColor": "#DEDEE0",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20aria-hidden%3D%22true%22%20fill%3D%22none%22%20height%3D%2226%22%20viewBox%3D%220%200%20140%2044%22%20width%3D%2283%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M0.677734%2011.3847V24.0405C0.677734%2024.6387%200.985209%2025.1946%201.49107%2025.5109L10.1195%2030.9067C11.2693%2031.6257%2012.7586%2030.796%2012.7586%2029.4363V18.7981C12.7586%2018.186%2013.0803%2017.6194%2013.605%2017.3074L18.8683%2014.1785V41.4437C18.8683%2042.7988%2020.3486%2043.6293%2021.4988%2042.9195L30.4044%2037.4229C30.9152%2037.1076%2031.2264%2036.549%2031.2264%2035.9471V9.76484C31.2264%208.41634%2029.759%207.58483%2028.6085%208.28139L18.8683%2014.1785V2.55643C18.8683%201.21158%2017.408%200.379537%2016.2574%201.06878L1.51927%209.89703C0.997365%2010.2097%200.677734%2010.7747%200.677734%2011.3847Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(8.34178%200.607349%20-2.12998)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M63.8763%2024.0707C63.8763%2020.4817%2062.4078%2018.8253%2059.4709%2018.8253C56.1076%2018.8253%2053.7391%2021.0799%2053.7391%2026.1412V37.7363H47.6756V5.52769H53.7391V17.3069C55.2075%2014.9142%2057.6234%2013.7179%2060.9394%2013.7179C66.5764%2013.7179%2069.8924%2017.1688%2069.8924%2022.9664V37.7363H63.8763V24.0707Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(8.34178%200.607349%20-2.12998)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M84.8996%2038.4725C77.3677%2038.4725%2072.5832%2033.5952%2072.5832%2026.0952C72.5832%2018.6872%2077.3203%2013.7179%2084.8996%2013.7179C93.0947%2013.7179%2097.5475%2019.5154%2096.3158%2027.6596H78.6467C78.9783%2031.5247%2081.252%2033.7333%2084.8996%2033.7333C87.8839%2033.7333%2089.684%2032.2149%2090.1577%2030.6964H96.1737C95.2263%2035.2057%2091.0577%2038.4725%2084.8996%2038.4725ZM78.7888%2023.6566H90.4419C90.3945%2020.4817%2088.3102%2018.3191%2084.7574%2018.3191C81.5836%2018.3191%2079.3572%2020.1596%2078.7888%2023.6566Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(8.34178%200.607349%20-2.12998)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M99.6225%2020.3437C99.6225%2016.5246%20101.754%2014.4541%20105.828%2014.4541H113.597V19.4234H105.686V37.7363H99.6225V20.3437Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(8.34178%200.607349%20-2.12998)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M126.863%2038.4725C119.189%2038.4725%20114.31%2033.5492%20114.31%2026.0952C114.31%2018.6412%20119.189%2013.7179%20126.863%2013.7179C134.442%2013.7179%20139.322%2018.6412%20139.322%2026.0952C139.322%2033.5492%20134.442%2038.4725%20126.863%2038.4725ZM126.863%2033.4572C130.653%2033.4572%20133.163%2030.5584%20133.163%2026.0952C133.163%2021.632%20130.653%2018.6872%20126.863%2018.6872C123.026%2018.6872%20120.515%2021.632%20120.515%2026.0952C120.515%2030.5584%20123.026%2033.4572%20126.863%2033.4572Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(8.34178%200.607349%20-2.12998)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://heroui.com/icons/favicon.svg",
    "ogImage": "https://www.heroui.com/images/twitter-card.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'HeroUI'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 'Get Started' uses the vibrant brand color #0485F7, which is a strong indicator of a primary CTA. The text is action-oriented, making it the most likely primary button."
    },
    "secondary": {
      "index": 14,
      "text": "View components",
      "reasoning": "Button #2 'View components' has a transparent background with a border, making it a suitable secondary button. It contrasts with the primary button's vibrant color."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and designers"
  },
  "designSystem": {
    "framework": "custom",
    "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, matching the brand 'HeroUI'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles