Home · Branding · 7cups

7cups Brand Identity

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

Download JSON
Primary
#006FAD
Accent
#006FAD
Body Font
Work Sans
Heading
Work Sans

Color Palette

Brand palette extracted from http://7cups.com.

primary
#006FAD
rgb(0, 111, 173)
secondary
#303A43
rgb(48, 58, 67)
accent
#006FAD
rgb(0, 111, 173)
background
#DFEDFE
rgb(223, 237, 254)
textPrimary
#006FAD
rgb(0, 111, 173)
link
#006FAD
rgb(0, 111, 173)

Typography

Each font links to its Google Fonts page where available.

primary
Work Sans
heading
Work Sans
Work Sans, 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

7cups logo
Logo
7cups favicon
Favicon
7cups social image
Social Card

UI Components

Live previews rendered using 7cups's actual button styles.

buttonPrimary
background #006FAD textColor #FFFFFF borderColor #006FAD borderRadius 18px shadow none
buttonSecondary
background #FFBB00 textColor #000000 borderColor #FFBB00 borderRadius 18px shadow none

Brand Personality

Tone: professional Energy: medium Audience: individuals seeking mental health support

7cups Brand in the Wild

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

Frequently Asked Questions

What is 7cups's primary brand color?

7cups's primary brand color is #006FAD. It anchors the visual identity across their website, product UI, and marketing materials.

What font does 7cups use?

7cups uses Work Sans as the primary typeface across body and headings.

Does 7cups use a light or dark theme?

7cups's primary site uses a light color scheme, with a background of #DFEDFE.

Where can I find 7cups's logo?

7cups's logo is available directly on their site (http://7cups.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 http://7cups.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 7cups.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Work Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#006FAD",
    "secondary": "#303A43",
    "accent": "#006FAD",
    "background": "#DFEDFE",
    "textPrimary": "#006FAD",
    "link": "#006FAD"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Work Sans",
      "heading": "Work Sans"
    },
    "fontStacks": {
      "heading": [
        "Work Sans",
        "sans-serif"
      ],
      "body": [
        "Work Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Work Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "37.5px",
      "h2": "22.5px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#006FAD",
      "textColor": "#FFFFFF",
      "borderColor": "#006FAD",
      "borderRadius": "18px",
      "borderRadiusCorners": {
        "topLeft": "18px",
        "topRight": "18px",
        "bottomRight": "18px",
        "bottomLeft": "18px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFBB00",
      "textColor": "#000000",
      "borderColor": "#FFBB00",
      "borderRadius": "18px",
      "borderRadiusCorners": {
        "topLeft": "18px",
        "topRight": "18px",
        "bottomRight": "18px",
        "bottomLeft": "18px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.7cups.com/cloudfront/img/active-listeners-therapy.svg",
    "favicon": "https://www.7cups.com/favicon/favicon-32x32.png",
    "ogImage": "https:/cloudfront/img/7cupsshare.jpg",
    "logoHref": "/",
    "logoAlt": "7 Cups Online Therapy and Free Counseling"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text is related to the brand '7 Cups'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get started",
      "reasoning": "Button #1 is selected as the primary CTA because it uses a vibrant blue color (#006FAD), which is consistent with the site's accent color and is action-oriented with the text 'Get started'."
    },
    "secondary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 is selected as the secondary CTA because it uses a different vibrant color (#FFBB00) and also has the action-oriented text 'Get started'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "individuals seeking mental health support"
  },
  "designSystem": {
    "framework": "bootstrap",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text is related to the brand '7 Cups'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles