Home · Branding · Launcher Labs

Launcher Labs Brand Identity

A complete profile of Launcher Labs's visual system — colors, typography, components, and personality — extracted from http://launchcaster.xyz. Built for designers, agents, and AI tools.

Download JSON
Primary
#8A63D2
Accent
#8A63D2
Body Font
Roboto
Heading
Roboto

Color Palette

Brand palette extracted from http://launchcaster.xyz.

primary
#8A63D2
rgb(138, 99, 210)
secondary
#D8D4E6
rgb(216, 212, 230)
accent
#8A63D2
rgb(138, 99, 210)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1C1E21
rgb(28, 30, 33)
link
#6D4389
rgb(109, 67, 137)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Roboto
-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

Launcher Labs logo
Logo

UI Components

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

input
background transparent textColor #1C1E21 borderColor null borderRadius 0px shadow none
buttonPrimary
background #8A63D2 textColor #FFFFFF borderColor #8A63D2 borderRadius 2px shadow none

Brand Personality

Tone: modern Energy: medium Audience: Web3 enthusiasts and tech-savvy users

Launcher Labs Brand in the Wild

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

Frequently Asked Questions

What is Launcher Labs's primary brand color?

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

What font does Launcher Labs use?

Launcher Labs uses Roboto as the primary typeface across body and headings.

Does Launcher Labs use a light or dark theme?

Launcher Labs's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Launcher Labs's logo?

Launcher Labs's logo is available directly on their site (http://launchcaster.xyz). 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 http://launchcaster.xyz 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 Launcher Labs.

Methodology

Brand data on this page was extracted from http://launchcaster.xyz 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 Launcher Labs.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#8A63D2",
    "secondary": "#D8D4E6",
    "accent": "#8A63D2",
    "background": "#FFFFFF",
    "textPrimary": "#1C1E21",
    "link": "#6D4389"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "14px",
      "h2": "18px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#1C1E21",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#8A63D2",
      "textColor": "#FFFFFF",
      "borderColor": "#8A63D2",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.launchcaster.xyz/_next/image?url=https%3A%2F%2Fstorage.googleapis.com%2F6rxkzafhgm-p5%2Fconsumer-web%2Fcommon%2Flogo%2Flogo-launchcaster.svg&w=3840&q=75",
    "favicon": null,
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Launchcaster'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "subscribe",
      "reasoning": "Button #0 with text 'subscribe' is likely the primary CTA due to its action-oriented text and vibrant brand color, which is consistent with primary CTAs."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same color, making it impossible to select a secondary button with a different background color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "Web3 enthusiasts and tech-savvy users"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Launchcaster'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles