hex security.json
Hex Security Brand Identity
A complete profile of Hex Security's visual system — colors, typography, components, and personality — extracted from https://hex.co. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/hex-security
- Machine-readable JSON: https://characterquilt.com/branding/hex-security.json
- Per-page llms.txt: https://characterquilt.com/branding/hex-security/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #0000EE |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #0000EE
- accent: #0000EE
- background: #F7F7F7
- textPrimary: #000000
- link: #0000EE
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://framerusercontent.com/images/hjlIwxFgMEFrepIptiHwskmwYA.png?width=450&height=450
- Favicon: https://framerusercontent.com/images/hjlIwxFgMEFrepIptiHwskmwYA.png
- Social card (og:image): https://framerusercontent.com/images/7oUy43bOBNAGaCVsvdtzmEYeN7s.png
Brand Personality
Tone: professional · Energy: medium · Audience: businesses seeking security solutions
Hex Security Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Hex Security | AI-Powered Autonomous Penetration Testing
- Hex Security Launches: AI That Hacks Before Attackers Do | Fondo
- Security | Hex
- Services Provided by Hex Security | Atlanta
- Hex Security Launches: AI That Hacks Before Attackers Do | Fondo
- Hex Home Security Package review: The bleeding edge | TechHive
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "DM Mono",
"role": "monospace"
},
{
"family": "Kalice-Trial Regular",
"role": "unknown"
}
],
"colors": {
"primary": "#0000EE",
"accent": "#0000EE",
"background": "#F7F7F7",
"textPrimary": "#000000",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Kalice-Trial Regular",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"DM Mono",
"monospace"
]
},
"fontSizes": {
"h1": "60px",
"h2": "36px",
"body": "12px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {},
"images": {
"logo": "https://framerusercontent.com/images/hjlIwxFgMEFrepIptiHwskmwYA.png?width=450&height=450",
"favicon": "https://framerusercontent.com/images/hjlIwxFgMEFrepIptiHwskmwYA.png",
"ogImage": "https://framerusercontent.com/images/7oUy43bOBNAGaCVsvdtzmEYeN7s.png",
"logoHref": "./"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the favicon, indicating it is the primary brand logo.",
"confidence": 0.9,
"source": "llm"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses seeking security solutions"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the favicon, indicating it is the primary brand logo.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}