Home · Branding · RevenueCat

RevenueCat Brand Identity

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

Download JSON
Primary
#576CDB
Accent
#576CDB
Body Font
M PLUS 1p
Heading
M PLUS 1p

Color Palette

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

primary
#576CDB
rgb(87, 108, 219)
secondary
#3D3D5C
rgb(61, 61, 92)
accent
#576CDB
rgb(87, 108, 219)
background
#F9F9FB
rgb(249, 249, 251)
textPrimary
#171A1C
rgb(23, 26, 28)
link
#1F1F47
rgb(31, 31, 71)

Typography

Each font links to its Google Fonts page where available.

primary
M PLUS 1p
heading
M PLUS 1p
Object Sans, Object Sans Fallback, M PLUS 1p, Noto Sans KR, 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

RevenueCat logo
Logo
RevenueCat favicon
Favicon
RevenueCat social image
Social Card

UI Components

Live previews rendered using RevenueCat's actual button styles.

input
background transparent textColor #3D3D5C borderColor null borderRadius 0px shadow none
buttonPrimary
background #576CDB textColor #FFFFFF borderRadius 40px shadow none
buttonSecondary
background #FFFFFF textColor #171A1C borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: app developers and businesses

RevenueCat Brand in the Wild

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

Frequently Asked Questions

What is RevenueCat's primary brand color?

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

What font does RevenueCat use?

RevenueCat uses M PLUS 1p as the primary typeface across body and headings.

Does RevenueCat use a light or dark theme?

RevenueCat's primary site uses a light color scheme, with a background of #F9F9FB.

Where can I find RevenueCat's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "M PLUS 1p",
      "role": "body"
    },
    {
      "family": "Noto Sans KR",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#576CDB",
    "secondary": "#3D3D5C",
    "accent": "#576CDB",
    "background": "#F9F9FB",
    "textPrimary": "#171A1C",
    "link": "#1F1F47"
  },
  "typography": {
    "fontFamilies": {
      "primary": "M PLUS 1p",
      "heading": "M PLUS 1p"
    },
    "fontStacks": {
      "heading": [
        "Object Sans",
        "Object Sans Fallback",
        "M PLUS 1p",
        "Noto Sans KR",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Helvetica Neue",
        "Helvetica Neue Fallback",
        "M PLUS 1p",
        "Noto Sans KR",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Helvetica Neue",
        "Helvetica Neue Fallback",
        "M PLUS 1p",
        "Noto Sans KR",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "24px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#3D3D5C",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#576CDB",
      "textColor": "#FFFFFF",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#171A1C",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20138%2040%22%20class%3D%22-mt-1.5%20h-10%20w-auto%22%20aria-hidden%3D%22true%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill%3D%22%23F2545B%22%20d%3D%22M0%2010.773c1.331-.3%203.39-.474%205.249-.474%205.021%200%208.037%201.645%208.037%205.831%200%202.567-1.106%204.262-2.838%205.184l4.191%206.729c-.327.224-1.03.349-2.01.349-1.106%200-1.833-.125-2.36-.35l-3.49-5.83h-.396c-.85%200-1.984-.076-2.586-.176v6.031c-.352.2-.98.325-1.884.325-.879%200-1.532-.125-1.908-.325zm3.767%202.89v5.209c.714.117%201.437.175%202.16.175%202.185%200%203.52-.77%203.52-2.713%200-1.994-1.406-2.816-3.915-2.816a10%2010%200%200%200-1.765.146M19.49%2023.26c.15%201.744%201.406%202.592%203.893%202.592%201.607%200%203.013-.35%203.915-.748.075.947-.327%202.168-.904%202.816-.83.474-2.235.872-3.968.872-4.395%200-6.73-2.516-6.73-6.554%200-4.162%202.511-6.854%206.454-6.854%203.667%200%205.35%202.243%205.35%205.533a7.6%207.6%200%200%201-.377%202.343zm4.596-2.618c.2-1.296-.277-2.567-2.085-2.567-1.557%200-2.511.997-2.612%202.567zM35.285%2025.6q.262-1.63.729-3.215l1.908-6.43c.277-.1.703-.225%201.507-.225%201.03%200%201.733.2%202.185.499l-3.968%2011.813c-1.33.374-3.19.499-4.973.499L28.555%2016.23c.452-.3%201.155-.499%202.213-.499.753%200%201.276.124%201.507.225l2.034%206.43q.495%201.581.779%203.215zM46.29%2023.26c.151%201.744%201.406%202.592%203.893%202.592%201.608%200%203.014-.35%203.916-.748.074.947-.327%202.168-.904%202.816-.83.474-2.235.872-3.968.872-4.395%200-6.73-2.516-6.73-6.554%200-4.162%202.51-6.854%206.454-6.854%203.667%200%205.35%202.243%205.35%205.533a7.6%207.6%200%200%201-.375%202.343zm4.596-2.618c.201-1.296-.276-2.567-2.084-2.567-1.557%200-2.512.997-2.612%202.567zM60.755%2028.093c-.327.175-.93.299-1.808.299-.88%200-1.482-.124-1.834-.3V16.207c.681-.374%201.759-.574%202.964-.574l.2%202.044h.202c.602-1.295%201.883-2.293%204.17-2.293%201.91%200%204.17.676%204.17%204.786v7.925c-.326.175-.929.299-1.808.299-.88%200-1.482-.124-1.833-.3v-7.277c0-1.295-.452-2.118-1.934-2.118-1.306%200-2.034.648-2.486%201.42zM80.192%2026.798c-.552%201.121-1.733%201.994-3.943%201.994-1.958%200-4.17-.676-4.17-4.814v-7.601c.85-.474%202.059-.748%203.641-.748v7.726c0%201.346.426%202.094%201.884%202.094%201.18%200%201.957-.498%202.41-1.072v-8.296c.352-.175.955-.299%201.834-.299s1.482.125%201.809.3v11.887c-.653.374-1.683.573-2.838.573l-.425-1.744zM90.189%2023.26c.15%201.744%201.406%202.592%203.893%202.592%201.608%200%203.014-.35%203.915-.748.075.947-.327%202.168-.904%202.816-.829.474-2.235.872-3.968.872-4.395%200-6.73-2.516-6.73-6.554%200-4.162%202.511-6.854%206.454-6.854%203.667%200%205.35%202.243%205.35%205.533a7.6%207.6%200%200%201-.377%202.343zm4.596-2.618c.2-1.296-.277-2.567-2.085-2.567-1.557%200-2.511.997-2.612%202.567zM110.361%2013.315c-3.542%200-5.978%201.795-5.978%206.13%200%204.336%202.412%206.057%205.802%206.057a11.5%2011.5%200%200%200%204.219-.845c.05.922-.402%202.517-1.005%203.315-1.08.524-2.638.897-4.395.897-5.375%200-8.539-3.44-8.539-9.171.001-6.184%203.692-9.698%209.117-9.698%201.432%200%202.888.253%203.817.797.578.823.829%202.293.703%203.39-1.205-.573-2.31-.872-3.741-.872M123.311%2026.996c-.553%201.098-1.733%201.795-3.466%201.795-2.213%200-4.118-1.098-4.118-3.988%200-3.04%202.212-4.211%205.123-4.211.774-.01%201.545.1%202.285.324v-.349c0-1.52-.753-2.068-2.411-2.068a8.23%208.23%200%200%200-4.019%201.044c-.301-.972-.176-2.517.402-3.34.905-.498%202.461-.822%204.32-.822%203.617%200%205.35%201.267%205.35%204.959v4.311c0%20.773.351.947.851.947.381.007.757-.097%201.08-.299.1.997-.201%202.218-.653%202.916-.528.348-1.231.573-2.084.573-1.457%200-2.213-.623-2.462-1.795zm-.101-3.688a4.5%204.5%200%200%200-1.658-.3c-1.456%200-2.184.599-2.184%201.546%200%20.972.728%201.321%201.732%201.321.804%200%201.608-.253%202.11-.872z%22%20style%3D%22fill%3A%20rgb(242%2C%2084%2C%2091)%20!important%3B%22%2F%3E%3Cpath%20fill%3D%22%23F2545B%22%20d%3D%22M134.42%2018.952h3.352c.152-.3.228-.929.228-1.555s-.076-1.253-.228-1.554h-3.352V12.13c-1.412.025-2.748.351-3.656%201.002v2.708h-1.436c-.328.802-.504%202.027-.504%203.109h1.941l-.049%208.808c0%20.97-.17%202.211-.73%202.6-2.661%201.87-8.074.965-13.041.453-7.136-.737-13.299-1.705-14.323%202.213-.541%202.07.162%203.393.845%204.138%201.375%201.498%203.8%201.839%205.726%201.839a18%2018%200%200%200%202.703-.21%201.74%201.74%200%200%200%201.132-.695c.27-.37.38-.833.306-1.285-.153-.94-1.051-1.605-1.994-1.43-1.979.366-4.772%201.182-5.844.014-.362-.395-.299-1.363%200-1.663.797-1.183%205.925-.73%2011.088-.039%205.702.591%2011.606%201.42%2014.959-.244%201.312-.651%202.877-2.167%202.877-5.69z%22%20style%3D%22fill%3A%20rgb(242%2C%2084%2C%2091)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.revenuecat.com/favicon-32x32.png?v=983d81cd061310b2eb379250c70bcb88",
    "ogImage": "https://www.revenuecat.com/gatsby-images/social-preview.jpg",
    "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": 1,
      "text": "Start for free",
      "reasoning": "Button #1 'Start for free' uses the vibrant brand color #576CDB, which is a strong indicator of a primary CTA. The text is action-oriented, encouraging users to start using the service."
    },
    "secondary": {
      "index": 0,
      "text": "Start for freeTalk to sales",
      "reasoning": "Button #3 'Start for freeTalk to sales' has a different background color (#FFFFFF) and serves as a secondary action, offering an alternative to the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "app developers and businesses"
  },
  "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