Home · Branding · Fanvibe

Fanvibe Brand Identity

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

Download JSON
Primary
#7F4AE8
Accent
#7F4AE8
Body Font
Ubuntu
Heading
Ubuntu

Color Palette

Brand palette extracted from http://fanvibe.com.

primary
#7F4AE8
rgb(127, 74, 232)
secondary
#9DA6AF
rgb(157, 166, 175)
accent
#7F4AE8
rgb(127, 74, 232)
background
#111417
rgb(17, 20, 23)
textPrimary
#FFFFFF
rgb(255, 255, 255)
link
#2B333B
rgb(43, 51, 59)

Typography

Each font links to its Google Fonts page where available.

primary
Ubuntu
heading
Ubuntu
Ubuntu, system-ui, -apple-system, 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

Fanvibe logo
Logo
Fanvibe favicon
Favicon
Fanvibe social image
Social Card

UI Components

Live previews rendered using Fanvibe's actual button styles.

buttonPrimary
background #111417 textColor #FFFFFF borderRadius 10px shadow rgba(96, 39, 227, 0.45) 0px 12px 32px 0px, rgba(255, 255, 255, 0.08) 0px 0px 0px 1px inset

Brand Personality

Tone: modern Energy: medium Audience: sports enthusiasts

Fanvibe Brand in the Wild

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

Frequently Asked Questions

What is Fanvibe's primary brand color?

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

What font does Fanvibe use?

Fanvibe uses Ubuntu as the primary typeface across body and headings.

Does Fanvibe use a light or dark theme?

Fanvibe's primary site uses a dark color scheme, with a background of #111417.

Where can I find Fanvibe's logo?

Fanvibe's logo is available directly on their site (http://fanvibe.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 http://fanvibe.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 Fanvibe.

Methodology

Brand data on this page was extracted from http://fanvibe.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 Fanvibe.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Ubuntu",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#7F4AE8",
    "secondary": "#9DA6AF",
    "accent": "#7F4AE8",
    "background": "#111417",
    "textPrimary": "#FFFFFF",
    "link": "#2B333B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Ubuntu",
      "heading": "Ubuntu"
    },
    "fontStacks": {
      "heading": [
        "Ubuntu",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "body": [
        "Ubuntu",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "Ubuntu",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#111417",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(96, 39, 227, 0.45) 0px 12px 32px 0px, rgba(255, 255, 255, 0.08) 0px 0px 0px 1px inset"
    }
  },
  "images": {
    "logo": "https://fanvibe.com/assets/fanvibe-logo-white-dXbjw_or.png",
    "favicon": "https://storage.googleapis.com/gpt-engineer-file-uploads/EI1HoSblmMfJruPVaJ9F3ofKIk82/uploads/1758882203843-fanVibe%20simbol%20DARKMODE.png",
    "ogImage": "https://storage.googleapis.com/gpt-engineer-file-uploads/EI1HoSblmMfJruPVaJ9F3ofKIk82/social-images/social-1758882180313-fanvibe logo.jpeg",
    "logoAlt": "FanVibe"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, matches the brand name 'FanVibe', and is the only candidate provided.",
    "confidence": 0.8,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join the Beta",
      "reasoning": "The button 'Join the Beta' is the only button available and uses a dark background with white text, making it stand out as the primary call-to-action."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button available, so no secondary button can be identified."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "sports enthusiasts"
  },
  "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 visible, matches the brand name 'FanVibe', and is the only candidate provided.",
        "confidence": 0.8
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles