Home · Branding · hud

hud Brand Identity

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

Download JSON
Primary
#374151
Accent
#FCD34D
Body Font
Neue Haas Grotesk Text
Heading
Farnham Headline

Color Palette

Brand palette extracted from https://www.hud.so.

primary
#374151
rgb(55, 65, 81)
secondary
#CA8A04
rgb(202, 138, 4)
accent
#FCD34D
rgb(252, 211, 77)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1C1C19
rgb(28, 28, 25)
link
#FFFBEB
rgb(255, 251, 235)

Typography

Each font links to its Google Fonts page where available.

primary
Neue Haas Grotesk Text
Neue Haas Grotesk Text Google Fonts →
heading
Farnham Headline
Farnham Headline Google Fonts →
farnham-headline, 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

hud logo
Logo
hud favicon
Favicon
hud social image
Social Card

UI Components

Live previews rendered using hud's actual button styles.

input
background #FFFFFF textColor #1C1C19 borderColor #E8E8E6 borderRadius 6px shadow none
buttonPrimary
background #FCD34D textColor #1C1C19 borderColor #52524A borderRadius 1px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(34, 34, 34) 1px 1px 0px 0px
buttonSecondary
background #FFFFFF textColor #1C1C19 borderColor #52524A borderRadius 1px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(34, 34, 34) 1px 1px 0px 0px

Brand Personality

Tone: modern Energy: medium Audience: developers and tech enthusiasts

hud Brand in the Wild

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

Frequently Asked Questions

What is hud's primary brand color?

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

What accent color does hud use?

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

What font does hud use?

hud uses Neue Haas Grotesk Text for body text and Farnham Headline for headings. Fonts were detected on https://www.hud.so as part of their live design system.

Does hud use a light or dark theme?

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

Where can I find hud's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Neue Haas Grotesk Text",
      "role": "body"
    },
    {
      "family": "Farnham Headline",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#374151",
    "secondary": "#CA8A04",
    "accent": "#FCD34D",
    "background": "#FFFFFF",
    "textPrimary": "#1C1C19",
    "link": "#FFFBEB"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Neue Haas Grotesk Text",
      "heading": "Farnham Headline"
    },
    "fontStacks": {
      "heading": [
        "farnham-headline",
        "serif"
      ],
      "body": [
        "neue-haas-grotesk-text",
        "sans-serif"
      ],
      "paragraph": [
        "neue-haas-grotesk-text",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#1C1C19",
      "borderColor": "#E8E8E6",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FCD34D",
      "textColor": "#1C1C19",
      "borderColor": "#52524A",
      "borderRadius": "1px",
      "borderRadiusCorners": {
        "topLeft": "1px",
        "topRight": "1px",
        "bottomRight": "1px",
        "bottomLeft": "1px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(34, 34, 34) 1px 1px 0px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#1C1C19",
      "borderColor": "#52524A",
      "borderRadius": "1px",
      "borderRadiusCorners": {
        "topLeft": "1px",
        "topRight": "1px",
        "bottomRight": "1px",
        "bottomLeft": "1px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(34, 34, 34) 1px 1px 0px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2280%22%20height%3D%2230%22%20viewBox%3D%22140%20320%20750%20350%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22relative%22%20data-fc-idx%3D%220%22%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cmask%20id%3D%22textMask%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M153.488%20660.583V634.232H177.478V386.173L147.604%20372.544V353.917L232.247%20332.109H248.995V476.129L249.9%20476.583C269.364%20451.141%20291.543%20432.06%20324.586%20432.06C362.608%20432.06%20388.408%20461.136%20388.408%20506.568V634.232H408.325V660.583H298.333V634.232H316.891V502.025C316.891%20484.307%20310.102%20479.763%20294.712%20479.763C278.417%20479.763%20263.027%20484.761%20248.995%20495.21V634.232H267.553V660.583H153.488Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M467.193%20664.217C428.719%20664.217%20403.371%20635.595%20403.371%20589.709V465.68H378.928V439.329H474.888V598.795C474.888%20616.06%20481.678%20621.057%20496.615%20621.057C514.268%20621.057%20527.847%20612.879%20542.784%20601.067V465.68H516.984V439.329H614.301V618.785L642.818%20631.052V648.771L562.248%20662.854H545.953V618.331L545.047%20617.877C523.773%20644.227%20500.688%20664.217%20467.193%20664.217Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M716.334%20664.217C666.996%20664.217%20623.995%20623.329%20623.995%20546.549C623.995%20470.223%20674.691%20432.06%20726.292%20432.06C752.092%20432.06%20771.103%20442.509%20785.588%20457.956V386.173L753.903%20372.544V353.917L839.905%20332.109H856.653V618.785L885.622%20631.052V648.771L805.051%20662.854H788.304V621.057L787.398%20620.603C768.388%20647.408%20747.566%20664.217%20716.334%20664.217ZM739.419%20630.143C759.335%20630.143%20773.819%20614.697%20785.588%20599.25V481.126C774.725%20472.949%20762.503%20467.042%20746.208%20467.042C732.629%20467.042%20723.123%20472.04%20716.786%20479.763C708.639%20489.758%20704.113%20515.655%20704.113%20551.546C704.113%20589.255%20709.092%20612.879%20717.239%20621.511C723.576%20627.872%20730.366%20630.143%20739.419%20630.143Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M153.488%20660.583V634.232H177.478V386.173L147.604%20372.544V353.917L232.247%20332.109H248.995V476.129L249.9%20476.583C269.364%20451.141%20291.543%20432.06%20324.586%20432.06C362.608%20432.06%20388.408%20461.136%20388.408%20506.568V634.232H408.325V660.583H298.333V634.232H316.891V502.025C316.891%20484.307%20310.102%20479.763%20294.712%20479.763C278.417%20479.763%20263.027%20484.761%20248.995%20495.21V634.232H267.553V660.583H153.488Z%22%20fill%3D%22%23272727%22%20style%3D%22fill%3A%20rgb(39%2C%2039%2C%2039)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M467.193%20664.217C428.719%20664.217%20403.371%20635.595%20403.371%20589.709V465.68H378.928V439.329H474.888V598.795C474.888%20616.06%20481.678%20621.057%20496.615%20621.057C514.268%20621.057%20527.847%20612.879%20542.784%20601.067V465.68H516.984V439.329H614.301V618.785L642.818%20631.052V648.771L562.248%20662.854H545.953V618.331L545.047%20617.877C523.773%20644.227%20500.688%20664.217%20467.193%20664.217Z%22%20fill%3D%22%23272727%22%20style%3D%22fill%3A%20rgb(39%2C%2039%2C%2039)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M716.334%20664.217C666.996%20664.217%20623.995%20623.329%20623.995%20546.549C623.995%20470.223%20674.691%20432.06%20726.292%20432.06C752.092%20432.06%20771.103%20442.509%20785.588%20457.956V386.173L753.903%20372.544V353.917L839.905%20332.109H856.653V618.785L885.622%20631.052V648.771L805.051%20662.854H788.304V621.057L787.398%20620.603C768.388%20647.408%20747.566%20664.217%20716.334%20664.217ZM739.419%20630.143C759.335%20630.143%20773.819%20614.697%20785.588%20599.25V481.126C774.725%20472.949%20762.503%20467.042%20746.208%20467.042C732.629%20467.042%20723.123%20472.04%20716.786%20479.763C708.639%20489.758%20704.113%20515.655%20704.113%20551.546C704.113%20589.255%20709.092%20612.879%20717.239%20621.511C723.576%20627.872%20730.366%20630.143%20739.419%20630.143Z%22%20fill%3D%22%23272727%22%20style%3D%22fill%3A%20rgb(39%2C%2039%2C%2039)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20mask%3D%22url(%23textMask)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Crect%20x%3D%22-300%22%20y%3D%22-300%22%20width%3D%22300%22%20height%3D%22700%22%20fill%3D%22url(%23shineGradient)%22%20transform%3D%22rotate(45%20150%20500)%22%20class%3D%22transition-transform%20duration-500%20ease-out%20group-hover%2Flogo%3Atranslate-x-%5B1200px%5D%20group-hover%2Flogo%3Atranslate-y-%5B1200px%5D%20group-hover%2Flogo%3Aduration-700%22%20style%3D%22fill%3A%20url(%26quot%3B%23shineGradient%26quot%3B)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3ClinearGradient%20id%3D%22shineGradient%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22transparent%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgba(0%2C%200%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23fbbf24%22%20stop-opacity%3D%220.8%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(251%2C%20191%2C%2036)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22transparent%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgba(0%2C%200%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://www.hud.ai/favicon.ico",
    "ogImage": "https://hud.ai/hud_opengraph.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, links to the homepage, and matches the brand inferred from the URL and page title ('HUD').",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 5,
      "text": "Sign In",
      "reasoning": "Button #1 ('Sign In') has a vibrant background color (#FCD34D) which is distinct and stands out as a primary call-to-action. It uses a brand color, making it the most prominent CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Get started",
      "reasoning": "Button #0 ('Get started') has a different background color (#FFFFFF) and serves as a secondary action with a more neutral appearance."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech enthusiasts"
  },
  "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, links to the homepage, and matches the brand inferred from the URL and page title ('HUD').",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles