# Spherecast Brand Identity

A complete profile of **Spherecast**'s visual system — colors, typography, components, and personality — extracted from [https://www.spherecast.ai/](https://www.spherecast.ai/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from [https://www.spherecast.ai/](https://www.spherecast.ai/).

- **primary**: #546B88 (rgb(84, 107, 136))
- **secondary**: #0082F3 (rgb(0, 130, 243))
- **accent**: #3898EC (rgb(56, 152, 236))
- **background**: #0D0E11 (rgb(13, 14, 17))
- **textPrimary**: #E7E8EB (rgb(231, 232, 235))
- **link**: #3898EC (rgb(56, 152, 236))

## Typography

Each font links to its Google Fonts page where available.

- **primary**: Creato Display  
[Creato Display Google Fonts →](https://fonts.google.com/specimen/Creato+Display)
- **heading**: Creato Display  
Creato Display, Arial, sans-serif

## Visual Assets

## Brand Personality

- **Tone**: professional  
- **Energy**: medium  
- **Audience**: business professionals in the CPG industry

## Spherecast Brand in the Wild

## Frequently Asked Questions

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

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

**What font does Spherecast use?**  
Spherecast uses Creato Display as the primary typeface across body and headings.

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

**Where can I find Spherecast's logo?**  
Spherecast's logo is available directly on their site ([Spherecast](https://www.spherecast.ai/)).

**How was this brand profile generated?**  
This profile was extracted from [https://www.spherecast.ai/](https://www.spherecast.ai/) 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 Spherecast.

## Methodology

Brand data on this page was extracted from [https://www.spherecast.ai/](https://www.spherecast.ai/) using the [Firecrawl](https://firecrawl.dev/) branding extraction API.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Creato Display",
      "role": "display"
    },
    {
      "family": "Jetbrainsmono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#546B88",
    "secondary": "#0082F3",
    "accent": "#3898EC",
    "background": "#0D0E11",
    "textPrimary": "#E7E8EB",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Creato Display",
      "heading": "Creato Display"
    },
    "fontStacks": {
      "heading": [ "Creato Display", "Arial", "sans-serif" ],
      "body": [ "Creato Display", "Arial", "sans-serif" ],
      "paragraph": [ "Creato Display", "Arial", "sans-serif" ]
    },
    "fontSizes": {
      "h1": "63px",
      "h2": "14.4px",
      "body": "20.25px"
    }
  },
  "spacing": {
    "baseUnit": 12,
    "borderRadius": "3px"
  },
  "components": {},
  "images": {
    "logo": "https://cdn.prod.website-files.com/68d1019362216d12f87a9446/68d1019362216d12f87a9597_Spherecast%20Logo.svg",
    "favicon": "https://cdn.prod.website-files.com/68d1019362216d12f87a9446/68d1019362216d12f87a9536_Favicon.png",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Spherecast Logo – Home"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals in the CPG industry"
  }
}
```
