Home · Branding · Careerist

Careerist Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#FF824C
Body Font
TT Hoves
Heading
TT Hoves

Color Palette

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

primary
#0000EE
rgb(0, 0, 238)
secondary
#FFDFD6
rgb(255, 223, 214)
accent
#FF824C
rgb(255, 130, 76)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#18181B
rgb(24, 24, 27)
link
#FF824C
rgb(255, 130, 76)

Typography

Each font links to its Google Fonts page where available.

primary
TT Hoves
heading
TT Hoves
TT Hoves, Helvetica, Arial, sans-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

Careerist logo
Logo
Careerist favicon
Favicon
Careerist social image
Social Card

UI Components

Live previews rendered using Careerist's actual button styles.

buttonPrimary
background #FF824C textColor #FFFFFF borderRadius 31.9488px shadow none
buttonSecondary
background #4C77FC textColor #FFFFFF borderRadius 39.936px shadow none

Brand Personality

Tone: professional Energy: medium Audience: Individuals seeking tech careers

Careerist Brand in the Wild

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

Frequently Asked Questions

What is Careerist's primary brand color?

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

What accent color does Careerist use?

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

What font does Careerist use?

Careerist uses TT Hoves as the primary typeface across body and headings.

Does Careerist use a light or dark theme?

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

Where can I find Careerist's logo?

Careerist's logo is available directly on their site (http://careerist.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://careerist.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 Careerist.

Methodology

Brand data on this page was extracted from http://careerist.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 Careerist.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "TT Hoves",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#FFDFD6",
    "accent": "#FF824C",
    "background": "#FFFFFF",
    "textPrimary": "#18181B",
    "link": "#FF824C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "TT Hoves",
      "heading": "TT Hoves"
    },
    "fontStacks": {
      "heading": [
        "TT Hoves",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "TT Hoves",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "TT Hoves",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "23.9616px",
      "h2": "71.8848px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF824C",
      "textColor": "#FFFFFF",
      "borderRadius": "31.9488px",
      "borderRadiusCorners": {
        "topLeft": "31.9488px",
        "topRight": "31.9488px",
        "bottomRight": "31.9488px",
        "bottomLeft": "31.9488px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#4C77FC",
      "textColor": "#FFFFFF",
      "borderRadius": "39.936px",
      "borderRadiusCorners": {
        "topLeft": "39.936px",
        "topRight": "39.936px",
        "bottomRight": "39.936px",
        "bottomLeft": "39.936px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.careerist.com/public/constructor-assets-redesign/assets/images/logo-careerist-black.svg",
    "favicon": "https://cdn.careerist.com/uploads/landings/icons/1664175091538/icons-1664175091537.webp",
    "ogImage": "https://cdn.careerist.com/uploads/landings/og/1645001476613/og-1645001476462.jpeg",
    "logoHref": "/",
    "logoAlt": "Careerist"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Careerist'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Enroll Now",
      "reasoning": "Button #3 'Enroll Now' uses a vibrant accent color (#FF824C) and has action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Jump in",
      "reasoning": "Button #2 'Jump in' uses a different vibrant color (#4C77FC) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "Individuals seeking tech careers"
  },
  "designSystem": {
    "framework": "custom",
    "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, links to the homepage, and matches the brand name 'Careerist'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles