Home · Branding · Human Interest

Human Interest Brand Identity

A complete profile of Human Interest's visual system — colors, typography, components, and personality — extracted from http://humaninterest.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#1C847E
Accent
#022A4D
Body Font
Poppins
Heading
Poppins

Color Palette

Brand palette extracted from http://humaninterest.com.

primary
#1C847E
rgb(28, 132, 126)
secondary
#008481
rgb(0, 132, 129)
accent
#022A4D
rgb(2, 42, 77)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#022A4D
rgb(2, 42, 77)
link
#022A4D
rgb(2, 42, 77)

Typography

Each font links to its Google Fonts page where available.

primary
Poppins
heading
Poppins
Poppins
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

Human Interest logo
Logo
Human Interest favicon
Favicon
Human Interest social image
Social Card

UI Components

Live previews rendered using Human Interest's actual button styles.

input
background #FFFFFF textColor #022A4D borderColor #CCD4DB borderRadius 8px shadow none
buttonPrimary
background #022A4D textColor #FFFFFF borderRadius 6px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses looking for affordable 401(k) solutions

Human Interest Brand in the Wild

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

Frequently Asked Questions

What is Human Interest's primary brand color?

Human Interest's primary brand color is #1C847E. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Human Interest use?

Human Interest uses #022A4D as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Human Interest use?

Human Interest uses Poppins as the primary typeface across body and headings.

Does Human Interest use a light or dark theme?

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

Where can I find Human Interest's logo?

Human Interest's logo is available directly on their site (http://humaninterest.com). 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 http://humaninterest.com 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 Human Interest.

Methodology

Brand data on this page was extracted from http://humaninterest.com 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 Human Interest.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1C847E",
    "secondary": "#008481",
    "accent": "#022A4D",
    "background": "#FFFFFF",
    "textPrimary": "#022A4D",
    "link": "#022A4D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins"
      ],
      "body": [
        "Poppins"
      ],
      "paragraph": [
        "Poppins"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "32px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#022A4D",
      "borderColor": "#CCD4DB",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#022A4D",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://hi-contentful.imgix.net/4xN7JhmwCRuz3y9M8L8CF7/5c244c52cfc982bd1a348a80dc35d43b/hi-logo-new.svg?auto=format%2Ccompress&w=256&q=75",
    "favicon": "https://humaninterest.com/favicon.ico?v=2",
    "ogImage": "https://images.ctfassets.net/tj9jxg7kaxby/5pfZ2fwcihpJt8VrjB8vAj/99f9d1541caed73f63c76d3df4af8a24/logo_hi.jpg",
    "logoHref": "/",
    "logoAlt": "Human Interest Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Human Interest'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 with text 'Get Started' is likely the primary CTA due to its action-oriented text and vibrant brand color (#022A4D), which aligns with the site's primary color scheme."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same background color (#022A4D), making it impossible to select a secondary button with a different color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses looking for affordable 401(k) solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Human Interest'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles