# LabelFlow Brand Identity

A complete profile of **LabelFlow**'s visual system — colors, typography, components, and personality — extracted from [https://labelflow.ai/](https://labelflow.ai/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://labelflow.ai/.

| Color      | HEX       | RGB                    |
|------------|-----------|------------------------|
| Primary    | #116DFF   | rgb(17, 109, 255)      |
| Accent     | #0000EE   | rgb(0, 0, 238)         |
| Background | #FFFFFF   | rgb(255, 255, 255)     |
| textPrimary| #575757   | rgb(87, 87, 87)        |
| Link       | #0000EE   | rgb(0, 0, 238)         |

## Typography

Each font links to its Google Fonts page where available.

| Role    | Font       | Link                              |
|---------|------------|-----------------------------------|
| Primary | Epilogue   | [Google Fonts →](https://fonts.google.com/specimen/Epilogue) |
| Heading | Work Sans  | [Google Fonts →](https://fonts.google.com/specimen/Work+Sans) |

## UI Components

Live previews rendered using LabelFlow's actual button styles.

### Button Primary

| Property       | Value       |
|----------------|-------------|
| background      | #FFFFFF     |
| textColor     | #0000EE     |
| borderRadius   | 5px         |
| shadow         | none        |

## Brand Personality

**Tone:** modern  
**Energy:** medium  
**Audience:** AI developers and tech professionals

## LabelFlow Brand in the Wild

Source: [labelflow.ai](https://www.labelflow.ai/)

## Frequently Asked Questions

1. **What is LabelFlow's primary brand color?**  
   LabelFlow's primary brand color is #116DFF.

2. **What accent color does LabelFlow use?**  
   LabelFlow uses #0000EE as an accent color.

3. **What font does LabelFlow use?**  
   LabelFlow uses Epilogue for body text and Work Sans for headings.

4. **Does LabelFlow use a light or dark theme?**  
   LabelFlow's primary site uses a light color scheme.

5. **How was this brand profile generated?**  
   This profile was extracted from [https://labelflow.ai/](https://labelflow.ai/) using the Firecrawl branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {"family": "Epilogue", "role": "body"},
    {"family": "Work Sans", "role": "heading"}
  ],
  "colors": {
    "primary": "#116DFF",
    "accent": "#0000EE",
    "background": "#FFFFFF",
    "textPrimary": "#575757",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Epilogue",
      "heading": "Work Sans"
    },
    "fontStacks": {
      "heading": ["Arial", "Helvetica", "sans-serif"],
      "body": ["Arial", "Helvetica", "sans-serif"],
      "paragraph": ["worksans-semibold", "Work Sans", "sans-serif"]
    },
    "fontSizes": {
      "h1": "10px",
      "h2": "141.387px",
      "body": "30px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://static.wixstatic.com/media/74c3de_ab818e1415b7455594fee2475a75cad1%7Emv2.jpg/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/74c3de_ab818e1415b7455594fee2475a75cad1%7Emv2.jpg"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "AI developers and tech professionals"
  }
}
```
