Home · Branding · ZeroDown

ZeroDown Brand Identity

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

Download JSON
Primary
#1863DC
Accent
#1863DC
Body Font
Soehne
Heading
Soehne

Color Palette

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

primary
#1863DC
rgb(24, 99, 220)
secondary
#0056A7
rgb(0, 86, 167)
accent
#1863DC
rgb(24, 99, 220)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#30313A
rgb(48, 49, 58)
link
#4C7994
rgb(76, 121, 148)

Typography

Each font links to its Google Fonts page where available.

primary
Soehne
heading
Soehne
Signifier, Georgia, Cambria, Times New Roman, Times, 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

ZeroDown favicon
Favicon
ZeroDown social image
Social Card

UI Components

Live previews rendered using ZeroDown's actual button styles.

buttonPrimary
background #1863DC textColor #FFFFFF borderColor #1863DC borderRadius 2px shadow none
buttonSecondary
background #FFFFFF textColor #30313A borderColor #98989D borderRadius 6px shadow none

Brand Personality

Tone: professional Energy: medium Audience: home buyers and sellers

ZeroDown Brand in the Wild

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

Frequently Asked Questions

What is ZeroDown's primary brand color?

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

What font does ZeroDown use?

ZeroDown uses Soehne as the primary typeface across body and headings.

Does ZeroDown use a light or dark theme?

ZeroDown'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://zerodown.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 ZeroDown.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Soehne",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Noto Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1863DC",
    "secondary": "#0056A7",
    "accent": "#1863DC",
    "background": "#FFFFFF",
    "textPrimary": "#30313A",
    "link": "#4C7994"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Soehne",
      "heading": "Soehne"
    },
    "fontStacks": {
      "heading": [
        "Signifier",
        "Georgia",
        "Cambria",
        "Times New Roman",
        "Times",
        "serif"
      ],
      "body": [
        "Soehne",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Soehne",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1863DC",
      "textColor": "#FFFFFF",
      "borderColor": "#1863DC",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#30313A",
      "borderColor": "#98989D",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://flyhomes.com/fh-favicon.png",
    "ogImage": "https://images.flyhomes.com/unsigned/w:360/h:270/cHVibGljOi8vcmFua2luZ3Mvc2VhdHRsZS1tb3N0LWV4cGVuc2l2ZS5qcGc"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No suitable brand logo was found. Both candidates are tiny and do not clearly represent the brand.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 4,
      "text": "Save My Preferences",
      "reasoning": "Button #6 has a vibrant blue background (#1863DC), which is the brand color, and the text 'Save My Preferences' suggests a strong call-to-action."
    },
    "secondary": {
      "index": 0,
      "text": "Start to Buy Before You Sell today",
      "reasoning": "Button #0 has a white background, making it a suitable secondary button. The text 'Start to Buy Before You Sell today' indicates a supportive action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "home buyers and sellers"
  },
  "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": -1,
        "selectedLogoReasoning": "No suitable brand logo was found. Both candidates are tiny and do not clearly represent the brand.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles