exla.json

Exla Brand Identity

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

Quick Facts

Field Value
Primary #1A73E8
Accent #0066CC
Body Font Helvetica
Heading Font Helvetica

Color Palette

Typography

Visual Assets

Brand Personality

Tone: professional · Energy: medium · Audience: businesses and tech professionals

Exla Brand in the Wild

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

Working with these fonts

Not found on Google 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.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1A73E8",
    "secondary": "#F0F8FF",
    "accent": "#0066CC",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#0066CC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica",
      "heading": "Helvetica"
    },
    "fontStacks": {
      "heading": [
        "Helvetica",
        "sans-serif"
      ],
      "body": [
        "monospace"
      ],
      "paragraph": [
        "monospace"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "22.5px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {},
  "images": {
    "logo": "https://exla.ai/exla-logo.png",
    "favicon": "https://exla.ai/favicon.ico",
    "ogImage": "https://exla.ai/images/og-image.jpg",
    "logoAlt": "Exla Logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and tech professionals"
  }
}