Recurse Center Brand Identity
A complete profile of Recurse Center's visual system — colors, typography, components, and personality — extracted from https://www.recurse.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.recurse.com.
Typography
Each font links to its Google Fonts page where available.
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

UI Components
Live previews rendered using Recurse Center's actual button styles.
Brand Personality
Recurse Center Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Recurse Center's primary brand color?
Recurse Center's primary brand color is #956BC3. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Recurse Center use?
Recurse Center uses #3DC06C as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Recurse Center use?
Recurse Center uses Source Sans Pro for body text and Libre Baskerville for headings. Fonts were detected on https://www.recurse.com as part of their live design system.
Does Recurse Center use a light or dark theme?
Recurse Center's primary site uses a light color scheme, with a background of #F5F3F8.
Where can I find Recurse Center's logo?
Recurse Center's logo is available directly on their site (https://www.recurse.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.recurse.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 Recurse Center.
Methodology
Brand data on this page was extracted from https://www.recurse.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 Recurse Center.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Libre Baskerville",
"role": "heading"
},
{
"family": "Source Sans Pro",
"role": "body"
}
],
"colors": {
"primary": "#956BC3",
"secondary": "#4D9BD8",
"accent": "#3DC06C",
"background": "#F5F3F8",
"textPrimary": "#626A6A",
"link": "#3DC06C"
},
"typography": {
"fontFamilies": {
"primary": "Source Sans Pro",
"heading": "Libre Baskerville"
},
"fontStacks": {
"heading": [
"Libre Baskerville",
"Georgia",
"serif"
],
"body": [
"Helvetica",
"Arial",
"sans-serif"
],
"paragraph": [
"Helvetica",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "57.6px",
"h2": "57.6px",
"body": "24px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#3DC06C",
"textColor": "#FFFFFF",
"borderColor": "#77C193",
"borderRadius": "3px",
"borderRadiusCorners": {
"topLeft": "3px",
"topRight": "3px",
"bottomRight": "3px",
"bottomLeft": "3px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22rc-logo%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2015%22%20data-fc-idx%3D%220%22%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2212%22%20height%3D%221%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%2211%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%220%22%20y%3D%229%22%20width%3D%2212%22%20height%3D%221%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%224%22%20y%3D%229%22%20width%3D%224%22%20height%3D%223%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%221%22%20y%3D%2211%22%20width%3D%2210%22%20height%3D%221%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%221%22%20y%3D%2211%22%20width%3D%221%22%20height%3D%224%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%2210%22%20y%3D%2211%22%20width%3D%221%22%20height%3D%224%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%221%22%20y%3D%2214%22%20width%3D%2210%22%20height%3D%221%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%220%22%20y%3D%2212%22%20width%3D%222%22%20height%3D%223%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%2210%22%20y%3D%2212%22%20width%3D%222%22%20height%3D%223%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%2210%22%20y%3D%2212%22%20width%3D%222%22%20height%3D%223%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%221%22%20y%3D%2211%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%224%22%20y%3D%2211%22%20width%3D%221%22%20height%3D%222%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%226%22%20y%3D%2211%22%20width%3D%221%22%20height%3D%222%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%228%22%20y%3D%2211%22%20width%3D%221%22%20height%3D%222%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%229%22%20y%3D%2213%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%227%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%222%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%225%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%222%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%223%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%222%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%0A%20%20%3Crect%20class%3D%22rc-logo__secondary%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2210%22%20height%3D%228%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__secondary%22%20x%3D%222%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__secondary%22%20x%3D%223%22%20y%3D%2212%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__secondary%22%20x%3D%224%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__secondary%22%20x%3D%225%22%20y%3D%2212%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__secondary%22%20x%3D%226%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__secondary%22%20x%3D%227%22%20y%3D%2212%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__secondary%22%20x%3D%228%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__secondary%22%20x%3D%229%22%20y%3D%2212%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%0A%20%20%3Crect%20class%3D%22rc-logo__primary%22%20x%3D%222%22%20y%3D%222%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%232a2d2d%22%20style%3D%22fill%3A%20rgb(42%2C%2045%2C%2045)%20!important%3B%22%2F%3E%0A%0A%20%20%3Crect%20class%3D%22rc-logo__accent%20rc-logo__pixel1%22%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%233dc06c%22%20style%3D%22fill%3A%20rgb(61%2C%20192%2C%20108)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__accent%20rc-logo__pixel2%22%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%233dc06c%22%20style%3D%22fill%3A%20rgb(61%2C%20192%2C%20108)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__accent%20rc-logo__pixel3%22%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%233dc06c%22%20style%3D%22fill%3A%20rgb(61%2C%20192%2C%20108)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__accent%20rc-logo__pixel4%22%20x%3D%223%22%20y%3D%225%22%20width%3D%222%22%20height%3D%221%22%20fill%3D%22%233dc06c%22%20style%3D%22fill%3A%20rgb(61%2C%20192%2C%20108)%20!important%3B%22%2F%3E%0A%20%20%3Crect%20class%3D%22rc-logo__accent%20rc-logo__pixel5%22%20x%3D%226%22%20y%3D%225%22%20width%3D%222%22%20height%3D%221%22%20fill%3D%22%233dc06c%22%20style%3D%22fill%3A%20rgb(61%2C%20192%2C%20108)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
"favicon": "https://d29xw0ra2h4o4u.cloudfront.net/assets/favicon-fbfd4d3b58909892b7caada24c507292a4f96f5ab03fda9a7ae3050ce4618f78.ico",
"ogImage": "https://d29xw0ra2h4o4u.cloudfront.net/assets/logo_opengraph-2325537a191b8371ffd077b0aacee12e8183069b9997ce069d0ae484f4b8ed8c.png"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is located in the header, is visible, and matches the brand inferred from the page title and URL ('The Recurse Center').",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Learn more",
"reasoning": "The button with text 'Learn more' uses a vibrant green color (#3DC06C), which is typically used for primary call-to-action buttons. It stands out due to its bright color and action-oriented text."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button detected, so no secondary button can be identified."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "programmers and tech enthusiasts"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.95,
"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 matches the brand inferred from the page title and URL ('The Recurse Center').",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 