Home · Branding · The Hog

The Hog Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#0F0F0F
Body Font
Manrope
Heading
Instrument Serif

Color Palette

Brand palette extracted from https://thehog.ai/.

primary
#0000EE
rgb(0, 0, 238)
secondary
#00A2C7
rgb(0, 162, 199)
accent
#0F0F0F
rgb(15, 15, 15)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#666666
rgb(102, 102, 102)
link
#80D1E3
rgb(128, 209, 227)

Typography

Each font links to its Google Fonts page where available.

primary
Manrope
heading
Instrument Serif
Instrument Serif Google Fonts →
Instrument Serif, 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

The Hog logo
Logo
The Hog favicon
Favicon
The Hog social image
Social Card

UI Components

Live previews rendered using The Hog's actual button styles.

buttonPrimary
background #0F0F0F textColor #000000 borderRadius 0px shadow none
buttonSecondary
background #FFFFFF textColor #0000EE borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals seeking growth solutions

The Hog Brand in the Wild

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

Frequently Asked Questions

What is The Hog's primary brand color?

The Hog's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does The Hog use?

The Hog uses #0F0F0F as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does The Hog use?

The Hog uses Manrope for body text and Instrument Serif for headings. Fonts were detected on https://thehog.ai/ as part of their live design system.

Does The Hog use a light or dark theme?

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

Where can I find The Hog's logo?

The Hog's logo is available directly on their site (https://thehog.ai/). 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://thehog.ai/ 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 The Hog.

Methodology

Brand data on this page was extracted from https://thehog.ai/ 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 The Hog.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    },
    {
      "family": "Instrument Serif",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Aeonik",
      "role": "display"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#00A2C7",
    "accent": "#0F0F0F",
    "background": "#FFFFFF",
    "textPrimary": "#666666",
    "link": "#80D1E3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Instrument Serif"
    },
    "fontStacks": {
      "heading": [
        "Instrument Serif",
        "serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "96px",
      "h2": "64px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0F0F0F",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/fIdZdtltaQ6uXeuTgdZdBwbSs.png?width=135&height=135",
    "favicon": "https://framerusercontent.com/images/ZvGBx5auADu6ssutnqN21FJHUM.png",
    "ogImage": "https://framerusercontent.com/assets/6vtfDQuxFFWrURM3tbC5DTfw00.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the only visible logo candidate, links to the homepage, and matches the favicon, indicating it represents the brand.",
    "confidence": 0.8,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 4,
      "text": "Try Risk Free",
      "reasoning": "Button #4 'Try Risk Free' has a unique text and a distinct dark background color (#0F0F0F), making it stand out as the primary CTA."
    },
    "secondary": {
      "index": 6,
      "text": "Request Demo",
      "reasoning": "Button #6 'Request Demo' has a different background color (#FFFFFF) and complements the primary CTA by offering another action option."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals seeking growth solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is the only visible logo candidate, links to the homepage, and matches the favicon, indicating it represents the brand.",
        "confidence": 0.8
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles