# Opal Security Brand Identity

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

## Quick Facts

| Field       | Value           |
|-------------|-----------------|
| Primary     | #112B37         |
| Accent      | #112B37         |
| Body Font   | SF Pro Display Medium |
| Heading Font | Sofia Sans Condensed |

## Color Palette

- primary: #112B37
- secondary: #074055
- accent: #112B37
- background: #F7F7F7
- textPrimary: #0000EE
- link: #0000EE

## Typography

- primary: SF Pro Display Medium — [Link](https://fonts.google.com/specimen/SF+Pro+Display+Medium)
- heading: Sofia Sans Condensed — [Link](https://fonts.google.com/specimen/Sofia+Sans+Condensed)

## Visual Assets

- Logo: data:image/svg+xml,
- Favicon: 
- Social card (og:image):

## UI Components

- buttonPrimary: background=#112B37, textColor=#0000EE, borderRadius=8px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#0000EE, borderRadius=8px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: business professionals

## Opal Security Brand in the Wild

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

- **Identity Governance is a Security Problem, Not an IT Process | Opal Security**
  - Image: 
  - Source: [Link](https://www.opal.dev/blog/identity-governance-is-a-security-problem-not-an-it-process)
- **Identity & Access Management Security Blog | Opal Security**
  - Image: 
  - Source: [Link](https://www.opal.dev/blog)
- **From Chaos to Control: How MCP Can Tame Your AI Agent Access Sprawl | Opal Security**
  - Image: 
  - Source: [Link](https://www.opal.dev/blog/chaos-to-control-mcp-taming-ai-agent-sprawl)
- **4 Actions to Reduce Group-Based Access Control Risk | Opal Security**
  - Image: 
  - Source: [Link](https://www.opal.dev/blog/4-actions-to-reduce-group-based-access-control-risk)

## Working with these fonts

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Sofia Sans Condensed",
      "role": "heading"
    },
    {
      "family": "SF Pro Display Semibold",
      "role": "heading"
    },
    {
      "family": "SF Pro Display Medium",
      "role": "body"
    },
    {
      "family": "SF Pro Display Regular",
      "role": "body"
    },
    {
      "family": "Geist Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#112B37",
    "secondary": "#074055",
    "accent": "#112B37",
    "background": "#F7F7F7",
    "textPrimary": "#0000EE",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "SF Pro Display Medium",
      "heading": "Sofia Sans Condensed"
    },
    "fontStacks": {
      "heading": [
        "Sofia Sans Condensed",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "SF Pro Display Semibold",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "28px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#112B37",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml,",
    "favicon": "https://framerusercontent.com/images/FbSKFq05qydHuDjwxnARMsG3ts.png",
    "ogImage": "https://framerusercontent.com/images/Ke8ylm5bGNhnU3XBFSba92j2ZmQ.png",
    "logoHref": "./"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  }
}
```
