Home · Branding · Demand Curve

Demand Curve Brand Identity

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

Download JSON
Primary
#004AFF
Accent
#004AFF
Body Font
Inter
Heading
Space Grotesk

Color Palette

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

primary
#004AFF
rgb(0, 74, 255)
secondary
#3898EC
rgb(56, 152, 236)
accent
#004AFF
rgb(0, 74, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#171818
rgb(23, 24, 24)
link
#404450
rgb(64, 68, 80)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Space Grotesk
Space Grotesk Google Fonts →
Space 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

Demand Curve logo
Logo
Demand Curve favicon
Favicon
Demand Curve social image
Social Card

UI Components

Live previews rendered using Demand Curve's actual button styles.

input
background #FFFFFF textColor #333333 borderColor #8C909D borderRadius 8px shadow none
buttonPrimary
background #004AFF textColor #FFFFFF borderColor #000000 borderRadius 8px shadow rgb(0, 0, 0) 0px 4px 0px 0px
buttonSecondary
background #A7F3D0 textColor #026D37 borderColor #026D37 borderRadius 16px shadow rgba(167, 243, 208, 0.1) 0px 1px 12px 6px

Brand Personality

Tone: professional Energy: medium Audience: business professionals and marketers

Demand Curve Brand in the Wild

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

Frequently Asked Questions

What is Demand Curve's primary brand color?

Demand Curve's primary brand color is #004AFF. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Demand Curve use?

Demand Curve uses Inter for body text and Space Grotesk for headings. Fonts were detected on https://www.demandcurve.com as part of their live design system.

Does Demand Curve use a light or dark theme?

Demand Curve's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Demand Curve's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Space Grotesk",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#004AFF",
    "secondary": "#3898EC",
    "accent": "#004AFF",
    "background": "#FFFFFF",
    "textPrimary": "#171818",
    "link": "#404450"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Space Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Space Grotesk",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "69px",
      "h2": "64px",
      "body": "23px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#8C909D",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#004AFF",
      "textColor": "#FFFFFF",
      "borderColor": "#000000",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgb(0, 0, 0) 0px 4px 0px 0px"
    },
    "buttonSecondary": {
      "background": "#A7F3D0",
      "textColor": "#026D37",
      "borderColor": "#026D37",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "rgba(167, 243, 208, 0.1) 0px 1px 12px 6px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/5ca4efffd7cf6e732e4e4fb1/696c30ff2a368dd983cec1db_dc-nav-logo.svg",
    "favicon": "https://cdn.prod.website-files.com/5ca4efffd7cf6e732e4e4fb1/68d1d154a1ec1c800e44b2e4_dc-new-favicon-32.png",
    "ogImage": "https://cdn.prod.website-files.com/5ca4efffd7cf6e732e4e4fb1/67fece4794e4f9dd9fe97ece_Open%20Graph%20-%20HOME%20(1).png",
    "logoHref": "/",
    "logoAlt": "Demand Curve logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 40,
    "reasoning": "Selected #0 because it is visible, located in the header, and has an alt text matching the brand name 'Demand Curve'. It links to the homepage, confirming its role as the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 5,
      "text": "Join 100k+ readers",
      "reasoning": "Button #5 has a vibrant blue background (#004AFF), which is a strong indicator of a primary CTA. The text 'Join 100k+ readers' is action-oriented, encouraging user engagement."
    },
    "secondary": {
      "index": 8,
      "text": "NEW: SATURATION — THE AI SEARCH AGENCY",
      "reasoning": "Button #8 has a vibrant green background (#A7F3D0), distinct from the primary button's blue. It promotes a new feature, making it a suitable secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals and marketers"
  },
  "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, and has an alt text matching the brand name 'Demand Curve'. It links to the homepage, confirming its role as the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles