Home · Branding · Crux

Crux Brand Identity

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

Download JSON
Primary
#1682F8
Accent
#1682F8
Body Font
Monument Grotesk
Heading
Monument Grotesk

Color Palette

Brand palette extracted from https://www.cruxclimate.com/.

primary
#1682F8
rgb(22, 130, 248)
secondary
#3898EC
rgb(56, 152, 236)
accent
#1682F8
rgb(22, 130, 248)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#89D9FF
rgb(137, 217, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Monument Grotesk
Monument Grotesk Google Fonts →
heading
Monument Grotesk
Monument Grotesk Google Fonts →
Monument Grotesk, 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

Crux logo
Logo
Crux favicon
Favicon
Crux social image
Social Card

UI Components

Live previews rendered using Crux's actual button styles.

input
background transparent textColor #FFFFFF borderColor null borderRadius 0px shadow none
buttonPrimary
background #1682F8 textColor #FFFFFF borderRadius 100px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #FFFFFF borderRadius 100px shadow none

Brand Personality

Tone: modern Energy: medium Audience: businesses in the energy sector

Crux Brand in the Wild

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

Frequently Asked Questions

What is Crux's primary brand color?

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

What font does Crux use?

Crux uses Monument Grotesk as the primary typeface across body and headings.

Does Crux use a light or dark theme?

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

Where can I find Crux's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Monument Grotesk",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#1682F8",
    "secondary": "#3898EC",
    "accent": "#1682F8",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#89D9FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Monument Grotesk",
      "heading": "Monument Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Monument Grotesk",
        "sans-serif"
      ],
      "body": [
        "Monument Grotesk",
        "sans-serif"
      ],
      "paragraph": [
        "Monument Grotesk",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "85px",
      "h2": "40px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#1682F8",
      "textColor": "#FFFFFF",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/64e46c9ca980cf228bbbbf50/64e46c9ca980cf228bbbbf89_CRUX_LOGO_WHITE.svg",
    "favicon": "https://cdn.prod.website-files.com/64e46c9ca980cf228bbbbf50/64e46c9ca980cf228bbbbf8a_CRUX_SYMBOL_WHITE.png",
    "ogImage": "https://cdn.prod.website-files.com/641c9a0d52893947a02c6efd/643822bc3ef181563e7fedf7_Crux_logo.png",
    "logoHref": "/",
    "logoAlt": "crux symbol and logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Crux', and links to the homepage.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Get started",
      "reasoning": "Button #2 has a vibrant blue background (#1682F8), which is the brand color, and the action-oriented text 'Get started', making it the primary CTA."
    },
    "secondary": {
      "index": 17,
      "text": "Learn more",
      "reasoning": "Button #3 has a transparent background, making it distinct from the primary button's vibrant color. It serves as a secondary action with the text 'Learn more'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "businesses in the energy sector"
  },
  "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, matches the brand name 'Crux', and links to the homepage.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles