Home · Branding · Cognito

Cognito Brand Identity

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

Download JSON
Primary
#818A9B
Accent
#3C5AFA
Body Font
Helvetica Neue
Heading
Inter

Color Palette

Brand palette extracted from https://cognitohq.com.

primary
#818A9B
rgb(129, 138, 155)
secondary
#3D5AFE
rgb(61, 90, 254)
accent
#3C5AFA
rgb(60, 90, 250)
background
#F9FBFE
rgb(249, 251, 254)
textPrimary
#11385B
rgb(17, 56, 91)
link
#11385B
rgb(17, 56, 91)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue
Helvetica Neue Google Fonts →
heading
Inter
Inter, Helvetica Neue, 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

Cognito logo
Logo
Cognito favicon
Favicon
Cognito social image
Social Card

UI Components

Live previews rendered using Cognito's actual button styles.

buttonPrimary
background #3C5AFA textColor #FFFFFF borderRadius 12px shadow none
buttonSecondary
background #FFFFFF textColor #3C5C8C borderColor #DFE5F3 borderRadius 12px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking identity verification solutions

Cognito Brand in the Wild

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

Frequently Asked Questions

What is Cognito's primary brand color?

Cognito's primary brand color is #818A9B. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Cognito use?

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

What font does Cognito use?

Cognito uses Helvetica Neue for body text and Inter for headings. Fonts were detected on https://cognitohq.com as part of their live design system.

Does Cognito use a light or dark theme?

Cognito's primary site uses a light color scheme, with a background of #F9FBFE.

Where can I find Cognito's logo?

Cognito's logo is available directly on their site (https://cognitohq.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 https://cognitohq.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 Cognito.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "heading"
    },
    {
      "family": "Sofia Pro",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#818A9B",
    "secondary": "#3D5AFE",
    "accent": "#3C5AFA",
    "background": "#F9FBFE",
    "textPrimary": "#11385B",
    "link": "#11385B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "sofia-pro",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "sofia-pro",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "20px",
      "h2": "54px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#3C5AFA",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#3C5C8C",
      "borderColor": "#DFE5F3",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cognitohq.com/logo/cognito-logo-dark.svg",
    "favicon": "https://cognitohq.com/favicon.png",
    "ogImage": "/wp-content/themes/cognito/images/cognito-share.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #4 because it is a medium-sized logo located in the body with a source URL that matches the brand name 'Cognito'. It is the most appropriate representation of the brand.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 10,
      "text": "Learn more",
      "reasoning": "Button #1 has a vibrant blue background (#3C5AFA), which aligns with the brand's accent color and is likely intended to draw attention as a primary call-to-action with the text 'Learn more'."
    },
    "secondary": {
      "index": 1,
      "text": "Request a demo",
      "reasoning": "Button #6 has a white background (#FFFFFF) with a border, making it a suitable secondary button. It contrasts with the primary button's vibrant color and offers a less prominent action with 'Request a demo'."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking identity verification 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": 4,
        "selectedLogoReasoning": "Selected #4 because it is a medium-sized logo located in the body with a source URL that matches the brand name 'Cognito'. It is the most appropriate representation of the brand.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles