Home · Branding · Woz

Woz Brand Identity

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

Download JSON
Primary
#93E849
Accent
#93E849
Body Font
Saira
Heading
Saira

Color Palette

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

primary
#93E849
rgb(147, 232, 73)
secondary
#D4622A
rgb(212, 98, 42)
accent
#93E849
rgb(147, 232, 73)
background
#080C0B
rgb(8, 12, 11)
textPrimary
#080C0B
rgb(8, 12, 11)
link
#162211
rgb(22, 34, 17)

Typography

Each font links to its Google Fonts page where available.

primary
Saira
heading
Saira
Saira, 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

Woz logo
Logo
Woz favicon
Favicon
Woz social image
Social Card

UI Components

Live previews rendered using Woz's actual button styles.

buttonPrimary
background #93E849 textColor #080C0B borderRadius 6px shadow none
buttonSecondary
background #080C0B textColor #FDFAF5 borderColor #292A28 borderRadius 6px shadow none

Brand Personality

Tone: modern Energy: high Audience: developers and tech enthusiasts

Woz Brand in the Wild

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

Frequently Asked Questions

What is Woz's primary brand color?

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

What font does Woz use?

Woz uses Saira as the primary typeface across body and headings.

Does Woz use a light or dark theme?

Woz's primary site uses a dark color scheme, with a background of #080C0B.

Where can I find Woz's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Saira",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    },
    {
      "family": "Helvetica",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#93E849",
    "secondary": "#D4622A",
    "accent": "#93E849",
    "background": "#080C0B",
    "textPrimary": "#080C0B",
    "link": "#162211"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Saira",
      "heading": "Saira"
    },
    "fontStacks": {
      "heading": [
        "Saira",
        "sans-serif"
      ],
      "body": [
        "Saira",
        "sans-serif"
      ],
      "paragraph": [
        "Saira",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "128px",
      "h2": "30px",
      "body": "19.2px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#93E849",
      "textColor": "#080C0B",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#080C0B",
      "textColor": "#FDFAF5",
      "borderColor": "#292A28",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.wozcode.com/WOZ-logo-white.svg",
    "favicon": "https://www.wozcode.com/favicon.ico",
    "ogImage": "https://wozcode.com/og-image.png",
    "logoHref": "/",
    "logoAlt": "Woz"
  },
  "__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 'WOZCODE'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start for free",
      "reasoning": "Button #0 'Start for free' uses the vibrant brand color #93E849, which is consistent with a primary call-to-action. It is prominently labeled and likely intended to attract user interaction."
    },
    "secondary": {
      "index": 2,
      "text": "Contact Us",
      "reasoning": "Button #2 'Contact Us' has a different background color (#080C0B) and serves as a secondary action, providing an alternative interaction option for users."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "developers and tech enthusiasts"
  },
  "designSystem": {
    "framework": "custom",
    "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 'WOZCODE'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles