EnvKey Brand: Colors, Fonts, Logo & Visual Identity

EnvKey Brand Identity

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

Color Palette

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

Typography

Each font links to its Google Fonts page where available.

Visual Assets

Logo

Favicon

Social Card

UI Components

Button Primary
buttonPrimary

Button Secondary
buttonSecondary

Brand Personality

Frequently Asked Questions

Machine-Readable Profile

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

{
  "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"
  }
}