Home · Branding · StackMachine

StackMachine Brand Identity

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

Download JSON
Primary
#F9B686
Accent
#171717
Body Font
Aleo
Heading
Aleo

Color Palette

Brand palette extracted from http://stackmachine.com.

primary
#F9B686
rgb(249, 182, 134)
secondary
#CEEED8
rgb(206, 238, 216)
accent
#171717
rgb(23, 23, 23)
background
#F9F8F6
rgb(249, 248, 246)
textPrimary
#0D0D0D
rgb(13, 13, 13)
link
#F9D0B3
rgb(249, 208, 179)

Typography

Each font links to its Google Fonts page where available.

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

StackMachine logo
Logo
StackMachine favicon
Favicon
StackMachine social image
Social Card

UI Components

Live previews rendered using StackMachine's actual button styles.

buttonPrimary
background #171717 textColor #FAFAFA borderRadius 6px shadow none
buttonSecondary
background #F9F8F6 textColor #0D0D0D borderColor #EFEDE9 borderRadius 6px shadow none

Brand Personality

Tone: modern Energy: medium Audience: AI developers and tech companies

StackMachine Brand in the Wild

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

Frequently Asked Questions

What is StackMachine's primary brand color?

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

What accent color does StackMachine use?

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

What font does StackMachine use?

StackMachine uses Aleo as the primary typeface across body and headings.

Does StackMachine use a light or dark theme?

StackMachine's primary site uses a light color scheme, with a background of #F9F8F6.

Where can I find StackMachine's logo?

StackMachine's logo is available directly on their site (http://stackmachine.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 http://stackmachine.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 StackMachine.

Methodology

Brand data on this page was extracted from http://stackmachine.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 StackMachine.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Aleo",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#F9B686",
    "secondary": "#CEEED8",
    "accent": "#171717",
    "background": "#F9F8F6",
    "textPrimary": "#0D0D0D",
    "link": "#F9D0B3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Aleo",
      "heading": "Aleo"
    },
    "fontStacks": {
      "heading": [
        "Aleo",
        "serif"
      ],
      "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": "72px",
      "h2": "36px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#171717",
      "textColor": "#FAFAFA",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F9F8F6",
      "textColor": "#0D0D0D",
      "borderColor": "#EFEDE9",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.stackmachine.com/_astro/stackmachine-logo.C3pAxDO7.svg",
    "favicon": "https://www.stackmachine.com/favicon.svg",
    "ogImage": "https://lovable.dev/opengraph-image-p98pqg.png",
    "logoHref": "/",
    "logoAlt": "StackMachine"
  },
  "__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 'StackMachine'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start Building Now",
      "reasoning": "Button #0 'Start Building Now' has a strong call-to-action text and uses a dark background color (#171717), making it stand out as the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "View Documentation",
      "reasoning": "Button #3 'View Documentation' has a different background color (#F9F8F6) and serves as a secondary action, providing additional information."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "AI developers and tech companies"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__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 'StackMachine'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles