# EnvKey Brand Identity

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

## Color Palette

Brand palette extracted from https://envkey.com.

- **primary**: `#1E7A99`
- **secondary**: `#1E7997`
- **accent**: `#2AABD5`
- **background**: `#FFFFFF`
- **textPrimary**: `#2AABD5`
- **link**: `#2AABD5`

## Typography

Each font links to its Google Fonts page where available.

- **primary**: Acumin Pro Condensed ([Google Fonts →](https://fonts.google.com/specimen/Acumin+Pro+Condensed))
- **heading**: Acumin Pro Semi Condensed ([Google Fonts →](https://fonts.google.com/specimen/Acumin+Pro+Semi+Condensed))

## Visual Assets

Logo

Favicon

Social Card

## UI Components

**Button Primary**  
`buttonPrimary`  
- **background**: `#2AABD5`  
- **textColor**: `#FFFFFF`  
- **borderColor**: `#2AABD5`  
- **borderRadius**: `2px`  
- **shadow**: none

**Button Secondary**  
`buttonSecondary`  
- **background**: transparent  
- **textColor**: `#FFFFFF`  
- **borderColor**: `#FFFFFF`  
- **borderRadius**: `2px`  
- **shadow**: none

## Brand Personality

- **Tone**: professional  
- **Energy**: medium  
- **Audience**: developers and IT professionals

## Frequently Asked Questions

- **What is EnvKey's primary brand color?**  
EnvKey's primary brand color is `#1E7A99`. It anchors the visual identity across their website, product UI, and marketing materials.

- **What accent color does EnvKey use?**  
EnvKey uses `#2AABD5` as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

- **What font does EnvKey use?**  
EnvKey uses Acumin Pro Condensed for body text and Acumin Pro Semi Condensed for headings. Fonts were detected on https://envkey.com as part of their live design system.

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

- **Where can I find EnvKey's logo?**  
EnvKey's logo is available directly on their site (https://envkey.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 https://envkey.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 EnvKey.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {"family": "Acumin Pro Semi Condensed", "role": "heading"},
    {"family": "Acumin Pro Condensed", "role": "body"}
  ],
  "colors": {
    "primary": "#1E7A99",
    "secondary": "#1E7997",
    "accent": "#2AABD5",
    "background": "#FFFFFF",
    "textPrimary": "#2AABD5",
    "link": "#2AABD5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Acumin Pro Condensed",
      "heading": "Acumin Pro Semi Condensed"
    },
    "fontStacks": {
      "heading": ["acumin-pro-condensed", "Arial Narrow", "arial", "sans-serif"],
      "body": ["acumin-pro", "arial", "sans-serif"],
      "paragraph": ["acumin-pro", "arial", "sans-serif"]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "28px",
      "body": "15.008px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2AABD5",
      "textColor": "#FFFFFF",
      "borderColor": "#2AABD5",
      "borderRadius": "2px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "2px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://envkey.com/images/logo-1471937f.svg",
    "favicon": "https://envkey.com/apple-touch-icon.png?v=2",
    "ogImage": "https://www.envkey.com/images/ui-screenshot@2x-a0f8c07c.png"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "developers and IT professionals"
  }
}
```
