Home · Branding · Cogent

Cogent Brand Identity

A complete profile of Cogent's visual system — colors, typography, components, and personality — extracted from https://www.cogent.security/. Built for designers, agents, and AI tools.

Download JSON
Primary
#C0C5CF
Accent
#9FC2F5
Body Font
Geist Placeholder
Heading
Geist

Color Palette

Brand palette extracted from https://www.cogent.security/.

primary
#C0C5CF
rgb(192, 197, 207)
secondary
#0000EE
rgb(0, 0, 238)
accent
#9FC2F5
rgb(159, 194, 245)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#9FC2F5
rgb(159, 194, 245)

Typography

Each font links to its Google Fonts page where available.

primary
Geist Placeholder
Geist Placeholder Google Fonts →
heading
Geist
Geist, 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

Cogent favicon
Favicon
Cogent social image
Social Card

UI Components

Live previews rendered using Cogent's actual button styles.

buttonPrimary
background #1A1A1A textColor #0000EE borderRadius 2px shadow none
buttonSecondary
background #FFFFFF textColor #0000EE borderRadius 2px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals in cybersecurity

Cogent Brand in the Wild

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

Frequently Asked Questions

What is Cogent's primary brand color?

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

What accent color does Cogent use?

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

What font does Cogent use?

Cogent uses Geist Placeholder for body text and Geist for headings. Fonts were detected on https://www.cogent.security/ as part of their live design system.

Does Cogent use a light or dark theme?

Cogent's primary site uses a dark color scheme, with a background of #000000.

How was this brand profile generated?

This profile was extracted from https://www.cogent.security/ 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 Cogent.

Methodology

Brand data on this page was extracted from https://www.cogent.security/ 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 Cogent.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Geist",
      "role": "heading"
    },
    {
      "family": "Geist Placeholder",
      "role": "body"
    },
    {
      "family": "Geist Mono",
      "role": "monospace"
    },
    {
      "family": "Geist Pixel Circle",
      "role": "display"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#C0C5CF",
    "secondary": "#0000EE",
    "accent": "#9FC2F5",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#9FC2F5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist Placeholder",
      "heading": "Geist"
    },
    "fontStacks": {
      "heading": [
        "Geist",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "24px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1A1A1A",
      "textColor": "#0000EE",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://framerusercontent.com/images/M8w3EdM7n0Mkbjf91pNzAuPg2Jc.svg",
    "ogImage": "https://framerusercontent.com/assets/hXKbEy1dINWJdje6YgCwTZBxiU.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No suitable logo candidate was found in the header area that matches the brand 'Cogent Security'. The provided candidate is not visible in the expected header location.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Try Cogent Community",
      "reasoning": "Button #0 ('Try Cogent Community') is likely the primary CTA due to its action-oriented text and distinct dark background color, which stands out against the lighter buttons."
    },
    "secondary": {
      "index": 1,
      "text": "Schedule a Demo",
      "reasoning": "Button #1 ('Schedule a Demo') serves as a secondary action with a lighter background, providing a complementary option to the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals in cybersecurity"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.85,
    "overall": 0.875
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "No suitable logo candidate was found in the header area that matches the brand 'Cogent Security'. The provided candidate is not visible in the expected header location.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles