llms.txt
Index Brand Identity
A complete profile of Index's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #1B3B4F |
| Accent | #E95424 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #1B3B4F
- secondary: #1F4560
- accent: #E95424
- background: #1B3B4F
- textPrimary: #666666
- link: #152F3F
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=#152F3F, textColor=#F2F7F7, borderColor=#131414, borderRadius=8px, shadow=none
- buttonPrimary: background=#E95424, textColor=#FFFFFF, borderRadius=6px, shadow=none
- buttonSecondary: background=#1B3B4F, textColor=#F2F7F7, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Index Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Index — The Firm's Managed Data Foundation
- Image:
- Source: index.io
- Index Exchange Builds 'Exchange of the Future,' Scaling its Omnichannel Capabilities for New Channels and Creative Formats - Index Exchange
- Image:
- Source: indexexchange.com
- How to Create an Index Report (and some info on Re... - SAP Community
- Image:
- Source: community.sap.com
- Create a Landing Page Index to Link to Other Forms - Formsite
- Image:
- Source: formsite.com
- We gave The Index a much needed design refresh and introduced advertising, site-wide - Piccalilli
- Image:
- Source: piccalil.li
Working with these fonts
Not found on Google Fonts? Agent Instructions that 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.
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": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#1B3B4F",
"secondary": "#1F4560",
"accent": "#E95424",
"background": "#1B3B4F",
"textPrimary": "#666666",
"link": "#152F3F"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"-apple-system",
"BlinkMacSystemFont",
"sans-serif"
],
"body": [
"Inter",
"-apple-system",
"BlinkMacSystemFont",
"sans-serif"
],
"paragraph": [
"Inter",
"-apple-system",
"BlinkMacSystemFont",
"sans-serif"
]
},
"fontSizes": {
"h1": "56px",
"h2": "44px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"input": {
"background": "#152F3F",
"textColor": "#F2F7F7",
"borderColor": "#131414",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#E95424",
"textColor": "#FFFFFF",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#1B3B4F",
"textColor": "#F2F7F7",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.index.io/images/logo.png",
"favicon": "https://www.index.io/apple-touch-icon.png",
"ogImage": "https://index.io/og-image.png",
"logoHref": "index.html",
"logoAlt": "Index"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}