Home · Branding · Spoke

Spoke Brand Identity

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

Download JSON
Primary
#DCE2EE
Accent
#286FF5
Body Font
TT Commons Pro
Heading
TT Commons Pro

Color Palette

Brand palette extracted from https://spoke.com/.

primary
#DCE2EE
rgb(220, 226, 238)
secondary
#CFDEFD
rgb(207, 222, 253)
accent
#286FF5
rgb(40, 111, 245)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#141A27
rgb(20, 26, 39)
link
#141A27
rgb(20, 26, 39)

Typography

Each font links to its Google Fonts page where available.

primary
TT Commons Pro
TT Commons Pro Google Fonts →
heading
TT Commons Pro
TT Commons Pro Google Fonts →
TT Commons Pro, -apple-system, BlinkMacSystemFont, Helvetica, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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

Spoke logo
Logo
Spoke favicon
Favicon
Spoke social image
Social Card

UI Components

Live previews rendered using Spoke's actual button styles.

buttonPrimary
background #286FF5 textColor #141A27 borderRadius 6.67088px shadow none
buttonSecondary
background #CFDEFD textColor #141A27 borderColor #DDE1E8 borderRadius 10px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking delivery solutions

Spoke Brand in the Wild

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

Frequently Asked Questions

What is Spoke's primary brand color?

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

What accent color does Spoke use?

Spoke uses #286FF5 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Spoke use?

Spoke uses TT Commons Pro as the primary typeface across body and headings.

Does Spoke use a light or dark theme?

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

Where can I find Spoke's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "TT Commons Pro",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#DCE2EE",
    "secondary": "#CFDEFD",
    "accent": "#286FF5",
    "background": "#FFFFFF",
    "textPrimary": "#141A27",
    "link": "#141A27"
  },
  "typography": {
    "fontFamilies": {
      "primary": "TT Commons Pro",
      "heading": "TT Commons Pro"
    },
    "fontStacks": {
      "heading": [
        "TT Commons Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Helvetica",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "TT Commons Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Helvetica",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "TT Commons Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Helvetica",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "36px",
      "h2": "36px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#286FF5",
      "textColor": "#141A27",
      "borderRadius": "6.67088px",
      "borderRadiusCorners": {
        "topLeft": "6.67088px",
        "topRight": "6.67088px",
        "bottomRight": "6.67088px",
        "bottomLeft": "6.67088px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#CFDEFD",
      "textColor": "#141A27",
      "borderColor": "#DDE1E8",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20id%3D%22spoke-logo%22%20height%3D%2228%22%20viewBox%3D%220%200%2070%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22ease%20transition-colors%20lg%3A-translate-y-0.5%22%20data-fc-idx%3D%220%22%3E%3Ctitle%3ESpoke%20logo%3C%2Ftitle%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.077%2023.356c-1.35%200-2.528-.256-3.536-.769-.99-.53-1.768-1.238-2.332-2.127-.563-.905-.88-1.921-.948-3.049h3.46c.068.564.239%201.06.512%201.486.273.41.649.744%201.127%201%20.479.239%201.05.358%201.717.358.632%200%201.162-.093%201.589-.281.444-.188.768-.427.973-.718a1.71%201.71%200%200%200%20.333-1.025c0-.478-.162-.88-.486-1.204a3.49%203.49%200%200%200-1.179-.794%2024.746%2024.746%200%200%200-1.973-.718c-1.179-.393-2.144-.777-2.895-1.153a5.831%205.831%200%200%201-1.948-1.665c-.53-.718-.794-1.649-.794-2.793%200-.974.239-1.845.717-2.614.496-.786%201.205-1.4%202.127-1.845.94-.461%202.041-.692%203.305-.692%201.213%200%202.29.257%203.229.769.957.512%201.7%201.213%202.23%202.101a5.93%205.93%200%200%201%20.896%202.921h-3.46a2.936%202.936%200%200%200-.435-1.383%202.43%202.43%200%200%200-.999-.949c-.41-.239-.897-.358-1.46-.358-.564%200-1.051.094-1.461.282-.41.187-.726.444-.948.768a1.85%201.85%200%200%200-.308%201.05c0%20.48.154.88.462%201.205.324.308.717.564%201.178.769a37.66%2037.66%200%200%200%201.973.692c1.179.376%202.153.751%202.921%201.127a5.053%205.053%200%200%201%201.948%201.614c.546.7.82%201.615.82%202.742%200%201.008-.248%201.905-.743%202.69-.496.786-1.23%201.41-2.204%201.871-.957.461-2.093.692-3.408.692ZM15.45%2027.635V9.98h2.46l.564%201.333h.128c.17-.205.427-.436.768-.692.342-.256.77-.478%201.282-.666a4.586%204.586%200%200%201%201.716-.308c1.06%200%202.05.3%202.973.897.922.598%201.657%201.426%202.203%202.486.564%201.042.846%202.203.846%203.484%200%201.282-.282%202.443-.846%203.485-.546%201.042-1.28%201.862-2.203%202.46-.923.598-1.914.897-2.973.897-.58%200-1.118-.094-1.614-.282a5.876%205.876%200%200%201-1.23-.615c-.324-.24-.538-.453-.64-.64h-.129v5.816H15.45Zm6.483-7.328c.564%200%201.084-.163%201.563-.487.495-.325.888-.777%201.178-1.358.29-.581.436-1.23.436-1.948%200-.734-.145-1.392-.436-1.973-.29-.58-.683-1.033-1.178-1.358-.479-.324-1-.486-1.563-.486-.581%200-1.11.162-1.589.486-.478.325-.863.778-1.153%201.358-.29.581-.436%201.239-.436%201.973%200%20.718.146%201.367.436%201.948.29.58.675%201.033%201.153%201.358a2.767%202.767%200%200%200%201.589.487ZM36.404%2023.403a6.182%206.182%200%200%201-3.28-.923%207.291%207.291%200%200%201-2.434-2.51%206.821%206.821%200%200%201-.897-3.409c0-1.23.299-2.365.897-3.408a7.006%207.006%200%200%201%202.434-2.51%206.058%206.058%200%200%201%203.28-.949c1.161%200%202.246.316%203.254.948a6.736%206.736%200%200%201%202.434%202.511%206.585%206.585%200%200%201%20.922%203.408%206.674%206.674%200%200%201-.922%203.408%206.998%206.998%200%200%201-2.434%202.511%206.138%206.138%200%200%201-3.254.923Zm0-3.05c.615%200%201.17-.162%201.665-.486a3.33%203.33%200%200%200%201.204-1.358c.308-.581.462-1.23.462-1.948%200-.734-.154-1.392-.462-1.973a3.33%203.33%200%200%200-1.204-1.358%202.973%202.973%200%200%200-1.665-.486c-.615%200-1.179.162-1.691.486a3.33%203.33%200%200%200-1.205%201.358c-.29.581-.435%201.239-.435%201.973%200%20.718.145%201.367.435%201.948a3.33%203.33%200%200%200%201.205%201.358%203.098%203.098%200%200%200%201.69.487ZM52.903%2023.023l-3.049-4.971H47.37v-3.024h2.485l2.793-5.048h3.51l-4.022%206.867v-.896l4.586%207.072h-3.818Zm-8.122%200V5.086h3.305v17.937h-3.305ZM63.435%2023.356a6.272%206.272%200%200%201-3.33-.923%206.859%206.859%200%200%201-2.41-2.485c-.58-1.042-.87-2.187-.87-3.434%200-1.23.299-2.365.896-3.407a6.802%206.802%200%200%201%202.41-2.512c1.024-.632%202.109-.948%203.253-.948%201.162%200%202.23.29%203.203.871a6.308%206.308%200%200%201%202.306%202.383c.564%201.008.846%202.136.846%203.383%200%20.307-.017.59-.051.845-.017.24-.052.436-.103.59h-10.25v-2.383h8.2l-1.025%201.87c.051-.154.094-.299.128-.435.035-.154.052-.29.052-.41%200-.718-.145-1.358-.436-1.922a3.329%203.329%200%200%200-1.204-1.358%202.973%202.973%200%200%200-1.666-.487%203.27%203.27%200%200%200-1.742.487c-.513.307-.923.76-1.23%201.358-.29.598-.436%201.281-.436%202.05%200%20.803.145%201.503.436%202.1.29.599.692%201.052%201.204%201.359.513.307%201.102.461%201.768.461.615%200%201.12-.102%201.512-.307.41-.222.735-.479.974-.769h3.433c-.256.632-.666%201.264-1.23%201.896a6.824%206.824%200%200%201-2.024%201.538%205.866%205.866%200%200%201-2.614.589Z%22%20style%3D%22fill%3A%20oklch(0.218329%200.027246%20265.11)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://spoke.com/favicon/dark.svg?v=2",
    "ogImage": "https://cdn.sanity.io/images/mod8xlf1/production/fbf3cafe7d906daff1badcdeb39789a254f28a98-1200x630.jpg?w=1200&h=630&fm=jpg&q=90",
    "logoHref": "https://spoke.com/",
    "logoAlt": "Spoke logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Spoke'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 5,
      "text": "Navigate",
      "reasoning": "Button #5 has a vibrant blue color (#286FF5) and action-oriented text 'Navigate', making it the most prominent CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Explore Route Planner",
      "reasoning": "Button #4 has a different background color (#CFDEFD) and serves as a secondary option with the text 'Explore Route Planner'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking delivery solutions"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, links to the homepage, and matches the brand name 'Spoke'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles