Home · Branding · Café

Café Brand Identity

A complete profile of Café's visual system — colors, typography, components, and personality — extracted from https://at.cafe. Built for designers, agents, and AI tools.

Download JSON
Primary
#3898EC
Accent
#2E2836
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://at.cafe.

primary
#3898EC
rgb(56, 152, 236)
secondary
#473E53
rgb(71, 62, 83)
accent
#2E2836
rgb(46, 40, 54)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#2E2836
rgb(46, 40, 54)
link
#68697C
rgb(104, 105, 124)

Typography

Each font links to its Google Fonts page where available.

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

Café logo
Logo
Café favicon
Favicon
Café social image
Social Card

UI Components

Live previews rendered using Café's actual button styles.

buttonPrimary
background #2E2836 textColor #FFFFFF borderColor #2E2836 borderRadius 8px shadow none
buttonSecondary
background #F8F9FE textColor #2E2836 borderRadius 24px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals

Café Brand in the Wild

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

Frequently Asked Questions

What is Café's primary brand color?

Café's primary brand color is #3898EC. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Café use?

Café uses #2E2836 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Café use?

Café uses Inter as the primary typeface across body and headings.

Does Café use a light or dark theme?

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

Where can I find Café's logo?

Café's logo is available directly on their site (https://at.cafe). 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://at.cafe 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 Café.

Methodology

Brand data on this page was extracted from https://at.cafe 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 Café.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#3898EC",
    "secondary": "#473E53",
    "accent": "#2E2836",
    "background": "#FFFFFF",
    "textPrimary": "#2E2836",
    "link": "#68697C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2E2836",
      "textColor": "#FFFFFF",
      "borderColor": "#2E2836",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F8F9FE",
      "textColor": "#2E2836",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/617a37a60fc14dbdd8cf9590/617a3e0f0fc14d62b2cfb4c4_logo.svg",
    "favicon": "https://cdn.prod.website-files.com/617a37a60fc14dbdd8cf9590/617a8b21e4a1a32ab800a90f_favicon-32x32.png",
    "ogImage": "https://cdn.prod.website-files.com/617a37a60fc14dbdd8cf9590/645b417220c38b53ea00210f_Landing%20x1.png",
    "logoHref": "/",
    "logoAlt": "Café logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Café', and links to the homepage, making it the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started for Free",
      "reasoning": "Button #0 is the primary CTA because it uses a neutral background color (#2E2836) with strong action-oriented text 'Get Started for Free', which is a common primary action on websites."
    },
    "secondary": {
      "index": 2,
      "text": "Boost Cross-Collaboration",
      "reasoning": "Button #2 is selected as secondary because it has a different background color (#F8F9FE) and offers a supportive action 'Boost Cross-Collaboration', which complements the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Café', and links to the homepage, making it the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles