Home · Branding · Popsy

Popsy Brand Identity

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

Download JSON
Primary
#E54E05
Accent
#E54E05
Body Font
Source Sans 3
Heading
Clash Grotesk

Color Palette

Brand palette extracted from https://popsy.ai.

primary
#E54E05
rgb(229, 78, 5)
accent
#E54E05
rgb(229, 78, 5)
background
#F7F7F7
rgb(247, 247, 247)
textPrimary
#404040
rgb(64, 64, 64)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Source Sans 3
Source Sans 3 Google Fonts →
heading
Clash Grotesk
Clash Grotesk Google Fonts →
Clash Grotesk, 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

Popsy logo
Logo
Popsy favicon
Favicon
Popsy social image
Social Card

UI Components

Live previews rendered using Popsy's actual button styles.

buttonPrimary
background #E54E05 textColor #0000EE borderRadius 8px shadow rgba(0, 0, 0, 0.17) 0px 0.482901px 0.482901px -1.875px, rgba(0, 0, 0, 0.06) 0px 4px 4px -3.75px
buttonSecondary
background #F2F2F2 textColor #0000EE borderRadius 8px shadow rgba(0, 0, 0, 0.17) 0px 0.482901px 0.482901px -1.875px, rgba(0, 0, 0, 0.06) 0px 4px 4px -3.75px

Brand Personality

Tone: modern Energy: high Audience: businesses looking to leverage AI for customer acquisition on Reddit

Popsy Brand in the Wild

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

Frequently Asked Questions

What is Popsy's primary brand color?

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

What font does Popsy use?

Popsy uses Source Sans 3 for body text and Clash Grotesk for headings. Fonts were detected on https://popsy.ai as part of their live design system.

Does Popsy use a light or dark theme?

Popsy's primary site uses a light color scheme, with a background of #F7F7F7.

Where can I find Popsy's logo?

Popsy's logo is available directly on their site (https://popsy.ai). 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://popsy.ai 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 Popsy.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Source Sans 3",
      "role": "body"
    },
    {
      "family": "Clash Grotesk",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#E54E05",
    "accent": "#E54E05",
    "background": "#F7F7F7",
    "textPrimary": "#404040",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Source Sans 3",
      "heading": "Clash Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Clash Grotesk",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Clash Grotesk",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "36px",
      "body": "28px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#E54E05",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.17) 0px 0.482901px 0.482901px -1.875px, rgba(0, 0, 0, 0.06) 0px 4px 4px -3.75px"
    },
    "buttonSecondary": {
      "background": "#F2F2F2",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.17) 0px 0.482901px 0.482901px -1.875px, rgba(0, 0, 0, 0.06) 0px 4px 4px -3.75px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%3B%22%20viewBox%3D%220%200%2034%2040%22%20preserveAspectRatio%3D%22none%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20data-fc-idx%3D%220%22%3E%3Csvg%20width%3D%2234%22%20height%3D%2240%22%20fill%3D%22none%22%20id%3D%22svg345773968_650%22%3E%3Cg%20clip-path%3D%22url(%23svg345773968_650_a)%22%3E%3Cpath%20d%3D%22M-.002%208a8%208%200%200%201%208-8h18a8%208%200%200%201%208%208v14a8%208%200%200%201-8%208h-18a8%208%200%200%201-8-8V8Z%22%20fill%3D%22url(%23svg345773968_650_b)%22%2F%3E%3Crect%20x%3D%2212%22%20y%3D%2211%22%20width%3D%2210%22%20height%3D%2229%22%20rx%3D%225%22%20fill%3D%22%23E6A978%22%20style%3D%22mix-blend-mode%3Acolor-burn%22%2F%3E%3Cpath%20d%3D%22M12%2030h10v5a5%205%200%200%201-10%200v-5Z%22%20fill%3D%22%23AE8768%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22svg345773968_650_b%22%20x1%3D%2216.998%22%20y1%3D%220%22%20x2%3D%2216.998%22%20y2%3D%2230%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FA0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF6F00%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22svg345773968_650_a%22%3E%3Cpath%20fill%3D%22%23fff%22%20transform%3D%22translate(-.002)%22%20d%3D%22M0%200h34v40H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/s9AXsbQvWJwbmAtbdZ4x6VN5Ww.svg",
    "ogImage": "https://framerusercontent.com/images/6w2dp5x7QO3Q2H9uwgdoPNKANW8.jpg",
    "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 'Popsy'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start for free",
      "reasoning": "Button #0 uses the vibrant brand color #E54E05 and has action-oriented text 'Start for free', making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Start for free",
      "reasoning": "Button #1 has a different background color (#F2F2F2) and serves as a secondary option with the same text, suitable for a less prominent action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "businesses looking to leverage AI for customer acquisition on Reddit"
  },
  "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 links to the homepage, matching the brand 'Popsy'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles