Home · Branding · Seva Coffee

Seva Coffee Brand Identity

A complete profile of Seva Coffee's visual system — colors, typography, components, and personality — extracted from http://sevacoffee.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#118029
Accent
#118029
Body Font
Avenir LT W01 35 Light
Heading
Adobe Caslon W01 Smbd

Color Palette

Brand palette extracted from http://sevacoffee.com.

primary
#118029
rgb(17, 128, 41)
secondary
#116DFF
rgb(17, 109, 255)
accent
#118029
rgb(17, 128, 41)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#2F2F2F
rgb(47, 47, 47)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Avenir LT W01 35 Light
Avenir LT W01 35 Light Google Fonts →
heading
Adobe Caslon W01 Smbd
Adobe Caslon W01 Smbd Google Fonts →
Arial, Helvetica, 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

Seva Coffee favicon
Favicon
Seva Coffee social image
Social Card

UI Components

Live previews rendered using Seva Coffee's actual button styles.

buttonPrimary
background #118029 textColor #000000 borderRadius 20px shadow rgba(186, 218, 85, 0.5) 0px 4px 0px 0px

Brand Personality

Tone: modern Energy: medium Audience: coffee enthusiasts

Seva Coffee Brand in the Wild

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

Frequently Asked Questions

What is Seva Coffee's primary brand color?

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

What font does Seva Coffee use?

Seva Coffee uses Avenir LT W01 35 Light for body text and Adobe Caslon W01 Smbd for headings. Fonts were detected on http://sevacoffee.com as part of their live design system.

Does Seva Coffee use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from http://sevacoffee.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 Seva Coffee.

Methodology

Brand data on this page was extracted from http://sevacoffee.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 Seva Coffee.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Avenir LT W01 35 Light",
      "role": "body"
    },
    {
      "family": "Adobe Caslon W01 Smbd",
      "role": "heading"
    },
    {
      "family": "Arial",
      "role": "unknown"
    },
    {
      "family": "Helvetica",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#118029",
    "secondary": "#116DFF",
    "accent": "#118029",
    "background": "#FFFFFF",
    "textPrimary": "#2F2F2F",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Avenir LT W01 35 Light",
      "heading": "Adobe Caslon W01 Smbd"
    },
    "fontStacks": {
      "heading": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "avenir-lt-w01_35-light1475496",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "10px",
      "h2": "38px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#118029",
      "textColor": "#000000",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "rgba(186, 218, 85, 0.5) 0px 4px 0px 0px"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://static.wixstatic.com/media/5c9eb0_cb62f30bfa344665a64b61614d50e9bb%7Emv2.jpg/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/5c9eb0_cb62f30bfa344665a64b61614d50e9bb%7Emv2.jpg",
    "ogImage": "https://static.wixstatic.com/media/5c9eb0_60b51529a16541c2a2a5fb1c5922dcd3%7Emv2.png/v1/fit/w_2500,h_1330,al_c/5c9eb0_60b51529a16541c2a2a5fb1c5922dcd3%7Emv2.png"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join the next coffee revolution!",
      "reasoning": "The button with text 'Join the next coffee revolution!' has a vibrant green background (#118029), which is a strong indicator of a primary call-to-action. The color is vibrant and aligns with the brand's primary color, making it the most prominent button on the page."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There are no other buttons with a different background color available to select as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "coffee enthusiasts"
  },
  "designSystem": {
    "framework": "custom",
    "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