# DemandSphere Brand Identity

A complete profile of **DemandSphere**'s visual system — colors, typography, components, and personality — extracted from [https://www.demandsphere.com/](https://www.demandsphere.com/).

## Color Palette

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

- **primary**: #8B9BB0
- **secondary**: #7C3AED
- **accent**: #7C3AED
- **background**: #0C0F14
- **textPrimary**: #E2E8F0
- **link**: #1A2130

## Typography

Each font links to its Google Fonts page where available.
- **primary**: Inter ([Google Fonts →](https://fonts.google.com/specimen/Inter))
- **heading**: Inter ([Google Fonts →](https://fonts.google.com/specimen/Inter))
- **monospace**: JetBrains Mono

## Visual Assets

Logo

Favicon

Social Card

## UI Components

Live previews rendered using DemandSphere's actual button styles.

### Input

- **background**: #1A2130
- **textColor**: #E2E8F0
- **borderColor**: #252D38
- **borderRadius**: 6px
- **shadow**: none

### Button Primary

- **background**: #7C3AED
- **textColor**: #FFFFFF
- **borderRadius**: 7px
- **shadow**: none

### Button Secondary

- **background**: #0C0F14
- **textColor**: #94A3B8
- **borderColor**: #3C4046
- **borderRadius**: 7px
- **shadow**: none

## Brand Personality

- **Tone**: professional  
- **Energy**: medium  
- **Audience**: business professionals

## DemandSphere Brand in the Wild

Image: [demandsphere.com](https://www.demandsphere.com/assets/images/blog/2026/04/found-nyc-seo-week-2026.png)  
Source: [demandsphere.com](https://www.demandsphere.com/blog/found-meetup-nyc-seo-week-2026/)

Image: [demandsphere.com](https://www.demandsphere.com/assets/images/blog/2020/05/creating-video-for-SEO-and-content-marketing.png)  
Source: [demandsphere.com](https://www.demandsphere.com/blog/)

Image: [pages.demandsphere.com](https://pages.demandsphere.com/hubfs/demokura%20Map.jpg)  
Source: [pages.demandsphere.com](https://pages.demandsphere.com/found-conference-2023-osaka)

## Frequently Asked Questions

**What is DemandSphere's primary brand color?**  
DemandSphere's primary brand color is #8B9BB0. It anchors the visual identity across their website, product UI, and marketing materials.

**What accent color does DemandSphere use?**  
DemandSphere uses #7C3AED as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

**What font does DemandSphere use?**  
DemandSphere uses Inter as the primary typeface across body and headings.

**Does DemandSphere use a light or dark theme?**  
DemandSphere's primary site uses a dark color scheme, with a background of #0C0F14.

**Where can I find DemandSphere's logo?**  
DemandSphere's logo is available directly on their site (https://www.demandsphere.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.demandsphere.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 DemandSphere.

## Methodology

Brand data on this page was extracted from [https://www.demandsphere.com/](https://www.demandsphere.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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 DemandSphere.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#8B9BB0",
    "secondary": "#7C3AED",
    "accent": "#7C3AED",
    "background": "#0C0F14",
    "textPrimary": "#E2E8F0",
    "link": "#1A2130"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "JetBrains Mono",
        "monospace"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "11px",
      "h2": "67.2px",
      "body": "11px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "#1A2130",
      "textColor": "#E2E8F0",
      "borderColor": "#252D38",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#7C3AED",
      "textColor": "#FFFFFF",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0C0F14",
      "textColor": "#94A3B8",
      "borderColor": "#3C4046",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.demandsphere.com/assets/images/demandspherelogo.webp",
    "favicon": "https://www.demandsphere.com/assets/images/favicon-96.png",
    "ogImage": "https://www.demandsphere.com/assets/og/index.png",
    "logoHref": "/",
    "logoAlt": "DemandSphere"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  }
}
```
