branding
Index Brand Identity
A complete profile of Index's visual system — colors, typography, components, and personality — extracted from http://www.index.io. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/index
- Machine-readable JSON: https://characterquilt.com/branding/index.json
- Per-page llms.txt: https://characterquilt.com/branding/index/llms.txt
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: https://www.index.io/images/logo.png
- Favicon: https://www.index.io/apple-touch-icon.png
- Social card (og:image): https://index.io/og-image.png
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: https://index.io/og-image.png
- Source: https://index.io/
- Index Exchange Builds 'Exchange of the Future,' Scaling its Omnichannel Capabilities for New Channels and Creative Formats - Index Exchange
- How to Create an Index Report (and some info on Re... - SAP Community
- Create a Landing Page Index to Link to Other Forms - Formsite
- We gave The Index a much needed design refresh and introduced advertising, site-wide - Piccalilli
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": "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"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Index'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Contact Us",
"reasoning": "Button #2 has a vibrant red/orange background (#E95424) and clear action-oriented text 'Contact Us', making it the most prominent CTA."
},
"secondary": {
"index": 0,
"text": "Get in Touch\n See How It Works",
"reasoning": "Button #0 has a different background color (#1B3B4F) and serves as a secondary action with text 'Get in Touch'."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business 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, and matches the brand name 'Index'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}