Cube Brand: Colors, Fonts, Logo & Visual Identity
Cube Brand Identity
A complete profile of Cube's visual system — colors, typography, components, and personality — extracted from https://cube.dev/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://cube.dev/.
Colors
- Primary: #6A6A7C (rgb(106, 106, 124))
- Secondary: #6F6DEE (rgb(111, 109, 238))
- Accent: #6F6DEE (rgb(111, 109, 238))
- Background: #FFFFFF (rgb(255, 255, 255))
- Text Primary: #0F0F24 (rgb(15, 15, 36))
- Link: #0F0F24 (rgb(15, 15, 36))
Typography
Each font links to its Google Fonts page where available.
Fonts
- Primary: CeraPro
- Heading: CeraPro
CeraPro Google Fonts →
Visual Assets
Favicon
Social Card
UI Components
Live previews rendered using Cube's actual button styles.
Input
input
background: #FFFFFF
textColor: #0F0F24
borderColor: null
borderRadius: 8px
shadow: rgba(15, 15, 36, 0.12) 0px 0px 0px 1px inset
Buttons
Button Primary
background: #6F6DEE
textColor: #FFFFFF
borderRadius: 8px
shadow: noneButton Secondary
background: #FFFFFF
textColor: #0F0F24
borderRadius: 8px
shadow: none
Brand Personality
- Tone: modern
- Energy: medium
- Audience: developers and data analysts
Cube Brand in the Wild
Source: cube.dev
Source: cube.dev
Source: cube.dev
Source: cube.dev
Source: cube.dev
Source: cube.dev
Frequently Asked Questions
What is Cube's primary brand color?
Cube's primary brand color is #6A6A7C. It anchors the visual identity across their website, product UI, and marketing materials.What accent color does Cube use?
Cube uses #6F6DEE as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.What font does Cube use?
Cube uses CeraPro as the primary typeface across body and headings.Does Cube use a light or dark theme?
Cube's primary site uses a light color scheme, with a background of #FFFFFF.How was this brand profile generated?
This profile was extracted from https://cube.dev/ 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 Cube.
Methodology
Brand data on this page was extracted from https://cube.dev/ on 2026-07-27 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 Cube.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
GET /branding/cube.json GET /branding/cube/llms.txt
{
"colorScheme": "light",
"fonts": [
{
"family": "CeraPro",
"role": "body"
}
],
"colors": {
"primary": "#6A6A7C",
"secondary": "#6F6DEE",
"accent": "#6F6DEE",
"background": "#FFFFFF",
"textPrimary": "#0F0F24",
"link": "#0F0F24"
},
"typography": {
"fontFamilies": {
"primary": "CeraPro",
"heading": "CeraPro"
},
"fontStacks": {
"heading": [
"CeraPro"
],
"body": [
"CeraPro"
],
"paragraph": [
"CeraPro"
]
},
"fontSizes": {
"h1": "64px",
"h2": "32px",
"body": "26px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#0F0F24",
"borderColor": null,
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(15, 15, 36, 0.12) 0px 0px 0px 1px inset"
},
"buttonPrimary": {
"background": "#6F6DEE",
"textColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0F0F24",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://cube.dev/favicon.ico",
"ogImage": "https://lgo0ecceic.ucarecd.net/2d616b0d-4e28-465b-bfee-cef1f2a8dbe1/"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "developers and data analysts"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}