Replit Brand Identity
A complete profile of Replit's visual system — colors, typography, components, and personality — extracted from https://replit.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://replit.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 Replit's actual button styles.
Brand Personality
Replit Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Replit's primary brand color?
Replit's primary brand color is #2492FF. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Replit use?
Replit uses #FF3C00 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Replit use?
Replit uses ABC Diatype as the primary typeface across body and headings.
Does Replit use a light or dark theme?
Replit's primary site uses a light color scheme, with a background of #FAF6F1.
Where can I find Replit's logo?
Replit's logo is available directly on their site (https://replit.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://replit.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 Replit.
Methodology
Brand data on this page was extracted from https://replit.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 Replit.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "ABC Diatype",
"role": "body"
},
{
"family": "IBM Plex Sans",
"role": "unknown"
}
],
"colors": {
"primary": "#2492FF",
"secondary": "#FFB199",
"accent": "#FF3C00",
"background": "#FAF6F1",
"textPrimary": "#2F3034",
"link": "#FF3C00"
},
"typography": {
"fontFamilies": {
"primary": "ABC Diatype",
"heading": "ABC Diatype"
},
"fontStacks": {
"heading": [
"ABC Diatype",
"sans-serif"
],
"body": [
"IBM Plex Sans",
"sans-serif"
],
"paragraph": [
"ABC Diatype",
"sans-serif"
]
},
"fontSizes": {
"h1": "32px",
"h2": "60px",
"body": "28px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#0E0E0F",
"borderColor": null,
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FF3C00",
"textColor": "#FFFFFF",
"borderRadius": "90px",
"borderRadiusCorners": {
"topLeft": "90px",
"topRight": "90px",
"bottomRight": "90px",
"bottomLeft": "90px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#F3F3F1",
"textColor": "#28292C",
"borderColor": "#DFDDD8",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22122%22%20height%3D%2235%22%20viewBox%3D%220%200%20122%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M10.79%207.72365C10.79%207.85696%2010.79%207.92361%2010.7947%207.99122C10.8234%208.40818%2011.0001%208.83473%2011.2746%209.14987C11.3191%209.20098%2011.3596%209.24141%2011.4404%209.32227C11.8007%209.68251%2012.2925%209.87793%2012.802%209.87793H18.3224C19.4258%209.87793%2019.9775%209.87793%2020.3989%2010.0927C20.7696%2010.2815%2021.071%2010.5829%2021.2599%2010.9536C21.4746%2011.3751%2021.4746%2011.9267%2021.4746%2013.0301V16.3635C21.4746%2017.4668%2021.4746%2018.0185%2021.2599%2018.4399C21.071%2018.8106%2020.7696%2019.112%2020.3989%2019.3009C19.9775%2019.5156%2019.4258%2019.5156%2018.3224%2019.5156H12.7888C12.2847%2019.5156%2011.7979%2019.709%2011.4414%2020.0654C11.3597%2020.1471%2011.3189%2020.1879%2011.2742%2020.2393C11.0001%2020.5542%2010.8236%2020.9803%2010.7947%2021.3968C10.79%2021.4647%2010.79%2021.5314%2010.79%2021.6647V26.2599C10.79%2027.3633%2010.79%2027.915%2010.5753%2028.3364C10.3864%2028.7071%2010.085%2029.0085%209.71434%2029.1974C9.29291%2029.4121%208.74123%2029.4121%207.63787%2029.4121H3.15217C2.04881%2029.4121%201.49713%2029.4121%201.0757%2029.1974C0.704998%2029.0085%200.40361%2028.7071%200.214729%2028.3364C0%2027.915%200%2027.3633%200%2026.2599V22.6981C0%2021.5947%200%2021.043%200.214729%2020.6216C0.40361%2020.2509%200.704998%2019.9495%201.0757%2019.7606C1.49713%2019.5459%202.04881%2019.5459%203.15217%2019.5459H8.70118C8.72901%2019.5459%208.74293%2019.5459%208.75893%2019.5456C9.24848%2019.5377%209.74539%2019.3319%2010.0972%2018.9913C10.1087%2018.9802%2010.1138%2018.9751%2010.124%2018.9648C10.2195%2018.8694%2010.2672%2018.8217%2010.317%2018.7635C10.5817%2018.454%2010.7525%2018.0418%2010.7841%2017.6357C10.79%2017.5594%2010.79%2017.4835%2010.79%2017.3319V12.0565C10.79%2011.9048%2010.79%2011.829%2010.784%2011.7522C10.7523%2011.3467%2010.5818%2010.9349%2010.3174%2010.6257C10.2674%2010.5672%2010.2193%2010.5191%2010.123%2010.4229C9.76256%2010.0624%209.27061%209.86621%208.76081%209.86621H3.15217C2.04881%209.86621%201.49713%209.86621%201.0757%209.65148C0.704998%209.4626%200.40361%209.16121%200.214729%208.79051C0%208.36908%200%207.8174%200%206.71404V3.15217C0%202.04881%200%201.49713%200.214729%201.0757C0.40361%200.704998%200.704998%200.40361%201.0757%200.214729C1.49713%200%202.04881%200%203.15217%200H7.63787C8.74123%200%209.29291%200%209.71434%200.214729C10.085%200.40361%2010.3864%200.704998%2010.5753%201.0757C10.79%201.49713%2010.79%202.04881%2010.79%203.15217V7.72365Z%22%20fill%3D%22%23FF3C00%22%20style%3D%22fill%3A%20rgb(255%2C%2060%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M119.335%2027.5684C118.159%2027.5684%20117.151%2027.3764%20116.311%2026.9923C115.495%2026.5843%20114.871%2025.9602%20114.438%2025.12C114.006%2024.2799%20113.79%2023.2237%20113.79%2021.9515V12.9861H110.01V9.74558H113.79V3.55259H117.859V9.74558H122V12.9861H117.859V21.3754C117.859%2021.9995%20117.955%2022.5276%20118.147%2022.9597C118.339%2023.3678%20118.615%2023.6798%20118.975%2023.8958C119.359%2024.1119%20119.851%2024.2199%20120.451%2024.2199C120.884%2024.2199%20121.328%2024.1839%20121.784%2024.1119V27.2804C121.52%2027.3524%20121.16%2027.4124%20120.703%2027.4604C120.247%2027.5324%20119.791%2027.5684%20119.335%2027.5684Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(54%2C%2055%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M103.947%209.74572H108.016V27.2445H103.947V9.74572ZM103.839%203.55183H108.16V7.90853H103.839V3.55183Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(54%2C%2055%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M96.2725%202.04037H100.341V27.2444H96.2725V2.04037Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(54%2C%2055%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M75.8896%209.74563H79.9583V10.6458C79.9583%2011.1018%2079.9223%2011.6299%2079.8503%2012.23C80.4024%2011.2699%2081.1705%2010.5258%2082.1546%209.99767C83.1388%209.44558%2084.291%209.16953%2085.6112%209.16953C87.1715%209.16953%2088.5397%209.5656%2089.7159%2010.3577C90.892%2011.1499%2091.7922%2012.266%2092.4163%2013.7063C93.0644%2015.1225%2093.3884%2016.7427%2093.3884%2018.567C93.3884%2020.4153%2093.0404%2022.0476%2092.3443%2023.4638C91.6722%2024.856%2090.724%2025.9362%2089.4998%2026.7043C88.2996%2027.4725%2086.9434%2027.8565%2085.4312%2027.8565C84.087%2027.8565%2082.9708%2027.5925%2082.0826%2027.0644C81.1945%2026.5363%2080.4504%2025.7922%2079.8503%2024.832C79.9223%2025.4321%2079.9583%2025.9722%2079.9583%2026.4523V34.6256H75.8896V9.74563ZM84.531%2024.688C85.4672%2024.688%2086.2833%2024.424%2086.9794%2023.8959C87.6995%2023.3678%2088.2516%2022.6477%2088.6357%2021.7355C89.0197%2020.7994%2089.2118%2019.7192%2089.2118%2018.495C89.2118%2017.2948%2089.0197%2016.2387%2088.6357%2015.3265C88.2516%2014.4144%2087.6995%2013.6943%2086.9794%2013.1662C86.2833%2012.6381%2085.4672%2012.374%2084.531%2012.374C83.6189%2012.374%2082.8028%2012.6261%2082.0826%2013.1302C81.3625%2013.6342%2080.7984%2014.3424%2080.3904%2015.2545C79.9823%2016.1667%2079.7783%2017.2468%2079.7783%2018.495C79.7783%2019.7192%2079.9823%2020.7994%2080.3904%2021.7355C80.7984%2022.6477%2081.3505%2023.3678%2082.0466%2023.8959C82.7667%2024.424%2083.5949%2024.688%2084.531%2024.688Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(54%2C%2055%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M64.9445%2027.8565C63.2162%2027.8565%2061.6799%2027.4965%2060.3357%2026.7764C59.0155%2026.0322%2057.9833%2024.9521%2057.2392%2023.5358C56.4951%2022.1196%2056.123%2020.4273%2056.123%2018.459C56.123%2016.6347%2056.4951%2015.0265%2057.2392%2013.6342C57.9833%2012.218%2059.0155%2011.1258%2060.3357%2010.3577C61.6559%209.5656%2063.1442%209.16953%2064.8004%209.16953C66.5527%209.16953%2068.053%209.55359%2069.3012%2010.3217C70.5494%2011.0898%2071.4975%2012.182%2072.1456%2013.5982C72.8177%2015.0145%2073.1538%2016.6707%2073.1538%2018.567V19.4312H60.2637C60.2877%2020.4393%2060.4917%2021.3395%2060.8758%2022.1316C61.2839%2022.9237%2061.836%2023.5478%2062.5321%2024.0039C63.2522%2024.46%2064.0683%2024.688%2064.9805%2024.688C66.0126%2024.688%2066.8888%2024.424%2067.6089%2023.8959C68.329%2023.3678%2068.7731%2022.6117%2068.9411%2021.6275H73.0458C72.9257%2022.7797%2072.5177%2023.8359%2071.8216%2024.796C71.1495%2025.7322%2070.2253%2026.4763%2069.0491%2027.0284C67.8729%2027.5805%2066.5047%2027.8565%2064.9445%2027.8565ZM68.9771%2016.5147C68.9291%2015.2185%2068.533%2014.1863%2067.7889%2013.4182C67.0448%2012.6261%2066.0366%2012.23%2064.7644%2012.23C63.5402%2012.23%2062.5081%2012.6381%2061.6679%2013.4542C60.8518%2014.2463%2060.3837%2015.2665%2060.2637%2016.5147H68.9771Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(54%2C%2055%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M35.0693%202.04038H46.1231C48.5715%202.04038%2050.5278%202.61648%2051.992%203.76866C53.4563%204.89684%2054.1884%206.5291%2054.1884%208.66545C54.1884%2010.2497%2053.7203%2011.5699%2052.7842%2012.6261C51.848%2013.6822%2050.7198%2014.4144%2049.3996%2014.8224C50.7919%2015.0385%2051.86%2015.6506%2052.6041%2016.6587C53.3723%2017.6669%2053.7563%2018.9871%2053.7563%2020.6194V27.2444H49.3996V21.1955C49.3996%2019.5632%2049.0636%2018.423%2048.3915%2017.7749C47.7434%2017.1268%2046.5912%2016.8027%2044.9349%2016.8027H39.426V27.2444H35.0693V2.04038ZM45.259%2013.0942C46.2191%2013.0942%2047.0353%2012.9621%2047.7074%2012.6981C48.3795%2012.41%2048.8836%2011.99%2049.2196%2011.4379C49.5557%2010.8858%2049.7237%2010.2137%2049.7237%209.42157C49.7237%208.19737%2049.3396%207.27322%2048.5715%206.64912C47.8034%206.02502%2046.6992%205.71297%2045.259%205.71297H39.426V13.0942H45.259Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(54%2C%2055%2C%2059)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
"favicon": "https://replit.com/public/icons/favicon-prompt-192-rebrand.png",
"ogImage": "https://replit.com/public/images/opengraph_rebrand.jpg",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage. It matches the brand 'Replit' as inferred from the URL and page title.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 5,
"text": "Get started free",
"reasoning": "Button #0 'Get started free' uses the vibrant brand color #FF3C00, which is a strong indicator of a primary CTA. The text is action-oriented, encouraging users to begin using the service."
},
"secondary": {
"index": 10,
"text": "Quarterly review presentation",
"reasoning": "Button #3 'Quarterly review presentation' has a light background color #F3F3F1, which contrasts with the primary button's vibrant color. It serves as a secondary action with less emphasis."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "developers and tech 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, and links to the homepage. It matches the brand 'Replit' as inferred from the URL and page title.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 