datadog.json
Datadog Brand Identity
A complete profile of Datadog's visual system — colors, typography, components, and personality — extracted from https://datadoghq.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/datadog
- Machine-readable JSON: https://characterquilt.com/branding/datadog.json
- Per-page llms.txt: https://characterquilt.com/branding/datadog/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #632CA6 |
| Accent | #632CA6 |
| Body Font | NationalWeb |
| Heading Font | NationalWeb |
Color Palette
- primary: #632CA6
- secondary: #7700FF
- accent: #632CA6
- background: #FFFFFF
- textPrimary: #000000
- link: #110617
Typography
- primary: NationalWeb — https://fonts.google.com/specimen/NationalWeb
- heading: NationalWeb — https://fonts.google.com/specimen/NationalWeb
Visual Assets
- Logo: https://corp.dd-static.net/img/dd_logo_n_70x75.png?ch=Width,DPR&fit=max&auto=format&w=70&h=75
- Favicon: https://corp.dd-static.net/img/favicons/apple-touch-icon.png
- Social card (og:image): https://corp.dd-static.net/img/og/og-image-10-25.png?fit=crop&w=1200&h=630
UI Components
- input: background=transparent, textColor=#212529, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#632CA6, textColor=#FFFFFF, borderRadius=4px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#555555, borderRadius=4px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: IT professionals and businesses
Datadog Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Backdoors & Breaches gameplay guide | Datadog Security Labs
- Blog Search | Datadog
- Internal Developer Portal | Datadog
- Blog Search | Datadog
- Datadog Day in DC | Datadog
- Blog Search | Datadog
Working with these fonts
Not found on Google Fonts? Here are instructions you can follow if you have permission to use the fonts:
- 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.
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": "NationalWeb",
"role": "body"
}
],
"colors": {
"primary": "#632CA6",
"secondary": "#7700FF",
"accent": "#632CA6",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#110617"
},
"typography": {
"fontFamilies": {
"primary": "NationalWeb",
"heading": "NationalWeb"
},
"fontStacks": {
"heading": [
"NationalWeb",
"Helvetica",
"Arial",
"sans-serif"
],
"body": [
"NationalWeb",
"Helvetica",
"Arial",
"sans-serif"
],
"paragraph": [
"NationalWeb",
"Helvetica",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "68px",
"h2": "36px",
"body": "28px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#212529",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#632CA6",
"textColor": "#FFFFFF",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#555555",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://corp.dd-static.net/img/dd_logo_n_70x75.png?ch=Width,DPR&fit=max&auto=format&w=70&h=75",
"favicon": "https://corp.dd-static.net/img/favicons/apple-touch-icon.png",
"ogImage": "https://corp.dd-static.net/img/og/og-image-10-25.png?fit=crop&w=1200&h=630",
"logoHref": "https://www.datadoghq.com/",
"logoAlt": "DataDog"
},
"__llm_logo_reasoning": {
"selectedIndex": 6,
"reasoning": "Selected #6 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Datadog'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Free trial",
"reasoning": "Button #10 has a vibrant brand color (#632CA6) and action-oriented text 'Free trial', making it the primary CTA."
},
"secondary": {
"index": 2,
"text": "GET STARTED FREE\nFree Trial",
"reasoning": "Button #3 has a different background color (#FFFFFF) and offers a 'GET STARTED FREE' option, making it a suitable secondary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "IT professionals and businesses"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 6,
"selectedLogoReasoning": "Selected #6 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Datadog'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}