Home · Branding · SpadeWorks

SpadeWorks Brand Identity

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

Download JSON
Primary
#6B7280
Accent
#17202B
Body Font
Apple Color Emoji
Heading
Apple Color Emoji

Color Palette

Brand palette extracted from https://www.spadeworks.co.

primary
#6B7280
rgb(107, 114, 128)
secondary
#4827EC
rgb(72, 39, 236)
accent
#17202B
rgb(23, 32, 43)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#17202B
rgb(23, 32, 43)
link
#17202B
rgb(23, 32, 43)

Typography

Each font links to its Google Fonts page where available.

primary
Apple Color Emoji
Apple Color Emoji Google Fonts →
heading
Apple Color Emoji
Apple Color Emoji Google Fonts →
ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

SpadeWorks social image
Social Card

UI Components

Live previews rendered using SpadeWorks's actual button styles.

input
background #FFFFFF textColor #17202B borderColor #E2E8F0 borderRadius 10px shadow none
buttonPrimary
background #FFFFFF textColor #FFFFFF borderRadius 10px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(72, 39, 236, 0.3) 0px 0px 40px 0px

Brand Personality

Tone: modern Energy: medium Audience: home service business owners

SpadeWorks Brand in the Wild

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

Frequently Asked Questions

What is SpadeWorks's primary brand color?

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

What accent color does SpadeWorks use?

SpadeWorks uses #17202B as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does SpadeWorks use?

SpadeWorks uses Apple Color Emoji as the primary typeface across body and headings.

Does SpadeWorks use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from https://www.spadeworks.co 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 SpadeWorks.

Methodology

Brand data on this page was extracted from https://www.spadeworks.co 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 SpadeWorks.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Apple Color Emoji",
      "role": "unknown"
    },
    {
      "family": "Segoe UI Emoji",
      "role": "unknown"
    },
    {
      "family": "Segoe UI Symbol",
      "role": "unknown"
    },
    {
      "family": "Noto Color Emoji",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#6B7280",
    "secondary": "#4827EC",
    "accent": "#17202B",
    "background": "#FFFFFF",
    "textPrimary": "#17202B",
    "link": "#17202B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Apple Color Emoji",
      "heading": "Apple Color Emoji"
    },
    "fontStacks": {
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "36px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#17202B",
      "borderColor": "#E2E8F0",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(72, 39, 236, 0.3) 0px 0px 40px 0px"
    }
  },
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": "https://lovable.dev/opengraph-image-p98pqg.png"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start Free Trial",
      "reasoning": "The button 'Start Free Trial' is likely the primary CTA due to its action-oriented text, which encourages users to begin a trial. Although it shares the same background color as other buttons, its text suggests a primary action."
    },
    "secondary": {
      "index": 2,
      "text": "Watch Demo",
      "reasoning": "The 'Watch Demo' button is selected as secondary because it offers a supportive action to the primary CTA. It has a different text color and includes a border, distinguishing it from the primary button."
    },
    "confidence": 0.85
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "home service business owners"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.85,
    "colors": 0.9,
    "overall": 0.875
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles