Home · Branding · Vercel

Vercel Brand Identity

A complete profile of Vercel's visual system — colors, typography, components, and personality — extracted from https://vercel.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#B055EA
Accent
#171717
Body Font
Geist
Heading
Geist

Color Palette

Brand palette extracted from https://vercel.com.

primary
#B055EA
rgb(176, 85, 234)
secondary
#FF0000
rgb(255, 0, 0)
accent
#171717
rgb(23, 23, 23)
background
#FAFAFA
rgb(250, 250, 250)
textPrimary
#171717
rgb(23, 23, 23)
link
#0072F5
rgb(0, 114, 245)

Typography

Each font links to its Google Fonts page where available.

primary
Geist
heading
Geist
Geist, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
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

Vercel logo
Logo
Vercel favicon
Favicon
Vercel social image
Social Card

UI Components

Live previews rendered using Vercel's actual button styles.

buttonPrimary
background #171717 textColor #FFFFFF borderRadius 6px shadow none
buttonSecondary
background #FFFFFF textColor #171717 borderRadius 100px shadow rgba(0, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 2px 2px 0px, rgb(250, 250, 250) 0px 0px 0px 1px

Brand Personality

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

Vercel Brand in the Wild

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

Frequently Asked Questions

What is Vercel's primary brand color?

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

What accent color does Vercel use?

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

What font does Vercel use?

Vercel uses Geist as the primary typeface across body and headings.

Does Vercel use a light or dark theme?

Vercel's primary site uses a light color scheme, with a background of #FAFAFA.

Where can I find Vercel's logo?

Vercel's logo is available directly on their site (https://vercel.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://vercel.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 Vercel.

Methodology

Brand data on this page was extracted from https://vercel.com 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 Vercel.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#B055EA",
    "secondary": "#FF0000",
    "accent": "#171717",
    "background": "#FAFAFA",
    "textPrimary": "#171717",
    "link": "#0072F5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist",
      "heading": "Geist"
    },
    "fontStacks": {
      "heading": [
        "Geist",
        "Arial",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ],
      "body": [
        "Geist",
        "Arial",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ],
      "paragraph": [
        "Geist",
        "Arial",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "14px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#171717",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#171717",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "rgba(0, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 2px 2px 0px, rgb(250, 250, 250) 0px 0px 0px 1px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-testid%3D%22geist-icon%22%20height%3D%2216%22%20stroke-linejoin%3D%22round%22%20style%3D%22width%3A16px%3Bheight%3A32px%3Bcolor%3Avar(--ds-gray-1000)%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20aria-label%3D%22Vercel%20logo%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%201L16%2015H0L8%201Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(23%2C%2023%2C%2023)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://assets.vercel.com/image/upload/q_auto/front/favicon/vercel/favicon.ico",
    "ogImage": "https://assets.vercel.com/image/upload/contentful/image/e5382hct74si/4JmubmYDJnFtstwHbaZPev/0c3576832aae5b1a4d98c8c9f98863c3/Vercel_Home_OG.png",
    "logoHref": "/home",
    "logoAlt": "Vercel logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 36,
    "reasoning": "Selected #1 because it is visible, located in the header, and has an alt text matching the brand 'Vercel'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 5,
      "text": "Sign Up",
      "reasoning": "Button #0 with text 'Sign Up' is likely the primary CTA due to its action-oriented text and dark background color, which stands out against the light page background."
    },
    "secondary": {
      "index": 10,
      "text": "Learn about Enterprise",
      "reasoning": "Button #3 with text 'Learn about Enterprise' is chosen as secondary due to its contrasting light background color, making it less prominent than the primary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "developers and tech companies"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, and has an alt text matching the brand 'Vercel'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles