veracode.json
Veracode Brand Identity
A complete profile of Veracode's visual system — colors, typography, components, and personality — extracted from https://veracode.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/veracode
- Machine-readable JSON: https://characterquilt.com/branding/veracode.json
- Per-page llms.txt: https://characterquilt.com/branding/veracode/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FAD100 |
| Accent | #FAD100 |
| Body Font | Public Sans |
| Heading Font | Public Sans |
Color Palette
- primary: #FAD100
- secondary: #00B3E6
- accent: #FAD100
- background: #000416
- textPrimary: #000416
- link: #000416
Typography
- primary: Public Sans — https://fonts.google.com/specimen/Public+Sans
- heading: Public Sans — https://fonts.google.com/specimen/Public+Sans
Visual Assets
- Logo: https://www.veracode.com/wp-content/uploads/2024/11/veracode_logo.svg
- Favicon: https://www.veracode.com/wp-content/themes/berg-theme-child/assets/images/favicon/apple-touch-icon.png
- Social card (og:image): https://www.veracode.com/wp-content/uploads/2025/01/opengraphic-social-image-02.png
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#FAD100, textColor=#0D1117, borderRadius=10px, shadow=none
- buttonSecondary: background=transparent, textColor=#FAD100, borderColor=#3B3E49, borderRadius=10px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: software developers and IT professionals
Veracode Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- ASPM Expert Panel: Navigate the Evolving Security Landscape | Veracode
- Veracode Blog: Insights on Application Security
- Veracode Blog: Insights on Application Security
- Container Security | Veracode
- Veracode Blog: Insights on Application Security
- Veracode Datasheet | Veracode SAST
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": "Public Sans",
"role": "body"
}
],
"colors": {
"primary": "#FAD100",
"secondary": "#00B3E6",
"accent": "#FAD100",
"background": "#000416",
"textPrimary": "#000416",
"link": "#000416"
},
"typography": {
"fontFamilies": {
"primary": "Public Sans",
"heading": "Public Sans"
},
"fontStacks": {
"heading": [
"Public Sans",
"sans-serif"
],
"body": [
"Public Sans",
"sans-serif"
],
"paragraph": [
"Public Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "62px",
"h2": "48px",
"body": "22px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FAD100",
"textColor": "#0D1117",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#FAD100",
"borderColor": "#3B3E49",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.veracode.com/wp-content/uploads/2024/11/veracode_logo.svg",
"favicon": "https://www.veracode.com/wp-content/themes/berg-theme-child/assets/images/favicon/apple-touch-icon.png",
"ogImage": "https://www.veracode.com/wp-content/uploads/2025/01/opengraphic-social-image-02.png",
"logoHref": "https://www.veracode.com",
"logoAlt": "Veracode"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Veracode'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Request a Live Demo",
"reasoning": "Button #0 'Request a Live Demo' uses the vibrant brand color #FAD100, making it the most prominent CTA."
},
"secondary": {
"index": 2,
"text": "Contact Us",
"reasoning": "Button #2 'Contact Us' has a transparent background, providing a clear contrast to the primary button's vibrant color."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "software developers and IT professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__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 brand name 'Veracode'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}