Home · Branding · Betterhalf

Betterhalf Brand Identity

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

Download JSON
Primary
#1BE399
Accent
#01875F
Body Font
Google Sans
Heading
Google Sans

Color Palette

Brand palette extracted from https://betterhalf.ai.

primary
#1BE399
rgb(27, 227, 153)
secondary
#00A173
rgb(0, 161, 115)
accent
#01875F
rgb(1, 135, 95)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#5F6368
rgb(95, 99, 104)
link
#01875F
rgb(1, 135, 95)

Typography

Each font links to its Google Fonts page where available.

primary
Google Sans
Google Sans Google Fonts →
heading
Google Sans
Google Sans Google Fonts →
Google Sans, Roboto, Helvetica, Arial, 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

Betterhalf favicon
Favicon

UI Components

Live previews rendered using Betterhalf's actual button styles.

input
background transparent textColor #202124 borderColor null borderRadius 0px shadow none
buttonPrimary
background #01875F textColor #FFFFFF borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy individuals looking for apps

Betterhalf Brand in the Wild

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

Frequently Asked Questions

What is Betterhalf's primary brand color?

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

What accent color does Betterhalf use?

Betterhalf uses #01875F as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Betterhalf use?

Betterhalf uses Google Sans as the primary typeface across body and headings.

Does Betterhalf use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from https://betterhalf.ai 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 Betterhalf.

Methodology

Brand data on this page was extracted from https://betterhalf.ai 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 Betterhalf.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Google Sans",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1BE399",
    "secondary": "#00A173",
    "accent": "#01875F",
    "background": "#FFFFFF",
    "textPrimary": "#5F6368",
    "link": "#01875F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Google Sans",
      "heading": "Google Sans"
    },
    "fontStacks": {
      "heading": [
        "Google Sans",
        "Roboto",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Google Sans",
        "Roboto",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Google Sans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "14px",
      "h2": "14px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#202124",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#01875F",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://www.gstatic.com/android/market_images/web/favicon_v3.ico",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "None of the logo candidates clearly represent the brand 'betterhalf'. They appear to be generic or related to Google Play branding.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Install",
      "reasoning": "The 'Install' button is the primary CTA due to its vibrant green color (#01875F) and action-oriented text, which is typical for primary actions on app store pages."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button detected, so no secondary button is available with a different color."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals looking for apps"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "None of the logo candidates clearly represent the brand 'betterhalf'. They appear to be generic or related to Google Play branding.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles