llms.txt
DemandSphere Brand Identity
A complete profile of DemandSphere's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #8B9BB0 |
| Accent | #7C3AED |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #8B9BB0
- secondary: #7C3AED
- accent: #7C3AED
- background: #0C0F14
- textPrimary: #E2E8F0
- link: #1A2130
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#1A2130, textColor=#E2E8F0, borderColor=#252D38, borderRadius=6px, shadow=none
- buttonPrimary: background=#7C3AED, textColor=#FFFFFF, borderRadius=7px, shadow=none
- buttonSecondary: background=#0C0F14, textColor=#94A3B8, borderColor=#3C4046, borderRadius=7px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
DemandSphere Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- FOUND Meetup NYC is back for SEO Week 2026 | DemandSphere
- Image:
- Source: FOUND Meetup NYC
- Blog | DemandSphere
- Image:
- Source: DemandSphere Blog
- FOUND Conference Osaka 2023 - DemandSphere
- Image:
- Source: FOUND Conference Osaka
Working with these fonts
Not found on Google Fonts? Follow these instructions to securely obtain the fonts if you have permission to use them:
- Open the homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by file types such as woff2, woff, ttf, otf).
- Hard-reload the page.
- For each captured font URL, download the file locally.
- Copy the relevant @font-face declarations from the page's CSS.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "JetBrains Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#8B9BB0",
"secondary": "#7C3AED",
"accent": "#7C3AED",
"background": "#0C0F14",
"textPrimary": "#E2E8F0",
"link": "#1A2130"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"JetBrains Mono",
"monospace"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "11px",
"h2": "67.2px",
"body": "11px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"input": {
"background": "#1A2130",
"textColor": "#E2E8F0",
"borderColor": "#252D38",
"borderRadius": "6px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#7C3AED",
"textColor": "#FFFFFF",
"borderRadius": "7px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#0C0F14",
"textColor": "#94A3B8",
"borderColor": "#3C4046",
"borderRadius": "7px",
"shadow": "none"
}
},
"images": {
"logo": "https://www.demandsphere.com/assets/images/demandspherelogo.webp",
"favicon": "https://www.demandsphere.com/assets/images/favicon-96.png",
"ogImage": "https://www.demandsphere.com/assets/og/index.png"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
}
}