Home · Branding · Hotplate

Hotplate Brand Identity

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

Download JSON
Primary
#00ABAB
Accent
#E75A5A
Body Font
Helvetica Neue
Heading
Avenir

Color Palette

Brand palette extracted from http://www.hotplate.com/.

primary
#00ABAB
rgb(0, 171, 171)
secondary
#E75A5A
rgb(231, 90, 90)
accent
#E75A5A
rgb(231, 90, 90)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#233434
rgb(35, 52, 52)
link
#233434
rgb(35, 52, 52)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue
Helvetica Neue Google Fonts →
heading
Avenir
Arboria, Avenir, Helvetica Neue, Helvetica, Arial, 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

Hotplate logo
Logo
Hotplate favicon
Favicon
Hotplate social image
Social Card

UI Components

Live previews rendered using Hotplate's actual button styles.

buttonPrimary
background #E75A5A textColor #FFFFFF borderRadius 6px shadow none
buttonSecondary
background #E0E0E0 textColor #000000 borderRadius 7px shadow none

Brand Personality

Tone: modern Energy: medium Audience: entrepreneurs and small business owners

Hotplate Brand in the Wild

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

Frequently Asked Questions

What is Hotplate's primary brand color?

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

What accent color does Hotplate use?

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

What font does Hotplate use?

Hotplate uses Helvetica Neue for body text and Avenir for headings. Fonts were detected on http://www.hotplate.com/ as part of their live design system.

Does Hotplate use a light or dark theme?

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

Where can I find Hotplate's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Avenir",
      "role": "heading"
    },
    {
      "family": "Arboria",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#00ABAB",
    "secondary": "#E75A5A",
    "accent": "#E75A5A",
    "background": "#FFFFFF",
    "textPrimary": "#233434",
    "link": "#233434"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Avenir"
    },
    "fontStacks": {
      "heading": [
        "Arboria",
        "Avenir",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "54.4px",
      "h2": "15px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#E75A5A",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#E0E0E0",
      "textColor": "#000000",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22outline_logo_svg__hotplate-logo%22%20data-name%3D%22hotplate-logo%22%20viewBox%3D%220%200%20209.57%2052.67%22%20height%3D%22100%25%22%20data-fc-idx%3D%220%22%3E%3Cdefs%3E%3Cstyle%3E.outline_logo_svg__cls-1%7Bfill%3A%23333%7D.outline_logo_svg__cls-2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M72.81%2010.95h4v8.42a6.52%206.52%200%200%201%205.72-2.92c4.68%200%206.41%203.06%206.41%208v10.18h-4v-9.72c0-2.91-.79-4.6-3.74-4.6-2.77%200-4.39%202.19-4.39%205v9.36h-4ZM92.11%2025.74a9.47%209.47%200%201%201%209.47%209.27%209.33%209.33%200%200%201-9.47-9.27m14.87%200a5.4%205.4%200%201%200-10.8%200%205.4%205.4%200%200%200%2010.8%200M115.58%2028.91v-8.82H113v-3.28h2.63v-3.49l4-.83v4.32h5.36v3.28h-5.36v8.92c0%201.9.9%202.52%201.9%202.52a5%205%200%200%200%202.6-.87l1.18%203a7.64%207.64%200%200%201-4.31%201.35c-3.66%200-5.42-2-5.42-6.1M128%2016.81h3.82v2.2a8%208%200%200%201%206.12-2.6c4.89%200%208.24%204.14%208.24%209.25s-3.39%209.35-8.28%209.35a7.66%207.66%200%200%201-5.9-2.65v7.42h-4Zm14.12%208.89a5.1%205.1%200%200%200-5.19-5.39c-2.81%200-4.93%202.23-4.93%205.39s2.09%205.44%204.93%205.44a5.14%205.14%200%200%200%205.15-5.44ZM149.56%2010.95h4v23.68h-4ZM157%2025.74c0-5.15%203.35-9.29%208.24-9.29a7.69%207.69%200%200%201%205.94%202.63v-2.27h4v17.82h-4V32.4a7.62%207.62%200%200%201-5.96%202.61c-4.89%200-8.22-4.16-8.22-9.27m14.18%200c0-3.13-2.09-5.43-4.93-5.43a5.13%205.13%200%200%200-5.18%205.43%205.11%205.11%200%200%200%205.18%205.4c2.75%200%204.91-2.23%204.91-5.4ZM180.31%2028.91v-8.82h-2.63v-3.28h2.63v-3.49l4-.83v4.32h5.37v3.28h-5.38v8.92c0%201.9.9%202.52%201.91%202.52a5%205%200%200%200%202.59-.87l1.19%203a7.7%207.7%200%200%201-4.28%201.35c-3.64%200-5.4-2-5.4-6.1M191.83%2025.74a9.17%209.17%200%200%201%209.17-9.29c4.75%200%208.56%204.14%208.56%209.15a14%2014%200%200%201-.1%201.54H196a5.32%205.32%200%200%200%205.54%204.32%209.14%209.14%200%200%200%205.11-1.54l1.59%202.95a12.14%2012.14%200%200%201-6.8%202.14c-5.08%200-9.61-3.4-9.61-9.27m13.86-1.55a4.89%204.89%200%200%200-4.9-4.24%205.08%205.08%200%200%200-4.86%204.24Z%22%20class%3D%22outline_logo_svg__cls-1%22%20style%3D%22fill%3A%20rgb(60%2C%2056%2C%2056)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M9.43%2016.11a42.9%2042.9%200%200%201%2011.78-6.56c9.13-3.5%2017.59-4%2019.73-1.23%201.63-1.84%202.35-3.55%201.85-4.87-.62-1.6-3.11-2.5-6.88-2.5l-.91.06a50.6%2050.6%200%200%200-15.7%203.56C8%208.9-.33%2015.72%201.1%2019.45c.5%201.32%202.19%202.1%204.63%202.38-.12-1.59%201.16-3.59%203.7-5.72M20.53%2028.77a16.7%2016.7%200%200%201-2.17-2.1c-.79.15-1.56.27-2.32.37-6.14%202-10%205.61-10%209.42a6.8%206.8%200%200%200%201.1%203.75A5.8%205.8%200%200%201%207%2038.72c0-4.53%205.36-8.42%2013.53-9.95%22%20class%3D%22outline_logo_svg__cls-2%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M40.73%208.56c-.83-1.16-2.84-1.73-5.58-1.73a41.1%2041.1%200%200%200-13.82%203%2042.3%2042.3%200%200%200-11.7%206.52c-2.5%202.09-3.74%204-3.58%205.51%204.49.42%2011.4-.79%2018.54-3.53s13.08-6.46%2016.14-9.77M40.31%2016.07c-2.63%202.82-7.46%205.84-13.47%208.15-1.52.58-3%201.08-4.53%201.5%202.81%203.1%208%205.5%2014%206.45A27.9%2027.9%200%200%200%2049%2031.48a13.3%2013.3%200%200%200%203.21-1.53A5.2%205.2%200%200%200%2054%2026.89c.72-4.37-5.3-9.1-13.69-10.82%22%20class%3D%22outline_logo_svg__cls-2%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M41.36%2014.78a12%2012%200%200%201-.82%201C49%2017.6%2055%2022.44%2054.33%2026.94a4.9%204.9%200%200%201-.68%201.81%205.33%205.33%200%200%200%201.41-2.74c.71-4.47-5.18-9.29-13.7-11.23%22%20class%3D%22outline_logo_svg__cls-2%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M42.49%2013.01c-.25.42-.51.85-.82%201.28a1.2%201.2%200%200%201-.12.19c8.62%202%2014.55%207%2013.82%2011.56a6.26%206.26%200%200%201-3%204.17%2014%2014%200%200%201-3.23%201.53%2024.7%2024.7%200%200%201-7.65%201.12%2034%2034%200%200%201-5.24-.42c-6.13-.93-11.45-3.43-14.25-6.62-.86.24-1.7.45-2.53.63C22.83%2030.14%2029%2033.01%2036%2034.09c11.44%201.81%2021.53-1.57%2022.47-7.55.83-5.32-6.03-11.12-15.98-13.53M47.82%2035.01a6.72%206.72%200%200%201%201.73%204.45%205.9%205.9%200%200%201-.3%201.66%206.77%206.77%200%200%200%201.41-3.88%206.3%206.3%200%200%200-.59-2.73c-.72.19-1.47.36-2.25.5%22%20class%3D%22outline_logo_svg__cls-2%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M42%2035.52a40%2040%200%200%201-6.17-.51%2033.16%2033.16%200%200%201-15-6h-.18c-7.92%201.51-13.31%205.4-13.39%209.71a5.7%205.7%200%200%200%20.48%202.29c3.35%204.19%2011.21%207.22%2020.4%207.38a34.6%2034.6%200%200%200%2016-3.2%2015.2%2015.2%200%200%200%204.49-3.29%205.8%205.8%200%200%200%20.66-2.49%206.53%206.53%200%200%200-1.77-4.38%2033%2033%200%200%201-5.52.49%22%20class%3D%22outline_logo_svg__cls-2%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M43%2012.17c2.45-4.92.91-8.64.73-9C42.84.94%2039.76-.15%2035%200a52%2052%200%200%200-16%203.67C6.78%208.35-1.46%2015.43.22%2019.78c.15.46%201.85%205.27%208.81%206.92a12.5%2012.5%200%200%200%203.82.51C8%2029.5%205.13%2032.8%205.07%2036.43a14.46%2014.46%200%200%200%208.29%2012.63%2031.3%2031.3%200%200%200%2014.7%203.58h.7c5.73%200%2010.89-1.23%2014.48-3.24a14.56%2014.56%200%200%200%208.32-11.49s0-.11%200-.16v-.53a7.3%207.3%200%200%200-.63-3c4.66-1.47%207.86-4.13%208.41-7.55.98-5.86-5.92-11.92-16.34-14.5M1.1%2019.44C-.33%2015.71%208%208.89%2019.3%204.56A50.6%2050.6%200%200%201%2035%201h.89c3.77%200%206.26.9%206.88%202.5.5%201.32-.22%203-1.85%204.87C38.8%205.57%2030.34%206%2021.21%209.54A42.9%2042.9%200%200%200%209.43%2016.1c-2.54%202.13-3.82%204.13-3.7%205.72-2.44-.28-4.13-1.06-4.63-2.38m53.23%207.49c.67-4.5-5.33-9.34-13.79-11.12a12%2012%200%200%200%20.82-1c8.52%201.94%2014.41%206.76%2013.7%2011.23a5.33%205.33%200%200%201-1.41%202.74%204.9%204.9%200%200%200%20.68-1.85m-2.1%203A13.3%2013.3%200%200%201%2049%2031.47a27.9%2027.9%200%200%201-12.74.69c-6-.95-11.16-3.35-14-6.45q2.235-.63%204.53-1.5c6-2.31%2010.84-5.33%2013.47-8.15C48.7%2017.78%2054.72%2022.51%2054%2026.88a5.2%205.2%200%200%201-1.77%203.06ZM6.05%2021.86c-.16-1.49%201.08-3.42%203.58-5.51a42.3%2042.3%200%200%201%2011.7-6.52%2041.1%2041.1%200%200%201%2013.82-3c2.74%200%204.75.57%205.58%201.73-3.06%203.31-9%207-16.14%209.78s-14.05%203.94-18.54%203.52M6%2036.45c.08-3.81%203.9-7.38%2010-9.45.76-.1%201.53-.22%202.32-.37a16.7%2016.7%200%200%200%202.17%202.1C12.36%2030.29%207%2034.18%207%2038.71a5.8%205.8%200%200%200%20.19%201.49A6.8%206.8%200%200%201%206%2036.45m1.41%205.64a.2.2%200%200%201%200-.08v.05Zm41.16-.16a15.2%2015.2%200%200%201-4.49%203.29%2034.6%2034.6%200%200%201-16%203.2c-9.19-.16-17-3.19-20.4-7.38a5.7%205.7%200%200%201-.48-2.33c.08-4.31%205.47-8.2%2013.42-9.66h.18a33.16%2033.16%200%200%200%2015%206%2040%2040%200%200%200%206.15.49%2033%2033%200%200%200%205.49-.45%206.53%206.53%200%200%201%201.77%204.38%205.8%205.8%200%200%201-.63%202.46Zm.67-.82a5.9%205.9%200%200%200%20.3-1.66A6.72%206.72%200%200%200%2047.82%2035c.78-.14%201.53-.31%202.25-.5a6.3%206.3%200%200%201%20.59%202.73%206.77%206.77%200%200%201-1.41%203.88Zm9.2-14.58c-.94%206-11%209.36-22.47%207.55C29%2033%2022.83%2030.13%2019.44%2026.44c.83-.18%201.67-.39%202.53-.63%202.83%203.2%208.15%205.69%2014.26%206.66a34%2034%200%200%200%205.24.42%2024.7%2024.7%200%200%200%207.65-1.12%2014%2014%200%200%200%203.23-1.53%206.26%206.26%200%200%200%203-4.17c.73-4.61-5.2-9.56-13.82-11.56a1.2%201.2%200%200%200%20.12-.19c.31-.43.57-.86.82-1.28%209.97%202.37%2016.83%208.17%2015.98%2013.49Z%22%20transform%3D%22translate(0%20.01)%22%20style%3D%22fill%3A%20rgb(230%2C%2092%2C%2092)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.hotplate.com/apple-touch-icon.png",
    "ogImage": "https://ucarecdn.com/0a4e28d9-101e-40f1-95bc-443a7ad28f6e/peach_169_.png",
    "logoHref": "#",
    "logoAlt": ".outline_logo_svg__cls-1{fill:#333}.outline_logo_svg__cls-2{fill:#fff}"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Hotplate'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start Selling",
      "reasoning": "Button #2 'Start Selling' uses the vibrant brand color #E75A5A, making it a strong candidate for the primary CTA due to its action-oriented text and prominent color."
    },
    "secondary": {
      "index": 5,
      "text": "Log In",
      "reasoning": "Button #6 'Log In' has a different background color (#E0E0E0) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "entrepreneurs and small business owners"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Hotplate'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles