Home · Branding · Velum Labs

Velum Labs Brand Identity

A complete profile of Velum Labs's visual system — colors, typography, components, and personality — extracted from https://www.velum-labs.com/. Built for designers, agents, and AI tools.

Download JSON
Primary
#A78BFA
Accent
#C4B5FD
Body Font
Geist
Heading
Instrument Serif

Color Palette

Brand palette extracted from https://www.velum-labs.com/.

primary
#A78BFA
rgb(167, 139, 250)
accent
#C4B5FD
rgb(196, 181, 253)
background
#0A0A0A
rgb(10, 10, 10)
textPrimary
#0A0A0A
rgb(10, 10, 10)
link
#C4B5FD
rgb(196, 181, 253)

Typography

Each font links to its Google Fonts page where available.

primary
Geist
heading
Instrument Serif
Instrument Serif Google Fonts →
Instrument Serif, Georgia, 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

Velum Labs logo
Logo
Velum Labs favicon
Favicon
Velum Labs social image
Social Card

UI Components

Live previews rendered using Velum Labs's actual button styles.

buttonPrimary
background #0A0A0A textColor #FFFFFF borderColor #474747 borderRadius 0px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonSecondary
background transparent textColor #FFFFFF borderColor #474747 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech professionals

Velum Labs Brand in the Wild

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

Frequently Asked Questions

What is Velum Labs's primary brand color?

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

What accent color does Velum Labs use?

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

What font does Velum Labs use?

Velum Labs uses Geist for body text and Instrument Serif for headings. Fonts were detected on https://www.velum-labs.com/ as part of their live design system.

Does Velum Labs use a light or dark theme?

Velum Labs's primary site uses a light color scheme, with a background of #0A0A0A.

Where can I find Velum Labs's logo?

Velum Labs's logo is available directly on their site (https://www.velum-labs.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://www.velum-labs.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 Velum Labs.

Methodology

Brand data on this page was extracted from https://www.velum-labs.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 Velum Labs.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "body"
    },
    {
      "family": "Instrument Serif",
      "role": "heading"
    },
    {
      "family": "Geist Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#A78BFA",
    "accent": "#C4B5FD",
    "background": "#0A0A0A",
    "textPrimary": "#0A0A0A",
    "link": "#C4B5FD"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist",
      "heading": "Instrument Serif"
    },
    "fontStacks": {
      "heading": [
        "Instrument Serif",
        "Georgia",
        "serif"
      ],
      "body": [
        "Geist"
      ],
      "paragraph": [
        "Geist"
      ]
    },
    "fontSizes": {
      "h1": "92px",
      "h2": "68px",
      "body": "19px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0A0A0A",
      "textColor": "#FFFFFF",
      "borderColor": "#474747",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#474747",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%20200%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cline%20x1%3D%22100%22%20y1%3D%2215%22%20x2%3D%22100%22%20y2%3D%22185%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%2242%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stroke-width%3A%2042px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cline%20x1%3D%22173.6%22%20y1%3D%2257.5%22%20x2%3D%2226.4%22%20y2%3D%22142.5%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%2242%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stroke-width%3A%2042px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cline%20x1%3D%22173.6%22%20y1%3D%22142.5%22%20x2%3D%2226.4%22%20y2%3D%2257.5%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%2242%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stroke-width%3A%2042px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://velum-labs.com/favicon.ico?favicon.3d43ffb1.ico",
    "ogImage": "https://velum-labs.com/og",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, links to the homepage, and matches the brand name 'Velum Labs'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Early Access →",
      "reasoning": "Button #0 ('Get Early Access →') is likely the primary CTA due to its action-oriented text and prominent placement. It encourages users to engage with the service directly, which is a common primary action."
    },
    "secondary": {
      "index": 5,
      "text": "Apply for Early Access →",
      "reasoning": "Button #5 ('Apply for Early Access →') serves as a secondary action with a transparent background, offering a similar but less immediate call to action."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech professionals"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, links to the homepage, and matches the brand name 'Velum Labs'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles