Home · Branding · Flair Labs

Flair Labs Brand Identity

A complete profile of Flair Labs's visual system — colors, typography, components, and personality — extracted from https://www.flairlabs.ai/. Built for designers, agents, and AI tools.

Download JSON
Primary
#82BFB0
Accent
#007F5F
Body Font
Aeonik Regular
Heading
Neue Montreal Medium

Color Palette

Brand palette extracted from https://www.flairlabs.ai/.

primary
#82BFB0
rgb(130, 191, 176)
secondary
#035440
rgb(3, 84, 64)
accent
#007F5F
rgb(0, 127, 95)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#858E96
rgb(133, 142, 150)

Typography

Each font links to its Google Fonts page where available.

primary
Aeonik Regular
Aeonik Regular Google Fonts →
heading
Neue Montreal Medium
Neue Montreal Medium Google Fonts →
Aeonik Regular, 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

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

UI Components

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

input
background transparent textColor #212529 borderColor null borderRadius 0px shadow none
buttonPrimary
background #007F5F textColor #000000 borderRadius 10px shadow none
buttonSecondary
background #F2F2F2 textColor #0000EE borderRadius 1000px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Flair Labs Brand in the Wild

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

Frequently Asked Questions

What is Flair Labs's primary brand color?

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

What accent color does Flair Labs use?

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

What font does Flair Labs use?

Flair Labs uses Aeonik Regular for body text and Neue Montreal Medium for headings. Fonts were detected on https://www.flairlabs.ai/ as part of their live design system.

Does Flair Labs use a light or dark theme?

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

Where can I find Flair Labs's logo?

Flair Labs's logo is available directly on their site (https://www.flairlabs.ai/). 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.flairlabs.ai/ 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 Flair Labs.

Methodology

Brand data on this page was extracted from https://www.flairlabs.ai/ 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 Flair Labs.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Aeonik Regular",
      "role": "body"
    },
    {
      "family": "Neue Montreal Regular",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Neue Montreal Medium",
      "role": "heading"
    },
    {
      "family": "Manrope",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#82BFB0",
    "secondary": "#035440",
    "accent": "#007F5F",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#858E96"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Aeonik Regular",
      "heading": "Neue Montreal Medium"
    },
    "fontStacks": {
      "heading": [
        "Aeonik Regular",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Neue Montreal Regular",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "28px",
      "h2": "24px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#212529",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#007F5F",
      "textColor": "#000000",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F2F2F2",
      "textColor": "#0000EE",
      "borderRadius": "1000px",
      "borderRadiusCorners": {
        "topLeft": "1000px",
        "topRight": "1000px",
        "bottomRight": "1000px",
        "bottomLeft": "1000px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%3B%22%20data-fc-idx%3D%220%22%3E%3Csvg%20viewBox%3D%220%200%2082%2032%22%20id%3D%22svg11567842313%22%3E%3Cpath%20d%3D%22M%2078.712%2032%20C%2076.807%2032%2075.425%2030.519%2075.425%2028.563%20C%2075.425%2026.607%2076.807%2025.146%2078.712%2025.146%20C%2080.636%2025.146%2082%2026.607%2082%2028.563%20C%2082%2030.519%2080.636%2032%2078.712%2032%20Z%22%20fill%3D%22var(--token-d6206449-c050-4283-99b7-dd2788939afc%2C%20rgb(0%2C%20127%2C%2095))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3Bbrand%20%2F%20main-green%26quot%3B%7D%20*%2F%22%2F%3E%3Cpath%20d%3D%22M%2062.563%2031.506%20L%2062.563%209.758%20L%2068.017%209.758%20L%2068.017%2013.136%20L%2068.353%2013.136%20C%2069.007%2010.785%2070.875%209.402%2073.546%209.402%20C%2074.275%209.402%2075.041%209.521%2075.582%209.679%20L%2075.582%2014.716%20C%2074.761%2014.518%2073.92%2014.38%2073.079%2014.38%20C%2069.979%2014.38%2068.017%2016.257%2068.017%2019.338%20L%2068.017%2031.506%20Z%22%20fill%3D%22var(--token-b6734cbd-4196-41f4-8c96-0dd088727bbf%2C%20rgb(0%2C%200%2C%200))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3BBlack%26quot%3B%7D%20*%2F%22%2F%3E%3Cpath%20d%3D%22M%2055.51%206.42%20C%2053.829%206.42%2052.428%204.998%2052.428%203.22%20C%2052.428%201.422%2053.829%200%2055.51%200%20C%2057.191%200%2058.573%201.422%2058.573%203.22%20C%2058.573%204.998%2057.191%206.42%2055.51%206.42%20Z%20M%2052.764%2031.506%20L%2052.764%209.758%20L%2058.219%209.758%20L%2058.219%2031.506%20Z%22%20fill%3D%22var(--token-b6734cbd-4196-41f4-8c96-0dd088727bbf%2C%20rgb(0%2C%200%2C%200))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3BBlack%26quot%3B%7D%20*%2F%22%2F%3E%3Cpath%20d%3D%22M%2036.913%2031.842%20C%2032.991%2031.842%2030.207%2029.274%2030.207%2025.324%20L%2030.207%2025.284%20C%2030.207%2021.373%2033.065%2019.082%2038.184%2018.765%20L%2043.152%2018.449%20L%2043.152%2016.652%20C%2043.152%2014.775%2041.938%2013.709%2039.697%2013.709%20C%2037.735%2013.709%2036.484%2014.44%2036.054%2015.724%20L%2036.017%2015.803%20L%2030.973%2015.803%20L%2030.992%2015.625%20C%2031.421%2011.812%2034.821%209.284%2039.995%209.284%20C%2045.45%209.284%2048.532%2012.01%2048.532%2016.652%20L%2048.532%2031.506%20L%2043.152%2031.506%20L%2043.152%2028.622%20L%2042.816%2028.622%20C%2041.77%2030.637%2039.603%2031.842%2036.913%2031.842%20Z%20M%2035.531%2024.968%20C%2035.531%2026.627%2036.857%2027.635%2038.744%2027.635%20C%2041.266%2027.635%2043.152%2025.877%2043.152%2023.585%20L%2043.152%2021.985%20L%2039.005%2022.262%20C%2036.671%2022.42%2035.531%2023.348%2035.531%2024.928%20Z%22%20fill%3D%22var(--token-b6734cbd-4196-41f4-8c96-0dd088727bbf%2C%20rgb(0%2C%200%2C%200))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3BBlack%26quot%3B%7D%20*%2F%22%2F%3E%3Cpath%20d%3D%22M%2021.361%2031.506%20L%2021.361%201.442%20L%2026.816%201.442%20L%2026.816%2031.506%20Z%22%20fill%3D%22var(--token-b6734cbd-4196-41f4-8c96-0dd088727bbf%2C%20rgb(0%2C%200%2C%200))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3BBlack%26quot%3B%7D%20*%2F%22%2F%3E%3Cpath%20d%3D%22M%200%2031.506%20L%200%203.003%20L%2017.652%203.003%20L%2017.652%207.921%20L%205.641%207.921%20L%205.641%2015.565%20L%2016.606%2015.565%20L%2016.606%2020.287%20L%205.641%2020.287%20L%205.641%2031.506%20Z%22%20fill%3D%22var(--token-b6734cbd-4196-41f4-8c96-0dd088727bbf%2C%20rgb(0%2C%200%2C%200))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3BBlack%26quot%3B%7D%20*%2F%22%2F%3E%3C%2Fsvg%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/LE2y0bavLB050lEyBQzGXPg6p0A.png",
    "ogImage": "https://framerusercontent.com/images/43X5RoQ2rJZTxrJMaofQSfuUg.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Let's Chat",
      "reasoning": "Button #2 with text 'Let's Chat' has a vibrant green background (#007F5F), which is a strong indicator of a primary CTA due to its visibility and action-oriented text."
    },
    "secondary": {
      "index": 5,
      "text": "Learn More",
      "reasoning": "Button #5 with text 'Learn More' has a subtle background color (#F2F2F2) and serves as a secondary action, providing additional information without the urgency of the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles