Index Brand: Colors, Fonts, Logo & Visual Identity

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.

Color Palette

Brand palette extracted from http://www.index.io.

Color HEX RGB
primary #1B3B4F rgb(27, 59, 79)
secondary #1F4560 rgb(31, 69, 96)
accent #E95424 rgb(233, 84, 36)
background #1B3B4F rgb(27, 59, 79)
textPrimary #666666 rgb(102, 102, 102)
link #152F3F rgb(21, 47, 63)

Typography

Each font links to its Google Fonts page where available.

Role Font Google Fonts Link
primary Inter Google Fonts →
heading Inter Google Fonts →

Visual Assets

Logo

Favicon

Social Card

UI Components

Live previews rendered using Index's actual button styles.

Input Component:

Button Primary:

Button Secondary:

Brand Personality

Tone: professional
Energy: medium
Audience: business professionals

Frequently Asked Questions

  1. What is Index's primary brand color?
    Index's primary brand color is #1B3B4F. It anchors the visual identity across their website, product UI, and marketing materials.

  2. What accent color does Index use?
    Index uses #E95424 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

  3. What font does Index use?
    Index uses Inter as the primary typeface across body and headings.

  4. Does Index use a light or dark theme?
    Index's primary site uses a dark color scheme, with a background of #1B3B4F.

  5. Where can I find Index's logo?
    Index's logo is available directly on their site (http://www.index.io). The current logo URL is included in the machine-readable JSON profile linked above.

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",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#E95424",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#1B3B4F",
      "textColor": "#F2F7F7",
      "borderRadius": "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"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  }
}