snyk.json
Snyk Brand Identity
A complete profile of Snyk's visual system — colors, typography, components, and personality — extracted from https://snyk.io. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/snyk
- Machine-readable JSON: https://characterquilt.com/branding/snyk.json
- Per-page llms.txt: https://characterquilt.com/branding/snyk/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #C481F3 |
| Accent | #C481F3 |
| Body Font | Geist |
| Heading Font | Geist |
Color Palette
- primary: #C481F3
- secondary: #9043C6
- accent: #C481F3
- background: #000000
- textPrimary: #000000
- link: #0000EE
Typography
- primary: Geist — https://fonts.google.com/specimen/Geist
- heading: Geist — https://fonts.google.com/specimen/Geist
Visual Assets
- Social card (og:image): https://snyk.io/_next/static/media/default-social.8953a9bd.jpg
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=4px, shadow=none
- buttonPrimary: background=#FFFFFF, textColor=#000000, borderColor=#FFFFFF, borderRadius=4px, shadow=none
- buttonSecondary: background=transparent, textColor=#C481F3, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: developers and tech companies
Snyk Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Exposing The SourMint Scandal With Danny Grander | The Secure Developer - Episode 81 | Snyk
- Weaponizing AI Coding Agents for Malware in the Nx Malicious Package Security Incident | Snyk
- Announcing Social Trends: Use social media for security intelligence | Snyk
- The AI Security Report | The Secure Developer - Episode 142 | Snyk
- JavaScript type confusion: Bypassed input validation (and how to remediate) | Snyk
- Measuring Security With Allison Miller | The Secure Developer - Episode 19 | Snyk
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": "dark",
"fonts": [
{
"family": "Geist",
"role": "body"
},
{
"family": "Geist Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#C481F3",
"secondary": "#9043C6",
"accent": "#C481F3",
"background": "#000000",
"textPrimary": "#000000",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Geist",
"heading": "Geist"
},
"fontStacks": {
"heading": [
"Geist",
"sans-serif"
],
"body": [
"Geist",
"sans-serif"
],
"paragraph": [
"Geist",
"monospace"
]
},
"fontSizes": {
"h1": "64px",
"h2": "32px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": null,
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderColor": "#FFFFFF",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#C481F3",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"favicon": null,
"ogImage": "https://snyk.io/_next/static/media/default-social.8953a9bd.jpg"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No visible logo in the header matches the brand 'Snyk'. All visible logos are customer logos, not the main brand logo.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 3,
"text": "Get Started",
"reasoning": "Button #0 with text 'Get Started' is a strong call-to-action, typically used as a primary CTA. It has a distinct white background, making it stand out against the dark theme."
},
"secondary": {
"index": 10,
"text": "Download Now",
"reasoning": "Button #2 with text 'Download Now' has a transparent background and uses the brand's primary color for text, making it a suitable secondary CTA."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "developers and tech companies"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No visible logo in the header matches the brand 'Snyk'. All visible logos are customer logos, not the main brand logo.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}