# Sublime Security Brand Identity

A complete profile of **Sublime Security**'s visual system — colors, typography, components, and personality.

## Quick Facts

| Field | Value |
|---|---|
| Primary | #04E69B |
| Accent | #04E69B |
| Body Font | Polymath |
| Heading Font | Polymathdisp |

## Color Palette

- primary: #04E69B
- secondary: #E8F9F4
- accent: #04E69B
- background: #FFFFFF
- textPrimary: #000000
- link: #0000EE

## Typography

- primary: Polymath — https://fonts.google.com/specimen/Polymath
- heading: Polymathdisp — https://fonts.google.com/specimen/Polymathdisp

## Visual Assets

- Logo: 
- Favicon: 
- Social card (og:image):

## UI Components

- buttonPrimary: background=#04E69B, textColor=#000000, borderColor=#04E69B, borderRadius=8px, shadow=none
- buttonSecondary: background=transparent, textColor=#000000, borderColor=#000000, borderRadius=8px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: businesses seeking email security solutions

## Sublime Security Brand in the Wild

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

- **Sublime Security**  
  - Image:   
  - Source: https://sublime.security/labels/html-smuggling/  
- **Meet ADÉ: The Autonomous Detection Engineer for email · Blog · Sublime Security**  
  - Image:   
  - Source: https://sublime.security/blog/meet-ade-the-autonomous-detection-engineer-for-email/  
- **Sublime Security**  
  - Image:   
  - Source: https://sublime.security/labels/optical-character-recognition/  
- **Talking phish over turkey · Blog · Sublime Security**  
  - Image:   
  - Source: https://sublime.security/blog/talking-year-end-credential-phishing-scams-over-turkey/  
- **Combating GenAI Email Attacks with BERT LLM · Blog · Sublime Security**  
  - Image:   
  - Source: https://sublime.security/blog/combating-genai-email-attacks-with-bert-llm/  
- **Welcoming Andrew Becherer as Sublime's CISO · Blog · Sublime Security**  
  - Image:   
  - Source: https://sublime.security/blog/welcoming-andrew-becherer-as-sublime-ciso/

## Working with these fonts

Not found on Google Fonts? If you have permission to use the fonts, you can follow these instructions to download:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font".
3. Hard-reload the page and click around.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS and copy out the matching @font-face declarations.

## Machine-Readable Profile

```json
{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Polymath",
   "role": "body"
  },
  {
   "family": "Polymathdisp",
   "role": "heading"
  }
 ],
 "colors": {
  "primary": "#04E69B",
  "secondary": "#E8F9F4",
  "accent": "#04E69B",
  "background": "#FFFFFF",
  "textPrimary": "#000000",
  "link": "#0000EE"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Polymath",
   "heading": "Polymathdisp"
  },
  "fontStacks": {
   "heading": [
    "Polymath",
    "Arial",
    "sans-serif"
   ],
   "body": [
    "Polymath",
    "Arial",
    "sans-serif"
   ],
   "paragraph": [
    "Polymath",
    "Arial",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "64px",
   "h2": "48px",
   "body": "20px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "4px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#04E69B",
   "textColor": "#000000",
   "borderColor": "#04E69B",
   "borderRadius": "8px",
   "borderRadiusCorners": {
    "topLeft": "8px",
    "topRight": "8px",
    "bottomRight": "8px",
    "bottomLeft": "8px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "transparent",
   "textColor": "#000000",
   "borderColor": "#000000",
   "borderRadius": "8px",
   "borderRadiusCorners": {
    "topLeft": "8px",
    "topRight": "8px",
    "bottomRight": "8px",
    "bottomLeft": "8px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://cdn.prod.website-files.com/68c8fbfee793a44f197e0dc3/693efbcc485b6897b697f20c_Sublime%20Logo%20Horizontal%20-%20Green-Black.svg",
  "favicon": "https://cdn.prod.website-files.com/68c8fbfee793a44f197e0dc3/69415b205953f580fb43eef8_Sublime%20Favicon%20128px%203.png",
  "ogImage": "https://cdn.prod.website-files.com/68c8fbfee793a44f197e0dc3/694146ee1e87cbe7e18eaa37_Sublime%20OG%20image%20-%201200x630.png",
  "logoHref": "/",
  "logoAlt": "Sublime Logo Horizontal"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "businesses seeking email security solutions"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}
```
