Home · Branding · H1

H1 Brand Identity

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

Download JSON
Primary
#262F38
Accent
#064997
Body Font
Gilroy
Heading
GT Sectra

Color Palette

Brand palette extracted from https://www.h1.co/.

primary
#262F38
rgb(38, 47, 56)
secondary
#EFF6FF
rgb(239, 246, 255)
accent
#064997
rgb(6, 73, 151)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#064997
rgb(6, 73, 151)
link
#064997
rgb(6, 73, 151)

Typography

Each font links to its Google Fonts page where available.

primary
Gilroy
heading
GT Sectra
Gilroy, 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

H1 logo
Logo
H1 favicon
Favicon
H1 social image
Social Card

UI Components

Live previews rendered using H1's actual button styles.

buttonPrimary
background #064997 textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background #F1F0EA textColor #064997 borderColor #064997 borderRadius 40px shadow none

Brand Personality

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

H1 Brand in the Wild

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

Frequently Asked Questions

What is H1's primary brand color?

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

What accent color does H1 use?

H1 uses #064997 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does H1 use?

H1 uses Gilroy for body text and GT Sectra for headings. Fonts were detected on https://www.h1.co/ as part of their live design system.

Does H1 use a light or dark theme?

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

Where can I find H1's logo?

H1's logo is available directly on their site (https://www.h1.co/). 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.h1.co/ 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 H1.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Gilroy",
      "role": "body"
    },
    {
      "family": "GT Sectra",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#262F38",
    "secondary": "#EFF6FF",
    "accent": "#064997",
    "background": "#FFFFFF",
    "textPrimary": "#064997",
    "link": "#064997"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Gilroy",
      "heading": "GT Sectra"
    },
    "fontStacks": {
      "heading": [
        "Gilroy",
        "sans-serif"
      ],
      "body": [
        "GT Sectra",
        "Georgia",
        "Times",
        "serif"
      ],
      "paragraph": [
        "Gilroy",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "32px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#064997",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F1F0EA",
      "textColor": "#064997",
      "borderColor": "#064997",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://h1.co/wp-content/themes/h1/images/logo-h1-reverse.svg",
    "favicon": "https://h1.co/h1-icon-mask-squared.svg",
    "ogImage": "https://h1.co/wp-content/uploads/2022/10/Open-Graph-v2-1200x630.png",
    "logoAlt": "H1"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 30,
    "reasoning": "Selected #9 because it is visible, matches the brand name 'H1', and is located in the body area, which is consistent with the brand's identity.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Request a Demo",
      "reasoning": "Button #4 'Request a Demo' uses the vibrant brand color #064997, which aligns with the site's primary color scheme and is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 8,
      "text": "Read more",
      "reasoning": "Button #2 'Read more' has a different background color (#F1F0EA) and serves as a secondary action with a less prominent call to action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals and organizations"
  },
  "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": 9,
        "selectedLogoReasoning": "Selected #9 because it is visible, matches the brand name 'H1', and is located in the body area, which is consistent with the brand's identity.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles