llms.txt

Ultrahuman Brand Identity

A complete profile of Ultrahuman's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #0882FF
Accent #0882FF
Body Font Graphik
Heading Font Graphik

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: high · Audience: health-conscious individuals

Ultrahuman Brand in the Wild

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

Working with these 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.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Graphik",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0882FF",
    "secondary": "#0279E8",
    "accent": "#0882FF",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#007FF5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Graphik",
      "heading": "Graphik"
    },
    "fontStacks": {
      "heading": [
        "Graphik",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Graphik",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Graphik",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "20px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "20px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0882FF",
      "textColor": "#FFFFFF",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#EDEDED",
      "textColor": "#000000",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22logo%22%20width%3D%2232px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Ctitle%3ELogo%20%2F%2053%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20none%20!important%3B%20stroke-width%3A%201px%20!important%3B%22%3E%3Cg%20id%3D%22header-%2F-Default%22%20transform%3D%22translate(-120.000000%2C%20-24.000000)%22%20fill%3D%22%23FFF%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3E%3Cg%20id%3D%22header-%2F-scrolled%22%20transform%3D%22translate(120.000000%2C%2020.000000)%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3E%3Cg%20id%3D%22Logo-%2F-53%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3E%3Cpath%20d%3D%22M28.5836299%2C4.22641509%20L28.5836299%2C13.3454483%20L23.474%2C13.3454151%20L32%2C21.0242679%20L25.8058042%2C27.7735849%20L15.9998561%2C18.9433764%20L6.19419577%2C27.7735849%20L0%2C21.0242679%20L8.526%2C13.3454151%20L3.40498221%2C13.3454483%20L3.40498221%2C4.22641509%20L28.5836299%2C4.22641509%20Z%22%20id%3D%22Combined-Shape%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://www.ultrahuman.com/apple-touch-icon.png",
    "ogImage": "https://public-web-assets.uh-static.com/web_v2/meta-assets/uh-og-image.png"
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "health-conscious individuals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  }
}