hireglide.json

HireGlide Brand Identity

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

Quick Facts

Field Value
Primary #3D402F
Accent #CFB0DB
Body Font DM Sans
Heading Font Source Serif 4

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: business professionals seeking talent acquisition solutions

HireGlide Brand in the Wild

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

Working with these fonts

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.

Machine-Readable Profile

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "DM Sans",
      "role": "body"
    },
    {
      "family": "Source Serif 4",
      "role": "heading"
    },
    {
      "family": "Playfair Display",
      "role": "display"
    }
  ],
  "colors": {
    "primary": "#3D402F",
    "secondary": "#D6E38F",
    "accent": "#CFB0DB",
    "background": "#1A1A18",
    "textPrimary": "#1A1A18",
    "link": "#CFB0DB"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "Source Serif 4"
    },
    "fontStacks": {
      "heading": [
        "Playfair Display",
        "serif"
      ],
      "body": [
        "DM Sans",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "DM Sans",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "36px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#CFB0DB",
      "textColor": "#4A1D60",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#D6E38F",
      "textColor": "#0E0E0C",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://tryprism.com/landing/Logo.svg",
    "favicon": "https://tryprism.com/icon.png?icon.08.~npkc~_.qa.png?dpl=dpl_AuHXmg5CuiKWQPsaNXn4aoRENkYr",
    "ogImage": "https://tryprism.com/opengraph-image",
    "logoHref": "/",
    "logoAlt": "Prism"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand name 'Prism'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a Demo",
      "reasoning": "Button #2 'Book a Demo' has a vibrant blue background (#CFB0DB) and is labeled with a strong call-to-action, making it the primary CTA."
    },
    "secondary": {
      "index": 7,
      "text": "Skip to main content",
      "reasoning": "Button #9 'Skip to main content' has a vibrant green background (#D6E38F) and serves as a secondary action, distinct from the primary button's color group."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals seeking talent acquisition solutions"
  },
  "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 visible, located in the header, and links to the homepage, matching the brand name 'Prism'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}