# Fanvibe Brand Identity

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

## 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

## Visual Assets

## UI Components

Live previews rendered using Fanvibe's actual button styles.

**Button Primary**  
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

Image: [storage.googleapis.com](https://storage.googleapis.com/gpt-engineer-file-uploads/EI1HoSblmMfJruPVaJ9F3ofKIk82/social-images/social-1758882180313-fanvibe%20logo.jpeg)  
Source: [fanvibe.com](https://fanvibe.com/)

Image: [fanvibe.com](https://fanvibe.com/assets/fanvibe-app-interface-correct-DNF6aTPw.webp)  
Source: [fanvibe.com](https://fanvibe.com/)

Image: [fanvibe.com](https://fanvibe.com/assets/fanvibe-hero-new-D1wVx3mM.webp)  
Source: [fanvibe.com](https://fanvibe.com/)

Image: [fanvibe.com](https://fanvibe.com/assets/fanvibe-logo-white-dXbjw_or.png)  
Source: [fanvibe.com](https://fanvibe.com/)

## 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](http://fanvibe.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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.

```json
{
  "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"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "sports enthusiasts"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  }
}
```
