Home · Branding · Epsilon

Epsilon Brand Identity

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

Download JSON
Primary
#C0392B
Accent
#C0392B
Body Font
Roboto
Heading
Roboto

Color Palette

Brand palette extracted from https://www.epsilon-ai.com.

primary
#C0392B
rgb(192, 57, 43)
secondary
#7B88A7
rgb(123, 136, 167)
accent
#C0392B
rgb(192, 57, 43)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1A202C
rgb(26, 32, 44)
link
#1A202C
rgb(26, 32, 44)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Roboto
Roboto, 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

Epsilon logo
Logo
Epsilon social image
Social Card

UI Components

Live previews rendered using Epsilon's actual button styles.

input
background #FFFFFF textColor #000000 borderColor #F0F1F5 borderRadius 8px shadow rgba(0, 0, 0, 0.1) 14.6469px 17.5763px 29.2937px 0px
buttonPrimary
background #FFFFFF textColor #1A202C borderColor #F0F1F5 borderRadius 6px shadow rgba(0, 0, 0, 0.05) 5px 5px 5px 0px

Brand Personality

Tone: professional Energy: medium Audience: scientific researchers and academics

Epsilon Brand in the Wild

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

Frequently Asked Questions

What is Epsilon's primary brand color?

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

What font does Epsilon use?

Epsilon uses Roboto as the primary typeface across body and headings.

Does Epsilon use a light or dark theme?

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

Where can I find Epsilon's logo?

Epsilon's logo is available directly on their site (https://www.epsilon-ai.com). 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.epsilon-ai.com 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 Epsilon.

Methodology

Brand data on this page was extracted from https://www.epsilon-ai.com 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 Epsilon.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Open Sans",
      "role": "unknown"
    },
    {
      "family": "Roboto Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#C0392B",
    "secondary": "#7B88A7",
    "accent": "#C0392B",
    "background": "#FFFFFF",
    "textPrimary": "#1A202C",
    "link": "#1A202C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "Roboto",
        "serif"
      ],
      "body": [
        "Roboto",
        "sans-serif"
      ],
      "paragraph": [
        "Roboto"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "72px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#F0F1F5",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.1) 14.6469px 17.5763px 29.2937px 0px"
    },
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#1A202C",
      "borderColor": "#F0F1F5",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0.05) 5px 5px 5px 0px"
    }
  },
  "images": {
    "logo": "https://www.epsilon-ai.com/_next/static/media/epsilon-logo-full.f6e35db6.svg",
    "favicon": null,
    "ogImage": "/social/banner.png",
    "logoAlt": "Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Epsilon' from the page title and URL.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request A Demo",
      "reasoning": "The button 'Request A Demo' is the only button available and serves as the main call-to-action for users interested in the product."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is no secondary button available with a different background color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "scientific researchers and academics"
  },
  "designSystem": {
    "framework": "chakra",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Epsilon' from the page title and URL.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles