Home · Branding · Quell

Quell Brand Identity

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

Download JSON
Primary
#FF174B
Accent
#FF174B
Body Font
Roobert
Heading
Bebas Neue

Color Palette

Brand palette extracted from https://playquell.com.

primary
#FF174B
rgb(255, 23, 75)
secondary
#6B7280
rgb(107, 114, 128)
accent
#FF174B
rgb(255, 23, 75)
background
#F8F9FE
rgb(248, 249, 254)
textPrimary
#000000
rgb(0, 0, 0)
link
#D6FF21
rgb(214, 255, 33)

Typography

Each font links to its Google Fonts page where available.

primary
Roobert
heading
Bebas Neue
Bebas Neue, 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

Quell logo
Logo
Quell favicon
Favicon
Quell social image
Social Card

UI Components

Live previews rendered using Quell's actual button styles.

buttonPrimary
background #FF174B textColor #FFFFFF borderRadius 16px shadow none
buttonSecondary
background #FFFFFF textColor #1D1D1D borderRadius 16px shadow none

Brand Personality

Tone: modern Energy: high Audience: fitness and gaming enthusiasts

Quell Brand in the Wild

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

Frequently Asked Questions

What is Quell's primary brand color?

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

What font does Quell use?

Quell uses Roobert for body text and Bebas Neue for headings. Fonts were detected on https://playquell.com as part of their live design system.

Does Quell use a light or dark theme?

Quell's primary site uses a light color scheme, with a background of #F8F9FE.

Where can I find Quell's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roobert",
      "role": "body"
    },
    {
      "family": "Bebas Neue",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FF174B",
    "secondary": "#6B7280",
    "accent": "#FF174B",
    "background": "#F8F9FE",
    "textPrimary": "#000000",
    "link": "#D6FF21"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roobert",
      "heading": "Bebas Neue"
    },
    "fontStacks": {
      "heading": [
        "Bebas Neue",
        "sans-serif"
      ],
      "body": [
        "Roobert",
        "sans-serif"
      ],
      "paragraph": [
        "Roobert",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "140px",
      "h2": "100px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF174B",
      "textColor": "#FFFFFF",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#1D1D1D",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://playquell.com/cdn/shop/t/53/assets/logo_v-5118890312944218601740652601.svg",
    "favicon": "https://playquell.com/cdn/shop/t/53/assets/apple-touch-icon_v-100837204816848009781740652601.png",
    "ogImage": "s/files/1/0591/7225/7979/files/Quell_Logo_height-628-pad_color-ffffff-v-1701949234-width-1200.png",
    "logoHref": "/",
    "logoAlt": "Quell Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and has alt text matching the brand 'Quell'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Impact Help Guide",
      "reasoning": "Button #1 uses the vibrant brand color #FF174B, which is a strong indicator of a primary CTA. The text 'Impact Help Guide' suggests an action-oriented purpose."
    },
    "secondary": {
      "index": 2,
      "text": "Available now",
      "reasoning": "Button #2 has a different background color (#FFFFFF) and serves as a secondary option with the text 'Available now', which is less action-oriented than the primary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "fitness and gaming enthusiasts"
  },
  "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, links to the homepage, and has alt text matching the brand 'Quell'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles