Home · Branding · Hatchways

Hatchways Brand Identity

A complete profile of Hatchways's visual system — colors, typography, components, and personality — extracted from http://www.hatchways.io. Built for designers, agents, and AI tools.

Download JSON
Primary
#EEDDCB
Accent
#FF9575
Body Font
Balgin
Heading
Stolzl

Color Palette

Brand palette extracted from http://www.hatchways.io.

primary
#EEDDCB
rgb(238, 221, 203)
secondary
#FAE8D5
rgb(250, 232, 213)
accent
#FF9575
rgb(255, 149, 117)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1A2A52
rgb(26, 42, 82)
link
#1A2A52
rgb(26, 42, 82)

Typography

Each font links to its Google Fonts page where available.

primary
Balgin
heading
Stolzl
Balgin, 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

Hatchways logo
Logo
Hatchways favicon
Favicon

UI Components

Live previews rendered using Hatchways's actual button styles.

input
background #FFFFFF textColor #333333 borderColor #CCCCCC borderRadius 16px shadow none
buttonPrimary
background #FF9575 textColor #1A2A52 borderColor #1A2A52 borderRadius 40px shadow rgb(26, 42, 82) 4px 4px 0px 1px
buttonSecondary
background #FAE8D5 textColor #1A2A52 borderColor #1A2A52 borderRadius 40px shadow rgb(26, 42, 82) 4px 4px 0px 1px

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Hatchways Brand in the Wild

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

Frequently Asked Questions

What is Hatchways's primary brand color?

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

What accent color does Hatchways use?

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

What font does Hatchways use?

Hatchways uses Balgin for body text and Stolzl for headings. Fonts were detected on http://www.hatchways.io as part of their live design system.

Does Hatchways use a light or dark theme?

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

Where can I find Hatchways's logo?

Hatchways's logo is available directly on their site (http://www.hatchways.io). 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 http://www.hatchways.io 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 Hatchways.

Methodology

Brand data on this page was extracted from http://www.hatchways.io 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 Hatchways.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Stolzl",
      "role": "heading"
    },
    {
      "family": "Balgin",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#EEDDCB",
    "secondary": "#FAE8D5",
    "accent": "#FF9575",
    "background": "#FFFFFF",
    "textPrimary": "#1A2A52",
    "link": "#1A2A52"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Balgin",
      "heading": "Stolzl"
    },
    "fontStacks": {
      "heading": [
        "Balgin",
        "sans-serif"
      ],
      "body": [
        "Stolzl",
        "sans-serif"
      ],
      "paragraph": [
        "Stolzl",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "70px",
      "h2": "32px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#CCCCCC",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FF9575",
      "textColor": "#1A2A52",
      "borderColor": "#1A2A52",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "rgb(26, 42, 82) 4px 4px 0px 1px"
    },
    "buttonSecondary": {
      "background": "#FAE8D5",
      "textColor": "#1A2A52",
      "borderColor": "#1A2A52",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "rgb(26, 42, 82) 4px 4px 0px 1px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6226918b6fde351e136e0d04/624d1ac1953d01dc7b032cac_logo-horizontal-midnight.svg",
    "favicon": "https://cdn.prod.website-files.com/6226918b6fde351e136e0d04/62715331a1f3d322333f056b_hw-FAVICON.png",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Main Hatchways logo - dark blue"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage with alt text matching the brand 'Hatchways'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "GET STARTED",
      "reasoning": "Button #0 with text 'GET STARTED' is the primary CTA due to its vibrant and brand-aligned color (#FF9575) and action-oriented text, making it the most prominent call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Learn How",
      "reasoning": "Button #1 with text 'Learn How' is selected as secondary because it has a different background color (#FAE8D5) and serves as a supportive action to the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage with alt text matching the brand 'Hatchways'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles