# EdgeBit Brand Identity

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

## Color Palette

Brand palette extracted from https://edgebit.io.

| Color      | Hex Code | RGB                    |
|------------|----------|-----------------------|
| Primary    | #2276AD  | rgb(34, 118, 173)     |
| Secondary  | #6096FF  | rgb(96, 150, 255)     |
| Accent     | #3259A6  | rgb(50, 89, 166)      |
| Background | #FFFFFF  | rgb(255, 255, 255)    |
| Text       | #3259A6  | rgb(50, 89, 166)      |
| Link       | #3259A6  | rgb(50, 89, 166)      |

## Typography

Each font links to its Google Fonts page where available.

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

## Visual Assets

Logo

Favicon

Social Card

## UI Components

### Button Primary

- **Background:** #3259A6
- **Text Color:** #FFFFFF
- **Border Radius:** 3px
- **Shadow:** rgba(0, 0, 0, 0.2) 2px 2px 2px 0px

### Button Secondary

- **Background:** #FFFFFF
- **Text Color:** #6096FF
- **Border Radius:** 3px
- **Shadow:** rgba(0, 0, 0, 0.2) 2px 2px 2px 0px

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** businesses seeking supply chain security solutions

## EdgeBit Brand in the Wild

Image: [edgebit.io](https://edgebit.io/img/blog-ai-sbom.png)  
Source: [edgebit.io](https://edgebit.io/blog/ai-dependency-risks/)

Image: [edgebit.io](https://edgebit.io/img/blog-semantic-diff-explainer.png)  
Source: [edgebit.io](https://edgebit.io/blog/code-diff-reachability/)

Image: [edgebit.io](https://edgebit.io/docs/0.x/img/component-vulns.png)  
Source: [edgebit.io](https://edgebit.io/docs/0.x/investigate-epss/)

Image: [edgebit.io](https://edgebit.io/img/blog-codediff-package.png)  
Source: [edgebit.io](https://edgebit.io/blog/code-reachability-security-fixes/)

Image: [edgebit.io](https://edgebit.io/img/blog-announcing-ai-dependency-autofix.png)  
Source: [edgebit.io](https://edgebit.io/blog/announcing-ai-dependency-autofix/)

## Frequently Asked Questions

### What is EdgeBit's primary brand color?
EdgeBit's primary brand color is #2276AD. It anchors the visual identity across their website, product UI, and marketing materials.

### What accent color does EdgeBit use?
EdgeBit uses #3259A6 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

### What font does EdgeBit use?
EdgeBit uses Barlow as the primary typeface across body and headings.

### Does EdgeBit use a light or dark theme?
EdgeBit's primary site uses a light color scheme, with a background of #FFFFFF.

### Where can I find EdgeBit's logo?
EdgeBit's logo is available directly on their site (https://edgebit.io). 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://edgebit.io 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 EdgeBit.

## Machine-Readable Profile

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

**GET /branding/edgebit.json**  
**GET /branding/edgebit/llms.txt**

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Barlow",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2276AD",
    "secondary": "#6096FF",
    "accent": "#3259A6",
    "background": "#FFFFFF",
    "textPrimary": "#3259A6",
    "link": "#3259A6"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Barlow",
      "heading": "Barlow"
    },
    "fontStacks": {
      "heading": [
        "Barlow",
        "sans-serif"
      ],
      "body": [
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "Barlow",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "40px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#3259A6",
      "textColor": "#FFFFFF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "rgba(0, 0, 0, 0.2) 2px 2px 2px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#6096FF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "rgba(0, 0, 0, 0.2) 2px 2px 2px 0px"
    }
  },
  "images": {
    "logo": "https://edgebit.io/logos/edgebit-logo-regular.svg",
    "favicon": "https://edgebit.io/img/favicon.png",
    "ogImage": "https://edgebit.io/img/social-image.png",
    "logoHref": "https://edgebit.io/",
    "logoAlt": "EdgeBit Logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking supply chain security solutions"
  }
}
```
