Home · Branding · Ultralight

Ultralight Brand Identity

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

Download JSON
Primary
#D6D4FF
Accent
#0A0B1C
Body Font
Roboto
Heading
Roboto

Color Palette

Brand palette extracted from https://ultralig.ht.

primary
#D6D4FF
rgb(214, 212, 255)
secondary
#EAE9FF
rgb(234, 233, 255)
accent
#0A0B1C
rgb(10, 11, 28)
background
#090714
rgb(9, 7, 20)
textPrimary
#0A0B1C
rgb(10, 11, 28)
link
#0A0B1C
rgb(10, 11, 28)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Roboto
AvenirNextLTPro-Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, 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

Ultralight logo
Logo
Ultralight favicon
Favicon

UI Components

Live previews rendered using Ultralight's actual button styles.

buttonPrimary
background #0A0B1C textColor #CDC6FF borderColor #5F5779 borderRadius 18px shadow rgba(15, 7, 49, 0.32) 0px 10px 40px 0px, rgba(97, 27, 255, 0.25) 0px 0px 15px 0px inset
buttonSecondary
background #0F0F23 textColor #D0C0FF borderColor #8F77D0 borderRadius 16.8px shadow rgb(58, 41, 133) 0px 0px 4px 0px, rgb(58, 41, 133) 0px 0px 4px 0px inset

Brand Personality

Tone: modern Energy: medium Audience: developers

Ultralight Brand in the Wild

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

Frequently Asked Questions

What is Ultralight's primary brand color?

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

What accent color does Ultralight use?

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

What font does Ultralight use?

Ultralight uses Roboto as the primary typeface across body and headings.

Does Ultralight use a light or dark theme?

Ultralight's primary site uses a dark color scheme, with a background of #090714.

Where can I find Ultralight's logo?

Ultralight's logo is available directly on their site (https://ultralig.ht). 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://ultralig.ht 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 Ultralight.

Methodology

Brand data on this page was extracted from https://ultralig.ht 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 Ultralight.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#D6D4FF",
    "secondary": "#EAE9FF",
    "accent": "#0A0B1C",
    "background": "#090714",
    "textPrimary": "#0A0B1C",
    "link": "#0A0B1C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "AvenirNextLTPro-Bold",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Rubik",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Rubik",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "75px",
      "h2": "35.25px",
      "body": "21px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0A0B1C",
      "textColor": "#CDC6FF",
      "borderColor": "#5F5779",
      "borderRadius": "18px",
      "borderRadiusCorners": {
        "topLeft": "18px",
        "topRight": "18px",
        "bottomRight": "18px",
        "bottomLeft": "18px"
      },
      "shadow": "rgba(15, 7, 49, 0.32) 0px 10px 40px 0px, rgba(97, 27, 255, 0.25) 0px 0px 15px 0px inset"
    },
    "buttonSecondary": {
      "background": "#0F0F23",
      "textColor": "#D0C0FF",
      "borderColor": "#8F77D0",
      "borderRadius": "16.8px",
      "borderRadiusCorners": {
        "topLeft": "16.8px",
        "topRight": "16.8px",
        "bottomRight": "16.8px",
        "bottomLeft": "16.8px"
      },
      "shadow": "rgb(58, 41, 133) 0px 0px 4px 0px, rgb(58, 41, 133) 0px 0px 4px 0px inset"
    }
  },
  "images": {
    "logo": "https://ultralig.ht/media/ul_logo_wordmark_sm.png",
    "favicon": "https://ultralig.ht/favicon-48x48.png",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Selected #3 because it is a medium-sized logo with a wordmark shape, visible, and links to the homepage, making it the primary brand logo for Ultralight.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Download SDK",
      "reasoning": "Button #2 is labeled 'Download SDK' and has the class 'button-primary', indicating it is the main call-to-action. Its background color is distinct from others, making it stand out as the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Native App Guide",
      "reasoning": "Button #1, 'Native App Guide', has a different background color from the primary button and serves as a secondary action, guiding users to additional resources."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 3,
        "selectedLogoReasoning": "Selected #3 because it is a medium-sized logo with a wordmark shape, visible, and links to the homepage, making it the primary brand logo for Ultralight.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles