SuperTokens Brand: Colors, Fonts, Logo & Visual Identity
SuperTokens Brand Identity
A complete profile of SuperTokens's visual system — colors, typography, components, and personality — extracted from supertokens.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from supertokens.com.
- primary: #FF9933 (rgb(255, 153, 51))
- secondary: #35A47F (rgb(53, 164, 127))
- accent: #3B75B4 (rgb(59, 117, 180))
- background: #000000 (rgb(0, 0, 0))
- textPrimary: #000000 (rgb(0, 0, 0))
- link: #3B75B4 (rgb(59, 117, 180))
Typography
Each font links to its Google Fonts page where available.
- primary: Inter
- heading: Inter
Visual Assets
Logo
Favicon
Social Card
UI Components
Live previews rendered using SuperTokens's actual button styles.
Button Primary
- background: #0A0A0A
- textColor: #0A0A0A
- borderColor: #0B0B0B
- borderRadius: 24px
- shadow: none
Button Secondary
- background: #020202
- textColor: #35A47F
- borderColor: #154233
- borderRadius: 15px
- shadow: rgba(53, 164, 127, 0.15) 0px 24px 100px 0px
Brand Personality
- Tone: professional
- Energy: medium
- Audience: developers
Frequently Asked Questions
What is SuperTokens's primary brand color? SuperTokens's primary brand color is #FF9933. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does SuperTokens use?
SuperTokens uses #3B75B4 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.What font does SuperTokens use?
SuperTokens uses Inter as the primary typeface across body and headings.Does SuperTokens use a light or dark theme?
SuperTokens's primary site uses a dark color scheme, with a background of #000000.Where can I find SuperTokens's logo?
SuperTokens's logo is available directly on their site (https://supertokens.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://supertokens.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 SuperTokens.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{ "family": "Inter", "role": "body" }
],
"colors": {
"primary": "#FF9933",
"secondary": "#35A47F",
"accent": "#3B75B4",
"background": "#000000",
"textPrimary": "#000000",
"link": "#3B75B4"
},
"typography": {
"fontFamilies": { "primary": "Inter", "heading": "Inter" },
"fontStacks": {
"heading": ["Inter"],
"body": ["Inter"],
"paragraph": ["Inter"]
},
"fontSizes": {"h1": "64px", "h2": "24px", "body": "22px"}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#0A0A0A",
"textColor": "#0A0A0A",
"borderColor": "#0B0B0B",
"borderRadius": "24px",
"borderRadiusCorners": {
"topLeft": "24px",
"topRight": "24px",
"bottomRight": "24px",
"bottomLeft": "24px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#020202",
"textColor": "#35A47F",
"borderColor": "#154233",
"borderRadius": "15px",
"borderRadiusCorners": {
"topLeft": "15px",
"topRight": "15px",
"bottomRight": "15px",
"bottomLeft": "15px"
},
"shadow": "rgba(53, 164, 127, 0.15) 0px 24px 100px 0px"
}
},
"images": {
"logo": "https://supertokens.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo-dark.07qqu9xhgxqj3.png&w=640&q=75",
"favicon": "https://supertokens.com/favicon.ico?favicon.0k.wscirmuxe7.ico",
"ogImage": "https://supertokens.com/assets/images/website/og/homepage.png",
"logoHref": "/",
"logoAlt": "SuperTokens homepage"
}
}