# Variance Brand Identity

A complete profile of **Variance**'s visual system — colors, typography, components, and personality — extracted from [https://www.variance.co/](https://www.variance.co/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://www.variance.co/

| Color      | Code     | RGB               |
|------------|----------|-------------------|
| primary    | #2F7BBF  | rgb(47, 123, 191) |
| secondary  | #0045A6  | rgb(0, 69, 166)   |
| accent     | #0051C3  | rgb(0, 81, 195)   |
| background | #FFFFFF  | rgb(255, 255, 255)|
| textPrimary| #404040  | rgb(64, 64, 64)   |
| link       | #0051C3  | rgb(0, 81, 195)   |

## Typography

Each font links to its Google Fonts page where available.

| Role  | Font   | Link   |
|-------|--------|--------|
| body  | Roboto | [Google Fonts →](https://fonts.google.com/specimen/Roboto) |
| heading| Roboto | [Google Fonts →](https://fonts.google.com/specimen/Roboto) |

System stack: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Noto Color Emoji

## Visual Assets

## Brand Personality

**Tone:** professional **Energy:** medium **Audience:** unknown

## Variance Brand in the Wild

Source: [variance.co](https://www.variance.co/post/features-on-demand-using-clickhouse)

Source: [variance.co](https://www.variance.co/post/features-on-demand-using-clickhouse)

Source: [variance.co](https://www.variance.co/post/features-on-demand-using-clickhouse)

Source: [variance.co](https://www.variance.co/solutions/marketplaces)

Source: [variance.co](https://www.variance.co/post/features-on-demand-using-clickhouse)

## Frequently Asked Questions

**What is Variance's primary brand color?**  
Variance's primary brand color is #2F7BBF. It anchors the visual identity across their website, product UI, and marketing materials.

**What accent color does Variance use?**  
Variance uses #0051C3 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

**What font does Variance use?**  
Variance uses Roboto as the primary typeface across body and headings.

**Does Variance use a light or dark theme?**  
Variance'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://www.variance.co/ 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 Variance.

## Methodology

Brand data on this page was extracted from [https://www.variance.co/](https://www.variance.co/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. This page is published by **CharacterQuilt** and is not affiliated with or endorsed by Variance.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {"family": "Roboto", "role": "body"},
    {"family": "Segoe UI", "role": "body"},
    {"family": "Helvetica Neue", "role": "body"},
    {"family": "Arial", "role": "body"},
    {"family": "Noto Sans", "role": "body"}
  ],
  "colors": {
    "primary": "#2F7BBF",
    "secondary": "#0045A6",
    "accent": "#0051C3",
    "background": "#FFFFFF",
    "textPrimary": "#404040",
    "link": "#0051C3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": ["system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Noto Color Emoji"],
      "body": ["system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Noto Color Emoji"],
      "paragraph": ["system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Noto Color Emoji"]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "30px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0.9,
    "overall": 0.45
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false
    }
  }
}
``
