Home · Branding · StackAI

StackAI Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#0000EE
Body Font
Inter
Heading
Aspekta

Color Palette

Brand palette extracted from https://www.stack-ai.com.

primary
#0000EE
rgb(0, 0, 238)
accent
#0000EE
rgb(0, 0, 238)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#262626
rgb(38, 38, 38)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Aspekta
Aspekta, 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

StackAI logo
Logo
StackAI favicon
Favicon
StackAI social image
Social Card

UI Components

Live previews rendered using StackAI's actual button styles.

buttonPrimary
background #1D1D1D textColor #0000EE borderRadius 8px shadow none
buttonSecondary
background #ECECEC textColor #0000EE borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: enterprise businesses

StackAI Brand in the Wild

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

Frequently Asked Questions

What is StackAI's primary brand color?

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

What font does StackAI use?

StackAI uses Inter for body text and Aspekta for headings. Fonts were detected on https://www.stack-ai.com as part of their live design system.

Does StackAI use a light or dark theme?

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

Where can I find StackAI's logo?

StackAI's logo is available directly on their site (https://www.stack-ai.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://www.stack-ai.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 StackAI.

Methodology

Brand data on this page was extracted from https://www.stack-ai.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 StackAI.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "DM Mono",
      "role": "monospace"
    },
    {
      "family": "Aspekta",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "accent": "#0000EE",
    "background": "#FFFFFF",
    "textPrimary": "#262626",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Aspekta"
    },
    "fontStacks": {
      "heading": [
        "Aspekta",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "58px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1D1D1D",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#ECECEC",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%2522http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%2522%20xmlns%3Axlink%3D%2522http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%2522%20viewBox%3D%25220%200%20114%2028%2522%3E%3Cg%20transform%3D%2522translate(0%200.725)%2522%3E%3Cpath%20d%3D%2522M%200%2026.55%20L%200%200%20L%20114%200%20L%20114%2026.55%20Z%2522%20fill%3D%2522transparent%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%2042.285%2011.774%20C%2040.012%2011.226%2038.159%2010.824%2038.159%208.915%20C%2038.159%207.437%2039.297%206.652%2041.519%206.652%20C%2044.089%206.652%2045.3%207.772%2045.596%209.823%20L%2048.413%209.823%20C%2048.144%206.392%2045.526%204.412%2041.5%204.412%20C%2037.692%204.412%2035.323%206.103%2035.323%209.062%20C%2035.323%2012.3%2038.362%2013.159%2041.13%2013.873%20C%2044.339%2014.661%2046.069%2014.97%2046.069%2017.138%20C%2046.069%2018.687%2045.205%2019.879%2042.364%2019.879%20C%2039.055%2019.879%2037.648%2018.33%2037.45%2016.042%20L%2034.633%2016.042%20C%2034.831%2019.879%2038.013%2022.113%2042.435%2022.113%20C%2046.857%2022.113%2048.908%2019.926%2048.908%2016.991%20C%2048.908%2013.391%2045.694%2012.606%2042.288%2011.774%20Z%2522%20fill%3D%2522rgb(29%2C29%2C29)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%2053.33%2018.423%20L%2053.33%2011.561%20L%2055.751%2011.561%20L%2055.751%209.632%20L%2053.33%209.632%20L%2053.33%205.724%20L%2050.91%205.724%20L%2050.91%209.637%20L%2049.082%209.637%20L%2049.082%2011.566%20L%2050.91%2011.566%20L%2050.91%2018.357%20L%2050.905%2018.352%20C%2050.905%2021.164%2052.163%2021.925%2054.241%2021.925%20C%2054.76%2021.925%2055.154%2021.9%2055.773%2021.783%20L%2055.773%2019.898%20C%2055.357%2019.969%2055.158%2019.994%2054.738%2019.994%20C%2053.702%2019.994%2053.33%2019.71%2053.33%2018.42%20Z%2522%20fill%3D%2522rgb(29%2C29%2C29)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%2067.208%2019.022%20L%2067.208%2013.443%20C%2067.208%2010.3%2065.133%209.25%2062.539%209.25%20C%2058.687%209.25%2057.101%2011.088%2056.981%2013.423%20L%2059.453%2013.423%20C%2059.58%2011.798%2060.246%2011.135%2062.444%2011.135%20C%2064.296%2011.135%2064.839%2011.871%2064.839%2012.755%20C%2064.839%2013.947%2063.626%2014.187%2061.651%2014.541%20C%2058.513%2015.114%2056.392%2015.927%2056.392%2018.643%20L%2056.387%2018.643%20C%2056.387%2020.713%2057.997%2022.121%2060.513%2022.121%20C%2062.563%2022.121%2063.995%2021.333%2064.813%2020.07%20L%2064.864%2020.07%20C%2065.011%2021.455%2065.657%2021.908%2066.863%2021.908%20C%2067.255%2021.908%2067.676%2021.861%2068.097%2021.766%20L%2068.097%2020.334%20C%2067.95%2020.359%2067.879%2020.359%2067.803%2020.359%20C%2067.331%2020.359%2067.208%2019.906%2067.208%2019.022%20Z%20M%2064.832%2017.047%20C%2064.832%2019.169%2063.229%2020.241%2061.056%2020.241%20L%2061.051%2020.241%20C%2059.548%2020.241%2058.905%2019.622%2058.905%2018.479%20C%2058.905%2017.216%2059.845%2016.617%2062.067%2016.191%20C%2063.351%2015.927%2064.438%2015.662%2064.832%2015.307%20Z%2522%20fill%3D%2522rgb(29%2C29%2C29)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%2074.814%2011.199%20C%2077.114%2011.199%2077.856%2012.772%2077.975%2014.037%20L%2080.474%2014.037%20C%2080.18%2011.296%2078.032%209.27%2074.794%209.27%20C%2071.062%209.27%2068.617%2011.894%2068.617%2015.706%20L%2068.622%2015.701%20C%2068.622%2019.519%2071.064%2022.138%2074.821%2022.138%20C%2078.054%2022.138%2080.303%2020.062%2080.477%2017.275%20L%2077.978%2017.275%20C%2077.856%2018.66%2077.136%2020.185%2074.816%2020.185%20C%2072.126%2020.185%2071.135%2017.987%2071.135%2015.701%20C%2071.135%2013.416%2072.124%2011.199%2074.816%2011.199%20Z%2522%20fill%3D%2522rgb(29%2C29%2C29)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%2092.378%209.635%20L%2089.585%209.635%20L%2084.079%2014.784%20L%2084.079%204.748%20L%2081.656%204.748%20L%2081.656%2021.793%20L%2084.079%2021.793%20L%2084.079%2017.265%20L%2085.905%2015.574%20L%2090.033%2021.793%20L%2092.896%2021.793%20L%2087.534%2014.094%20Z%2522%20fill%3D%2522rgb(29%2C29%2C29)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%20100.432%204.748%20L%2093.863%2021.788%20L%2096.727%2021.788%20L%2098.183%2017.686%20L%20105.568%2017.686%20L%20107.025%2021.788%20L%20109.988%2021.788%20L%20103.368%204.748%20L%20100.429%204.748%20Z%20M%2099%2015.474%20L%20101.863%207.18%20L%20101.915%207.18%20L%20104.802%2015.474%20Z%2522%20fill%3D%2522rgb(29%2C29%2C29)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%20114.002%204.748%20L%20111.285%204.748%20L%20111.285%2021.788%20L%20114.002%2021.788%20Z%2522%20fill%3D%2522rgb(29%2C29%2C29)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%2025.187%2014.013%20L%2019.94%2010.863%20C%2019.818%2010.79%2019.744%2010.658%2019.744%2010.516%20L%2019.744%204.383%20C%2019.744%203.957%2019.522%203.561%2019.155%203.343%20L%2014.086%200.303%20C%2013.754%200.105%2013.374%200%2012.988%200%20C%2012.601%200%2012.219%200.105%2011.889%200.303%20L%206.82%203.345%20C%206.456%203.566%206.231%203.96%206.231%204.385%20L%206.231%2010.523%20C%206.231%2010.665%206.155%2010.797%206.035%2010.871%20L%200.786%2014.013%20C%200.299%2014.304%200%2014.833%200%2015.401%20L%200%2021.33%20C%200%2022.145%200.406%2022.899%201.062%2023.295%20L%205.917%2026.247%20C%206.434%2026.56%207.08%2026.56%207.596%2026.247%20L%2012.802%2023.109%20C%2012.929%2023.034%2013.088%2023.036%2013.215%2023.112%20L%2018.584%2026.374%20C%2018.971%2026.609%2019.458%2026.609%2019.845%2026.374%20L%2024.91%2023.295%20C%2025.566%2022.896%2025.973%2022.145%2025.973%2021.33%20L%2025.973%2015.401%20C%2025.973%2014.833%2025.674%2014.307%2025.187%2014.013%20Z%20M%2012.422%2021.33%20C%2012.422%2021.766%2012.214%2022.162%2011.886%2022.363%20L%207.802%2024.844%20C%207.467%2025.048%207.065%2024.764%207.065%2024.323%20L%207.065%2019.487%20C%207.065%2019.052%207.273%2018.655%207.601%2018.455%20L%2011.686%2015.973%20C%2012.021%2015.77%2012.422%2016.054%2012.422%2016.494%20Z%20M%2018.653%2010.545%20C%2018.653%2010.981%2018.445%2011.377%2018.117%2011.578%20L%2014.033%2014.059%20C%2013.697%2014.263%2013.296%2013.979%2013.296%2013.538%20L%2013.296%208.702%20C%2013.296%208.267%2013.504%207.87%2013.832%207.67%20L%2017.916%205.188%20C%2018.252%204.985%2018.653%205.269%2018.653%205.709%20Z%20M%2024.881%2021.33%20C%2024.881%2021.766%2024.673%2022.162%2024.345%2022.363%20L%2020.261%2024.844%20C%2019.925%2025.048%2019.524%2024.764%2019.524%2024.323%20L%2019.524%2019.487%20C%2019.524%2019.052%2019.732%2018.655%2020.06%2018.455%20L%2024.144%2015.973%20C%2024.48%2015.77%2024.881%2016.054%2024.881%2016.494%20Z%2522%20fill%3D%2522rgb(29%2C29%2C29)%2522%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/CdmJotf8x1dzeIh0S4a5ce9ZFwo.png",
    "ogImage": "https://framerusercontent.com/images/URFWRwFFnfMongXgt62be3qCgA.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'StackAI'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get a Demo",
      "reasoning": "Button #0 ('Get a Demo') has a dark background (#1D1D1D) which stands out against the light theme, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Try It Now",
      "reasoning": "Button #1 ('Try It Now') has a light background (#ECECEC) and serves as a secondary action, complementing the primary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "enterprise businesses"
  },
  "designSystem": {
    "framework": "custom",
    "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, and links to the homepage, matching the brand 'StackAI'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles