Home · Branding · Surge

Surge Brand Identity

A complete profile of Surge's visual system — colors, typography, components, and personality — extracted from https://surge.app. Built for designers, agents, and AI tools.

Download JSON
Primary
#8E51FF
Accent
#7F22FE
Body Font
Arial
Heading
Arial

Color Palette

Brand palette extracted from https://surge.app.

primary
#8E51FF
rgb(142, 81, 255)
secondary
#131333
rgb(19, 19, 51)
accent
#7F22FE
rgb(127, 34, 254)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#99A1AF
rgb(153, 161, 175)

Typography

Each font links to its Google Fonts page where available.

primary
Arial
heading
Arial
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

Surge logo
Logo
Surge favicon
Favicon
Surge social image
Social Card

UI Components

Live previews rendered using Surge's actual button styles.

buttonPrimary
background #7F22FE textColor #000000 borderRadius 6px 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.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px
buttonSecondary
background transparent textColor #F3E8FF borderColor #8E51FF borderRadius 6px 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, oklab(0.702 0.0730911 -0.16777 / 0.2) 0px 10px 15px -3px, oklab(0.702 0.0730911 -0.16777 / 0.2) 0px 4px 6px -4px

Brand Personality

Tone: modern Energy: medium Audience: developers

Surge Brand in the Wild

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

Frequently Asked Questions

What is Surge's primary brand color?

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

What accent color does Surge use?

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

What font does Surge use?

Surge uses Arial as the primary typeface across body and headings.

Does Surge use a light or dark theme?

Surge's primary site uses a dark color scheme, with a background of #000000.

Where can I find Surge's logo?

Surge's logo is available directly on their site (https://surge.app). 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://surge.app 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 Surge.

Methodology

Brand data on this page was extracted from https://surge.app 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 Surge.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#8E51FF",
    "secondary": "#131333",
    "accent": "#7F22FE",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#99A1AF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Arial"
    },
    "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": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#7F22FE",
      "textColor": "#000000",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "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.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#F3E8FF",
      "borderColor": "#8E51FF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "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, oklab(0.702 0.0730911 -0.16777 / 0.2) 0px 10px 15px -3px, oklab(0.702 0.0730911 -0.16777 / 0.2) 0px 4px 6px -4px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-12%20w-auto%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20567.89%20316.3301%22%20data-fc-idx%3D%220%22%3E%20%3Ctitle%3ESurge%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22%238200ff%22%20d%3D%22M292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM375.05%2C55.45l5.5699-34.3899L32.39%2C116.1399%2C0%2C316.3301l302.1801-81.79-5.5601%2C34.3899%2C238.88-68.74L567.89%2C0l-192.84%2C55.45ZM140.82%2C154.3699l-.78%2C5.5901-29.81%2C8.0901.82-5.8201c1.6-11.4099-1.32-16-9.64-13.74-7.16%2C1.9399-11.55%2C7.8701-12.61%2C15.47-1.01%2C7.1599%2C2.52%2C10.51%2C8.96%2C12.2102l12.62%2C3.46c17.77%2C4.8599%2C27.94%2C11.5698%2C24.87%2C33.4897-3.83%2C27.29-23.13%2C46.0901-49.0099%2C53.1101-25.88%2C7.02-41.5-2.0901-37.27-32.29l.76-5.3599%2C29.81-8.0901-.79%2C5.5901c-1.47%2C10.51%2C2.1801%2C16.2%2C11.19%2C13.75%2C7.85-2.1301%2C12.61-7.51%2C13.71-15.3401%2C1.13-8.05-3.75-9.74-11.87-12.0601l-11.34-3.1599c-14.32-4.0801-26.31-10.51-22.92-34.6699%2C3.51-25.05%2C22.64-45.74%2C47.6-52.51%2C26.57-7.21%2C39.75%2C3.4199%2C35.7%2C32.2798ZM183.02%2C240.1899c-35.82%2C9.7102-43.79-7.9199-39.34-39.6899l12.71-90.5999%2C34.89-9.4602-13.08%2C93.28c-2.01%2C14.3201-1.78%2C22.22%2C8.62%2C19.3999%2C10.39-2.8198%2C12.94-11.4697%2C14.95-25.7898l13.08-93.28%2C34.89-9.47-12.7%2C90.5999c-4.46%2C31.76-18.2%2C55.29-54.02%2C65.01ZM329.46%2C167.53c-1.45%2C18.26-2.68%2C25.48-.36%2C31.0898l-33.5%2C9.0901c-1.1-4.8699-.4-13.02%2C1.06-29.77%2C1.19-13.23-1.3-19.23-11.93-16.3499l-4.39%2C1.2-7.16%2C51-33.5%2C9.0901%2C19.7599-140.9302%2C41.83-11.3499c32.58-8.8401%2C44.82%2C3.7698%2C41.3%2C28.8201-3.1%2C22.1499-15.04%2C35.9299-30.17%2C42.3999%2C14.78-.78%2C18.39%2C8.3599%2C17.06%2C25.71ZM399.73%2C207.72l-.79-11.8398c-5.04%2C10.6299-16.1%2C18.1399-27.65%2C21.2798-28.89%2C7.8301-38.03-10.9897-32.35-51.48l2.7-19.24c5.68-40.49%2C22.42-66.3298%2C55.69-75.3599%2C33.04-8.9602%2C42.24%2C7.9099%2C37.62%2C40.7898l-.5%2C3.5801-33.04%2C8.9702%2C1.32-9.4001c1.75-12.53.8-20.01-9.13-17.3201-9.94%2C2.7002-13.15%2C11.3101-14.9%2C23.8401l-6.94%2C49.4399c-1.75%2C12.53-.11%2C19.8301%2C9.59%2C17.1902%2C9.94-2.6902%2C13.61-11.4302%2C15.37-23.9602l.28-2.01-10.63%2C2.8801%2C3.45-24.6101%2C42.75-11.5898-10.2%2C72.7-22.64%2C6.1399ZM521.76%2C65.0901l-40.44%2C10.97-4.05%2C28.8499%2C30.04-8.1499-3.7599%2C26.8501-30.04%2C8.1499-4.36%2C31.0901%2C40.43-10.97-3.79%2C27.0698-73.71%2C20%2C19.76-140.9399%2C73.71-19.99-3.79%2C27.0701ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699ZM292.48%2C98.3801l-3.23.8699-5.27%2C37.5901%2C3.23-.8801c13.64-3.7%2C19.55-9.3899%2C21.55-23.71%2C1.79-12.75-2.64-17.5701-16.28-13.8699Z%22%20style%3D%22fill%3A%20rgb(130%2C%200%2C%20255)%20!important%3B%22%2F%3E%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22481.32%2076.0601%20477.27%20104.9099%20507.31%2096.76%20503.55%20123.6101%20473.51%20131.76%20469.15%20162.8501%20509.58%20151.8801%20505.79%20178.95%20432.08%20198.95%20451.84%2058.01%20525.55%2038.02%20521.76%2065.0901%20481.32%2076.0601%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M434.95%2C111.8699l-.5%2C3.5801-33.04%2C8.9702%2C1.32-9.4001c1.75-12.53.8-20.01-9.13-17.3201-9.94%2C2.7002-13.15%2C11.3101-14.9%2C23.8401l-6.94%2C49.4399c-1.75%2C12.53-.11%2C19.8301%2C9.59%2C17.1902%2C9.94-2.6902%2C13.61-11.4302%2C15.37-23.9602l.28-2.01-10.63%2C2.8801%2C3.45-24.6101%2C42.75-11.5898-10.2%2C72.7-22.64%2C6.1399-.79-11.8398c-5.04%2C10.6299-16.1%2C18.1399-27.65%2C21.2798-28.89%2C7.8301-38.03-10.9897-32.35-51.48l2.7-19.24c5.68-40.49%2C22.42-66.3298%2C55.69-75.3599%2C33.04-8.9602%2C42.24%2C7.9099%2C37.62%2C40.7898Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M342.57%2C99.4202c3.52-25.0503-8.72-37.6602-41.3-28.8201l-41.83%2C11.3499-19.7599%2C140.9302%2C33.5-9.0901%2C7.16-51%2C4.39-1.2c10.63-2.8801%2C13.12%2C3.1199%2C11.93%2C16.3499-1.46%2C16.75-2.16%2C24.9001-1.06%2C29.77l33.5-9.0901c-2.32-5.6099-1.09-12.8298.36-31.0898%2C1.33-17.3501-2.28-26.49-17.06-25.71%2C15.13-6.47%2C27.07-20.25%2C30.17-42.3999ZM308.76%2C112.25c-2%2C14.3201-7.91%2C20.01-21.55%2C23.71l-3.23.8801%2C5.27-37.5901%2C3.23-.8699c13.64-3.7002%2C18.07%2C1.1199%2C16.28%2C13.8699Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M249.7401%2C84.5801l-12.7%2C90.5999c-4.46%2C31.76-18.2%2C55.29-54.02%2C65.01-35.82%2C9.7102-43.79-7.9199-39.34-39.6899l12.71-90.5999%2C34.89-9.4602-13.08%2C93.28c-2.01%2C14.3201-1.78%2C22.22%2C8.62%2C19.3999%2C10.39-2.8198%2C12.94-11.4697%2C14.95-25.7898l13.08-93.28%2C34.89-9.47Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M140.82%2C154.3699l-.78%2C5.5901-29.81%2C8.0901.82-5.8201c1.6-11.4099-1.32-16-9.64-13.74-7.16%2C1.9399-11.55%2C7.8701-12.61%2C15.47-1.01%2C7.1599%2C2.52%2C10.51%2C8.96%2C12.2102l12.62%2C3.46c17.77%2C4.8599%2C27.94%2C11.5698%2C24.87%2C33.4897-3.83%2C27.29-23.13%2C46.0901-49.0099%2C53.1101-25.88%2C7.02-41.5-2.0901-37.27-32.29l.76-5.3599%2C29.81-8.0901-.79%2C5.5901c-1.47%2C10.51%2C2.1801%2C16.2%2C11.19%2C13.75%2C7.85-2.1301%2C12.61-7.51%2C13.71-15.3401%2C1.13-8.05-3.75-9.74-11.87-12.0601l-11.34-3.1599c-14.32-4.0801-26.31-10.51-22.92-34.6699%2C3.51-25.05%2C22.64-45.74%2C47.6-52.51%2C26.57-7.21%2C39.75%2C3.4199%2C35.7%2C32.2798Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%20%3C%2Fsvg%3E",
    "favicon": "https://surge.app/favicon.svg",
    "ogImage": "https://surge.app/surge-preview.jpg",
    "logoHref": "/",
    "logoAlt": "Surge"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand name 'Surge'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #0 has a vibrant brand color background (#7F22FE) and action-oriented text ('Subscribe'), making it the most prominent CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Try it for free",
      "reasoning": "Button #1 has a transparent background with a border, making it a suitable secondary CTA. It offers a different action ('Try it for free') and stands out due to its outline style."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers"
  },
  "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 visible, located in the header, and links to the homepage, matching the brand name 'Surge'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles