Home · Branding · Humanly

Humanly Brand Identity

A complete profile of Humanly's visual system — colors, typography, components, and personality — extracted from https://humanly.io. Built for designers, agents, and AI tools.

Download JSON
Primary
#0000CC
Accent
#0000CC
Body Font
Work Sans
Heading
Work Sans

Color Palette

Brand palette extracted from https://humanly.io.

primary
#0000CC
rgb(0, 0, 204)
secondary
#CAD5E2
rgb(202, 213, 226)
accent
#0000CC
rgb(0, 0, 204)
background
#F8FAFC
rgb(248, 250, 252)
textPrimary
#000033
rgb(0, 0, 51)
link
#000033
rgb(0, 0, 51)

Typography

Each font links to its Google Fonts page where available.

primary
Work Sans
heading
Work Sans
fontDisplay, fontDisplay Fallback
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

Humanly logo
Logo
Humanly favicon
Favicon
Humanly social image
Social Card

UI Components

Live previews rendered using Humanly's actual button styles.

input
background #FFFFFF textColor #000033 borderColor #CAD5E2 borderRadius 12.4px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 5px 10px -2px
buttonPrimary
background #0000CC textColor #F0F4F9 borderRadius 12.4px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 5px 10px -2px
buttonSecondary
background #F8FAFC textColor #000033 borderColor #CAD5E2 borderRadius 12.4px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 5px 10px -2px

Brand Personality

Tone: professional Energy: medium Audience: HR professionals and recruiters

Humanly Brand in the Wild

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

Frequently Asked Questions

What is Humanly's primary brand color?

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

What font does Humanly use?

Humanly uses Work Sans as the primary typeface across body and headings.

Does Humanly use a light or dark theme?

Humanly's primary site uses a light color scheme, with a background of #F8FAFC.

Where can I find Humanly's logo?

Humanly's logo is available directly on their site (https://humanly.io). 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://humanly.io 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 Humanly.

Methodology

Brand data on this page was extracted from https://humanly.io 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 Humanly.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Work Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0000CC",
    "secondary": "#CAD5E2",
    "accent": "#0000CC",
    "background": "#F8FAFC",
    "textPrimary": "#000033",
    "link": "#000033"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Work Sans",
      "heading": "Work Sans"
    },
    "fontStacks": {
      "heading": [
        "fontDisplay",
        "fontDisplay Fallback"
      ],
      "body": [
        "Work Sans"
      ],
      "paragraph": [
        "Work Sans"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "18px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000033",
      "borderColor": "#CAD5E2",
      "borderRadius": "12.4px",
      "borderRadiusCorners": {
        "topLeft": "12.4px",
        "topRight": "12.4px",
        "bottomRight": "12.4px",
        "bottomLeft": "12.4px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 5px 10px -2px"
    },
    "buttonPrimary": {
      "background": "#0000CC",
      "textColor": "#F0F4F9",
      "borderRadius": "12.4px",
      "borderRadiusCorners": {
        "topLeft": "12.4px",
        "topRight": "12.4px",
        "bottomRight": "12.4px",
        "bottomLeft": "12.4px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 5px 10px -2px"
    },
    "buttonSecondary": {
      "background": "#F8FAFC",
      "textColor": "#000033",
      "borderColor": "#CAD5E2",
      "borderRadius": "12.4px",
      "borderRadiusCorners": {
        "topLeft": "12.4px",
        "topRight": "12.4px",
        "bottomRight": "12.4px",
        "bottomLeft": "12.4px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 5px 10px -2px"
    }
  },
  "images": {
    "logo": "https://cdn.sanity.io/images/pm8sh1r9/production/c5181350ad9c7ffbc2aa65083f55d7da82140696-117x32.svg",
    "favicon": "https://www.humanly.io/favicon.ico?favicon.cb9ef9b5.ico",
    "ogImage": "https://cdn.sanity.io/images/pm8sh1r9/production/3b372edf9ccd9b38ce7d72399e0f56d97bfa84e0-2932x2083.png?fm=webp&q=100&fit=crop",
    "logoHref": "/",
    "logoAlt": "Humanly Logo"
  },
  "__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 'Humanly'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Schedule Your Demo",
      "reasoning": "Button #1 ('Schedule Your Demo') is the primary CTA due to its action-oriented text and vibrant brand color (#0000CC), which aligns with the site's primary color scheme."
    },
    "secondary": {
      "index": 5,
      "text": "Read more",
      "reasoning": "Button #5 ('Read more') is selected as the secondary CTA because it has a different background color (#F8FAFC) and serves a supportive role with less emphasis."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "HR professionals and recruiters"
  },
  "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, links to the homepage, and matches the brand name 'Humanly'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles