Home · Branding · Stempad

Stempad Brand Identity

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

Download JSON
Primary
#2B4570
Accent
#2B4570
Body Font
Apple Color Emoji
Heading
Apple Color Emoji

Color Palette

Brand palette extracted from https://www.stempad.com.

primary
#2B4570
rgb(43, 69, 112)
secondary
#274068
rgb(39, 64, 104)
accent
#2B4570
rgb(43, 69, 112)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#18181B
rgb(24, 24, 27)
link
#E0E7FF
rgb(224, 231, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Apple Color Emoji
Apple Color Emoji Google Fonts →
heading
Apple Color Emoji
Apple Color Emoji Google Fonts →
ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

Stempad logo
Logo
Stempad favicon
Favicon
Stempad social image
Social Card

UI Components

Live previews rendered using Stempad's actual button styles.

buttonPrimary
background #2B4570 textColor #E0E7FF borderColor #274068 borderRadius 16px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px
buttonSecondary
background #ECEFF3 textColor #2B4570 borderColor #E8EBF0 borderRadius 4px shadow none

Brand Personality

Tone: professional Energy: medium Audience: scientists and researchers

Stempad Brand in the Wild

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

Frequently Asked Questions

What is Stempad's primary brand color?

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

What font does Stempad use?

Stempad uses Apple Color Emoji as the primary typeface across body and headings.

Does Stempad use a light or dark theme?

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

Where can I find Stempad's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Apple Color Emoji",
      "role": "unknown"
    },
    {
      "family": "Segoe UI Emoji",
      "role": "unknown"
    },
    {
      "family": "Segoe UI Symbol",
      "role": "unknown"
    },
    {
      "family": "Noto Color Emoji",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#2B4570",
    "secondary": "#274068",
    "accent": "#2B4570",
    "background": "#FFFFFF",
    "textPrimary": "#18181B",
    "link": "#E0E7FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Apple Color Emoji",
      "heading": "Apple Color Emoji"
    },
    "fontStacks": {
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "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": "60px",
      "h2": "36px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2B4570",
      "textColor": "#E0E7FF",
      "borderColor": "#274068",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px"
    },
    "buttonSecondary": {
      "background": "#ECEFF3",
      "textColor": "#2B4570",
      "borderColor": "#E8EBF0",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20380.16%20498.24%22%20class%3D%22w-9%20fill-primary%20dark%3Afill-white%22%20data-fc-idx%3D%220%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M338.52%2C124.23h0c-8.02%2C0-14.52%2C6.5-14.52%2C14.52v146.13h-13.11c-8.96-34.76-40.52-60.43-78.08-60.43h-56.75c-27.23%2C0-49.3-22.07-49.3-49.3s22.07-49.3%2C49.3-49.3h19.86c8.13%2C0%2C14.72-6.59%2C14.72-14.72h0c0-8.13-6.59-14.72-14.72-14.72h-29.74c-32.52%2C0-59.81%2C22.07-67.88%2C51.97h-13.78v-17.74c0-34.17%2C27.7-61.88%2C61.88-61.88h104.15v29.39c-13.45%2C6-22.5%2C20.09-20.91%2C36.1%2C1.64%2C16.46%2C14.86%2C29.85%2C31.3%2C31.67%2C21.44%2C2.37%2C39.6-14.35%2C39.6-35.31%2C0-14.4-8.59-26.78-20.9-32.36v-43.76c0-8.16-6.61-14.77-14.77-14.77h-118.37c-50.27%2C0-91.03%2C40.75-91.03%2C91.03v196.32c0%2C8.02%2C6.5%2C14.52%2C14.52%2C14.52s14.52-6.5%2C14.52-14.52v-130.66h13.75c8.25%2C33.05%2C38.11%2C57.47%2C73.64%2C57.47h57.64c28.42%2C0%2C53.19%2C24.77%2C53.19%2C53.19v8.11c0%2C23.95-21.14%2C41.63-45.09%2C41.63h-60.22c1.37-3.79%2C2.15-7.86%2C2.15-12.12%2C0-19.77-16.03-35.8-35.8-35.8s-35.8%2C16.03-35.8%2C35.8c0%2C.58.06%2C1.15.09%2C1.72l-70.67%2C71.82c-1.74%2C1.77-3.03%2C3.93-3.77%2C6.31l-15.56%2C50.35c-1.03%2C3.35%2C2.39%2C6.34%2C5.57%2C4.85l48.12-23.2%2C69.18-70.3h101.77c33.06%2C0%2C60.82-22.69%2C68.57-53.34h12.72v19.28c0%2C35.52-28.79%2C64.31-64.31%2C64.31h-110.82c-8.02%2C0-14.52%2C6.5-14.52%2C14.52h0c0%2C8.02%2C6.5%2C14.52%2C14.52%2C14.52h110.9c51.52%2C0%2C93.28-41.76%2C93.28-93.28v-213.49c0-8.02-6.5-14.52-14.52-14.52ZM70.23%2C444.87h0c-2.06%2C2.06-5.41%2C2.06-7.47%2C0l-14.6-14.6c-2.06-2.06-2.06-5.41%2C0-7.47%2C2.06-2.06%2C5.41-2.06%2C7.47%2C0l14.6%2C14.6c2.06%2C2.06%2C2.06%2C5.41%2C0%2C7.47Z%22%20style%3D%22fill%3A%20rgb(43%2C%2069%2C%20112)%20!important%3B%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M362.28%2C41.87c0-13.12-10.64-23.76-23.76-23.76s-23.76%2C10.64-23.76%2C23.76c0%2C7.65%2C3.63%2C14.43%2C9.24%2C18.77v14.77c0%2C8.02%2C6.5%2C14.52%2C14.52%2C14.52h0c8.02%2C0%2C14.52-6.5%2C14.52-14.52v-14.77c5.61-4.35%2C9.24-11.13%2C9.24-18.77Z%22%20style%3D%22fill%3A%20rgb(43%2C%2069%2C%20112)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.stempad.com/favicon.ico",
    "ogImage": "https://www.stempad.com/logo-square.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 'Get Started' uses the vibrant brand color #2B4570, making it the most prominent CTA. The text is action-oriented, encouraging users to begin using the service."
    },
    "secondary": {
      "index": 1,
      "text": "Request a demo",
      "reasoning": "Button #1 'Request a demo' has a different background color (#ECEFF3) and serves as a secondary action, offering a less direct engagement option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "scientists and researchers"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles