Home · Branding · LlamaIndex

LlamaIndex Brand Identity

A complete profile of LlamaIndex's visual system — colors, typography, components, and personality — extracted from https://www.llamaindex.ai/. Built for designers, agents, and AI tools.

Download JSON
Primary
#0000EE
Accent
#000000
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://www.llamaindex.ai/.

primary
#0000EE
rgb(0, 0, 238)
secondary
#FFC0CB
rgb(255, 192, 203)
accent
#000000
rgb(0, 0, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#212D3A
rgb(33, 45, 58)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
OverusedGrotesk, system-ui, sans-serif
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:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Visual Assets

LlamaIndex logo
Logo
LlamaIndex favicon
Favicon
LlamaIndex social image
Social Card

UI Components

Live previews rendered using LlamaIndex's actual button styles.

input
background #FFFFFF textColor #000000 borderColor #E7E7E7 borderRadius 0px shadow none
buttonPrimary
background #000000 textColor #F5F5F5 borderColor #000000 borderRadius 0px shadow none
buttonSecondary
background #FFFFFF textColor #000000 borderColor #E7E7E7 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals seeking AI solutions

LlamaIndex Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is LlamaIndex's primary brand color?

LlamaIndex's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does LlamaIndex use?

LlamaIndex uses #000000 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does LlamaIndex use?

LlamaIndex uses Inter as the primary typeface across body and headings.

Does LlamaIndex use a light or dark theme?

LlamaIndex's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find LlamaIndex's logo?

LlamaIndex's logo is available directly on their site (https://www.llamaindex.ai/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.llamaindex.ai/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by LlamaIndex.

Methodology

Brand data on this page was extracted from https://www.llamaindex.ai/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by LlamaIndex.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "OverusedGrotesk",
      "role": "unknown"
    },
    {
      "family": "IBMPlexMono",
      "role": "monospace"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#FFC0CB",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#212D3A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "OverusedGrotesk",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "OverusedGrotesk",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "OverusedGrotesk",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "56px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#E7E7E7",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#F5F5F5",
      "borderColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#E7E7E7",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22118%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%20118%2020%22%20data-astro-cid-3ef6ksr2%3D%22true%22%20data-fc-idx%3D%220%22%3E%0A%20%20%20%20%20%20%3Cmask%20id%3D%22mask0_1846_7264%22%20width%3D%2220%22%20height%3D%2220%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3A%20luminance%3B%20fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.8843%200H3.07692C1.37759%200%200%201.37759%200%203.07692V16.8843c0%201.6993%201.37759%203.0769%203.07692%203.0769H16.8843c1.6993%200%203.0769-1.3776%203.0769-3.0769V3.07692C19.9612%201.37759%2018.5836%200%2016.8843%200Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%3Cg%20mask%3D%22url(%23mask0_1846_7264)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M19.9612%200H0v19.9612h19.9612V0Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url(%23paint0_linear_1846_7264)%22%20d%3D%22M15.5181%2017.7208s.9404-1.565-1.2591-2.6846c0%200%20.4266%201.6725-.5699%203.2235h-1.022s-.0447-.326.3869-.492c.9049-.3478.9419-1.8368.6778-2.0143-.8076-.543-1.1281-1.0076-.9197-2.1878%200%200-1.398.5125-3.1379.2928-.09062-.0115-.17949.0317-.22513.1106-.09262.1603-.28087.4508-.59092.7851%200%200-.08036.9259-.28734%201.5852%200%200%20.07964%201.1273-.20692%201.9202H7.14117s.01446-.4911.6019-.554c.71969-.0771-.12959-2.3148-.12959-2.3148s-.03718%201.2209-.76985%202.8665h-.93415s.00077-.4755.47431-.5936c.77261-.1927.42687-1.582.30328-2.355-.12354-.7732-.29928-2.2213-.93036-3.0244-.63108-.8031-.95311-.7963-.9923-2.2722%200%200-.53596-.84545-.34474-1.96309%200%200-.40142-1.33902.20046-3.32012%200%200-1.42292-.29033-1.45163-.64381-.02871-.35348.07714-.75364.45683-.78834.3797-.0347.93763-.08962.93912-.49128.0015-.40167-.48404-.93214-.18298-1.08916.28009-.14603.60661.80133.8218.65205.14031-.09711-.38244-.60961-.04118-.53846.1398.0292%201.33129.42263%201.73467%202.50033.40344%202.07771.23544%203.46541.81805%203.46541.58267%200%203.24159-.09708%204.79449.28333%201.5527.38046%201.6152.97636%202.2966.80385.6815-.17252%201.4647-.58293%201.909.92589.3917%201.3298-.7095%201.161-.7095%201.5774%200%20.4164-.1465%201.0612.02%201.4552.1665.3939.0752%201.3453.2212%201.8829.146.5377.3235%201.0286-.0088%201.723%200%200%20.1623%201.1693-.2044%201.8121h-.8825s-.0634-.367.3678-.5387l-.0006.0003Z%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint0_linear_1846_7264%26quot%3B)%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16.8102%200H3.18979C1.42812%200%200%201.42812%200%203.18979V16.8102C0%2018.5719%201.42812%2020%203.18979%2020H16.8102C18.5719%2020%2020%2018.5719%2020%2016.8102V3.18979C20%201.42812%2018.5719%200%2016.8102%200Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%3E%0A%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cpath%20fill%3D%22url(%23paint1_linear_1846_7264)%22%20d%3D%22M15.1999%2017.2717s.8825-1.4695-1.1823-2.5221c0%200%20.3997%201.5715-.5359%203.0282h-.9612s-.0425-.3062.3636-.4615c.8506-.3275.8847-1.7246.6359-1.8926-.7592-.5104-1.0591-.9463-.8634-2.0563%200%200-1.3142.4806-2.94739.2743-.08506-.0106-.16799.0298-.21052.1042-.08719.151-.26369.4232-.55503.7379%200%200-.07443.8697-.27007%201.4886%200%200%20.07443%201.059-.19351%201.8033H7.33175s.01276-.4615.56566-.521c.67624-.0723-.12121-2.1755-.12121-2.1755s-.03403%201.1462-.72302%202.6922h-.87826s0-.4466.44657-.5571c.72515-.1808.40192-1.4865.28496-2.2116-.11696-.7273-.2807-2.0862-.87401-2.8411-.5933-.7549-.89526-.7485-.93142-2.135%200%200-.50398-.79533-.32323-1.84371%200%200-.37639-1.25891.18926-3.11962%200%200-1.33758-.2722-1.3631-.60393-.02765-.33174.0723-.70814.42956-.74004.35725-.03189.88038-.08506.88251-.46145%200-.3764-.45508-.87613-.17225-1.02286.26369-.13823.56991.75279.77193.61244.13184-.09144-.35939-.57204-.03828-.50612.13185.02765%201.2504.39766%201.62892%202.34982.37852%201.95215.22116%203.25571.76768%203.25571s3.04518-.09144%204.50398.26582c1.4588.35725%201.5183.91653%202.1584.75492.6401-.16162%201.3759-.54865%201.7927.86975.3679%201.24827-.6656%201.09087-.6656%201.48217s-.1382.9974.0191%201.3674c.1574.37.0702%201.2631.2084%201.7692.1383.5062.3041.9655-.0085%201.6183%200%200%20.1531%201.0994-.1914%201.7034h-.8293s-.0596-.3445.3445-.5061h-.0064Z%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint1_linear_1846_7264%26quot%3B)%20!important%3B%22%3E%0A%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M26.666%203.68952h2.0223V14.9835h6.4477v1.8224h-8.47V3.68952ZM46.2258%2015.6938c-.8187%201.0016-1.8586%201.3291-3.0048%201.3291-2.0946%200-3.4428-1.0016-3.4428-2.8241%200-1.6757%201.2376-2.5327%203.5151-2.9516l2.8602-.5274v-.6188c0-1.00159-.6188-1.42052-1.8947-1.42052-1.093%200-2.1499.38278-2.2031%201.62042H40.161c.0553-2.27751%201.95-3.18767%204.0978-3.18767%202.5497%200%203.7703%201.0739%203.7703%202.78575v6.90272h-1.8033v-1.1122.0043Zm-2.7134-.1999c1.2929%200%202.6411-.7103%202.6411-2.4051v-.9463l-2.5327.5274c-1.1483.236-1.8756.5103-1.8756%201.4758%200%20.8017.5465%201.3482%201.7672%201.3482ZM59.7633%208.80807c-.7464%200-2.2414.41893-2.2414%202.74963v5.2461h-1.9117v-5.9011c0-1.22062-.6018-2.09463-1.7671-2.09463-.7465%200-2.2393.41893-2.2393%202.74963v5.2461h-1.9117V7.33226h1.8394v1.32909c.5465-.87401%201.4567-1.54812%202.824-1.54812%201.3674%200%202.3307.7294%202.8049%201.8033.6189-1.02074%201.6205-1.8033%203.1154-1.8033%202.0776%200%203.1706%201.63956%203.1706%203.58747v6.101h-1.9117v-5.9011c0-1.22065-.6018-2.09465-1.7671-2.09465l-.0043.00212ZM71.1402%2015.6938c-.8187%201.0016-1.8586%201.3291-3.0048%201.3291-2.0946%200-3.4428-1.0016-3.4428-2.8241%200-1.6757%201.2376-2.5327%203.5152-2.9516l2.8601-.5274v-.6188c0-1.00159-.6188-1.42052-1.8947-1.42052-1.093%200-2.1499.38278-2.2031%201.62042h-1.8947c.0553-2.27751%201.95-3.18767%204.0978-3.18767%202.5497%200%203.7703%201.0739%203.7703%202.78575v6.90272h-1.8033v-1.1122.0043Zm-2.7134-.1999c1.2929%200%202.6411-.7103%202.6411-2.4051v-.9463l-2.5327.5274c-1.1483.236-1.8756.5103-1.8756%201.4758%200%20.8017.5466%201.3482%201.7672%201.3482ZM74.8872%203.68952h1.8649V16.8038h-1.8649V3.68952ZM36.4268%203.68952h1.8649V16.8038h-1.8649V3.68952ZM83.0998%208.80807c-.7294%200-2.4221.41893-2.4221%202.74963v5.2461H78.766V7.33226h1.8394v1.32909c.638-.89315%201.6204-1.54812%203.0048-1.54812%202.2945%200%203.3705%201.63956%203.3705%203.58747v6.101H85.086v-5.9011c0-1.22065-.6018-2.09465-1.9862-2.09465v.00212ZM95.7357%2016.8059v-1.3482c-.655.9655-1.6949%201.5673-3.0963%201.5673-2.7857%200-4.3168-2.1138-4.3168-4.9548%200-2.84107%201.5311-4.95484%204.3168-4.95484%201.3653%200%202.369.54652%203.024%201.47581V3.69165h1.9117V16.8059h-1.8394Zm-2.7326-1.4226c1.8394%200%202.7134-1.3652%202.7134-3.3153%200-1.95-.874-3.31521-2.7134-3.31521-1.8395%200-2.7135%201.36521-2.7135%203.31521%200%201.9501.874%203.3153%202.7135%203.3153ZM98.8659%2012.0702c0-2.84107%201.7481-4.95484%204.5531-4.95484%202.805%200%204.553%202.07549%204.553%205.04624v.5465h-7.158c.183%201.6396%201.074%202.7135%202.605%202.7135%201.165%200%202.039-.5465%202.441-1.512h1.912c-.602%201.8756-2.186%203.1154-4.353%203.1154-2.805%200-4.5531-2.1138-4.5531-4.9548Zm7.1221-.8762c-.236-1.49278-1.13-2.47736-2.569-2.47736-1.44%200-2.333.98458-2.569%202.47736h5.138Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%3E%0A%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22m112.433%2013.4716-2.405%203.3344h-2.186l3.498-4.8443-3.334-4.62731h2.222l2.222%203.07921%202.203-3.07921h2.186l-3.296%204.58901%203.498%204.8826h-2.222l-2.386-3.3344Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%3E%0A%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22paint0_linear_1846_7264%22%20x1%3D%222.52578%22%20x2%3D%2215.3679%22%20y1%3D%222.15777%22%20y2%3D%2219.3162%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2337D7FA%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(55%2C%20215%2C%20250)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.4%22%20stop-color%3D%22%234B72FE%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(75%2C%20114%2C%20254)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.68%22%20stop-color%3D%22%23FF8DF2%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(255%2C%20141%2C%20242)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8705%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(255%2C%20135%2C%205)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22paint1_linear_1846_7264%22%20x1%3D%223.00001%22%20x2%3D%2215.0659%22%20y1%3D%222.64966%22%20y2%3D%2218.7687%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2337D7FA%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(55%2C%20215%2C%20250)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.4%22%20stop-color%3D%22%234B72FE%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(75%2C%20114%2C%20254)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.68%22%20stop-color%3D%22%23FF8DF2%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(255%2C%20141%2C%20242)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8705%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(255%2C%20135%2C%205)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3C%2Fsvg%3E",
    "favicon": "https://www.llamaindex.ai/favicon.ico",
    "ogImage": "https://www.llamaindex.ai/og-image.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get started",
      "reasoning": "Button #0 ('Get started') is likely the primary CTA due to its action-oriented text and dark background, which stands out against the light theme of the site."
    },
    "secondary": {
      "index": 10,
      "text": "Get started",
      "reasoning": "Button #1 ('Get started') serves as a secondary CTA with a contrasting light background, making it less prominent than the primary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals seeking AI solutions"
  },
  "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, links to the homepage, and matches the brand inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles