CrowdStrike Brand: Colors, Fonts, Logo & Visual Identity

CrowdStrike Brand Identity

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

Color Palette

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

Typography

Each font links to its Google Fonts page where available.

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

Logo

Favicon

Social Card

UI Components

Live previews rendered using CrowdStrike's actual button styles.

Brand Personality

CrowdStrike Brand in the Wild

Image: crowdstrike.com

Image: marketplace.crowdstrike.com

Image: crowdstrike.com

Frequently Asked Questions

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Haas Grot Disp 65 Medium",
      "role": "heading"
    },
    {
      "family": "Haas Grot Disp 55 Roman",
      "role": "body"
    },
    {
      "family": "Neue Haas Grotesk Display Pro",
      "role": "display"
    },
    {
      "family": "CrowdStrike Sharp Sans Mdm",
      "role": "unknown"
    },
    {
      "family": "CrowdStrike Sharp Sans Bold",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#EC0000",
    "accent": "#EC0000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#D30000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Haas Grot Disp 55 Roman",
      "heading": "Haas Grot Disp 65 Medium"
    },
    "fontStacks": {
      "heading": [
        "CrowdStrikeSharpSans-Bold",
        "sans-serif"
      ],
      "body": [
        "HaasGrotDisp-45Light",
        "helvetica",
        "arial",
        "sans-serif"
      ],
      "paragraph": [
        "CrowdStrikeSharpSans-Mdm",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#EC0000",
      "textColor": "#000000",
      "borderColor": "#EC0000",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F8F8F8",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://assets.crowdstrike.com/is/content/crowdstrikeinc/black-primary-crowdstrike-logo-1-addedPadding-3",
    "favicon": "https://www.crowdstrike.com/etc.clientlibs/crowdstrike/clientlibs/crowdstrike-common/resources/favicon.ico",
    "ogImage": "https://assets.crowdstrike.com/is/image/crowdstrikeinc/WebShareDefaultImage",
    "logoHref": "/en-us",
    "logoAlt": "CrowdStrike Logo"
  }
}

Design Methodology

Brand data on this page was extracted from https://crowdstrike.com using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.