Home · Branding · Spherecast

Spherecast Brand Identity

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

Download JSON
Primary
#546B88
Accent
#3898EC
Body Font
Creato Display
Heading
Creato Display

Color Palette

Brand palette extracted from 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 →
heading
Creato Display
Creato Display Google Fonts →
Creato Display, Arial, 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

Spherecast logo
Logo
Spherecast favicon
Favicon

Brand Personality

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

Spherecast Brand in the Wild

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

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 (https://www.spherecast.ai/). 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.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/ 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 Spherecast.

Machine-Readable Profile

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

{
  "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"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 5,
    "reasoning": "Selected #5 because it is visible, located in the header, links to the homepage, and matches the brand name 'Spherecast'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same background color (#0E1216) and lack distinct action-oriented text, making it impossible to determine a primary CTA."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "No button can be classified as secondary since all share the same color and lack differentiation."
    },
    "confidence": 0.2
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals in the CPG industry"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.2,
    "colors": 0.9,
    "overall": 0.55
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 5,
        "selectedLogoReasoning": "Selected #5 because it is visible, located in the header, links to the homepage, and matches the brand name 'Spherecast'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles