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

Typography

Each font links to its Google Fonts page where available.

Fonts

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

Brand Personality

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

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
  }
}

End of Main Content