Home · Branding · Cartesia

Cartesia Brand Identity

A complete profile of Cartesia's visual system — colors, typography, components, and personality — extracted from https://www.cartesia.ai/. Built for designers, agents, and AI tools.

Download JSON
Primary
#BAF89B
Accent
#F5F3EF
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://www.cartesia.ai/.

primary
#BAF89B
rgb(186, 248, 155)
accent
#F5F3EF
rgb(245, 243, 239)
background
#181818
rgb(24, 24, 24)
textPrimary
#181818
rgb(24, 24, 24)
link
#44CCFF
rgb(68, 204, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, sans-serif
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

Cartesia favicon
Favicon
Cartesia social image
Social Card

UI Components

Live previews rendered using Cartesia's actual button styles.

input
background transparent textColor null borderColor null borderRadius 0px shadow none
buttonPrimary
background #F5F3EF textColor #0000EE borderRadius 50px shadow none
buttonSecondary
background #212121 textColor #F5F3EF borderColor #3B3B3B borderRadius 30px shadow none

Brand Personality

Tone: modern Energy: medium Audience: developers and tech companies

Cartesia Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Cartesia's primary brand color?

Cartesia's primary brand color is #BAF89B. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Cartesia use?

Cartesia uses #F5F3EF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Cartesia use?

Cartesia uses Inter as the primary typeface across body and headings.

Does Cartesia use a light or dark theme?

Cartesia's primary site uses a dark color scheme, with a background of #181818.

How was this brand profile generated?

This profile was extracted from https://www.cartesia.ai/ 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 Cartesia.

Methodology

Brand data on this page was extracted from https://www.cartesia.ai/ 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 Cartesia.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#BAF89B",
    "accent": "#F5F3EF",
    "background": "#181818",
    "textPrimary": "#181818",
    "link": "#44CCFF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "68px",
      "h2": "48px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 12,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": null,
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F5F3EF",
      "textColor": "#0000EE",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#212121",
      "textColor": "#F5F3EF",
      "borderColor": "#3B3B3B",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://framerusercontent.com/images/5jGhWBgOI7ZZpIovFZnuwgRvVU.png",
    "ogImage": "https://framerusercontent.com/assets/nvFWoimT13QFzTrSNSycJkZp5o.jpg"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start for Free",
      "reasoning": "The button 'Start for Free' is action-oriented and uses a vibrant color (#F5F3EF) that stands out, making it the primary CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Customer Support",
      "reasoning": "The button 'Customer Support' has a different background color (#212121) and serves a supportive role, making it a suitable secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech companies"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles