Home · Branding · Ethos

Ethos Brand Identity

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

Download JSON
Primary
#1A3A3D
Accent
#1F818C
Body Font
Geist
Heading
Hedvig Letters Serif

Color Palette

Brand palette extracted from https://www.askethos.com/.

primary
#1A3A3D
rgb(26, 58, 61)
secondary
#0C3322
rgb(12, 51, 34)
accent
#1F818C
rgb(31, 129, 140)
background
#FAF9F5
rgb(250, 249, 245)
textPrimary
#1F818C
rgb(31, 129, 140)
link
#1F818C
rgb(31, 129, 140)

Typography

Each font links to its Google Fonts page where available.

primary
Geist
heading
Hedvig Letters Serif
Hedvig Letters Serif Google Fonts →
Hedvig Letters 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

Ethos favicon
Favicon

UI Components

Live previews rendered using Ethos's actual button styles.

buttonPrimary
background #1F818C textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background #F2F9F6 textColor #D4F9F8 borderRadius 33554400px shadow none

Brand Personality

Tone: modern Energy: medium Audience: professionals seeking on-demand intelligence solutions

Ethos Brand in the Wild

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

Frequently Asked Questions

What is Ethos's primary brand color?

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

What accent color does Ethos use?

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

What font does Ethos use?

Ethos uses Geist for body text and Hedvig Letters Serif for headings. Fonts were detected on https://www.askethos.com/ as part of their live design system.

Does Ethos use a light or dark theme?

Ethos's primary site uses a light color scheme, with a background of #FAF9F5.

How was this brand profile generated?

This profile was extracted from https://www.askethos.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 Ethos.

Methodology

Brand data on this page was extracted from https://www.askethos.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 Ethos.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "body"
    },
    {
      "family": "Hedvig Letters Serif",
      "role": "heading"
    },
    {
      "family": "Zalando Sans Expanded Variable",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#1A3A3D",
    "secondary": "#0C3322",
    "accent": "#1F818C",
    "background": "#FAF9F5",
    "textPrimary": "#1F818C",
    "link": "#1F818C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist",
      "heading": "Hedvig Letters Serif"
    },
    "fontStacks": {
      "heading": [
        "Hedvig Letters Serif"
      ],
      "body": [
        "Geist",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "20px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1F818C",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F2F9F6",
      "textColor": "#D4F9F8",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://agent.askethos.com/favicon.png",
    "ogImage": null
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Accept Opportunity",
      "reasoning": "Button #1, 'Accept Opportunity', is the primary CTA due to its vibrant blue color (#1F818C), which aligns with the brand's accent color. The action-oriented text further supports its role as the main call-to-action."
    },
    "secondary": {
      "index": 0,
      "text": "Try Ethos",
      "reasoning": "Button #0, 'Try Ethos', is selected as the secondary CTA. It has a different background color (#F2F9F6) from the primary button and offers a supportive action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "professionals seeking on-demand intelligence solutions"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles