Home · Branding · Relationship Hero

Relationship Hero Brand Identity

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

Download JSON
Primary
#0E2D90
Accent
#0E2D90
Body Font
Muli
Heading
Muli

Color Palette

Brand palette extracted from https://relationshiphero.com.

primary
#0E2D90
rgb(14, 45, 144)
secondary
#428ED2
rgb(66, 142, 210)
accent
#0E2D90
rgb(14, 45, 144)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0070E8
rgb(0, 112, 232)
link
#0070E8
rgb(0, 112, 232)

Typography

Each font links to its Google Fonts page where available.

primary
Muli
heading
Muli
Muli, Helvetica Neue
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

Relationship Hero logo
Logo
Relationship Hero favicon
Favicon
Relationship Hero social image
Social Card

UI Components

Live previews rendered using Relationship Hero's actual button styles.

input
background #FFFFFF textColor #4A5252 borderColor #E3E3E3 borderRadius 50px shadow none
buttonPrimary
background #0E2D90 textColor #FFFFFF borderRadius 20px shadow rgba(46, 86, 153, 0.15) 0px 1px 0px 0px, rgba(46, 86, 153, 0.1) 0px 1px 0px 0px inset, rgba(46, 86, 153, 0.4) 0px -1px 0px 0px inset
buttonSecondary
background #428ED2 textColor #FFFFFF borderRadius 20px shadow rgba(46, 86, 153, 0.15) 0px 1px 0px 0px, rgba(46, 86, 153, 0.1) 0px 1px 0px 0px inset, rgba(46, 86, 153, 0.4) 0px -1px 0px 0px inset

Brand Personality

Tone: professional Energy: medium Audience: Individuals seeking relationship coaching

Relationship Hero Brand in the Wild

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

Frequently Asked Questions

What is Relationship Hero's primary brand color?

Relationship Hero's primary brand color is #0E2D90. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Relationship Hero use?

Relationship Hero uses Muli as the primary typeface across body and headings.

Does Relationship Hero use a light or dark theme?

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

Where can I find Relationship Hero's logo?

Relationship Hero's logo is available directly on their site (https://relationshiphero.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 https://relationshiphero.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 Relationship Hero.

Methodology

Brand data on this page was extracted from https://relationshiphero.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 Relationship Hero.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Muli",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0E2D90",
    "secondary": "#428ED2",
    "accent": "#0E2D90",
    "background": "#FFFFFF",
    "textPrimary": "#0070E8",
    "link": "#0070E8"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Muli",
      "heading": "Muli"
    },
    "fontStacks": {
      "heading": [
        "Muli",
        "Helvetica Neue"
      ],
      "body": [
        "Muli",
        "Helvetica Neue"
      ],
      "paragraph": [
        "Muli",
        "Helvetica Neue"
      ]
    },
    "fontSizes": {
      "h1": "14px",
      "h2": "14px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#4A5252",
      "borderColor": "#E3E3E3",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0E2D90",
      "textColor": "#FFFFFF",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "rgba(46, 86, 153, 0.15) 0px 1px 0px 0px, rgba(46, 86, 153, 0.1) 0px 1px 0px 0px inset, rgba(46, 86, 153, 0.4) 0px -1px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#428ED2",
      "textColor": "#FFFFFF",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "rgba(46, 86, 153, 0.15) 0px 1px 0px 0px, rgba(46, 86, 153, 0.1) 0px 1px 0px 0px inset, rgba(46, 86, 153, 0.4) 0px -1px 0px 0px inset"
    }
  },
  "images": {
    "logo": "https://relationshiphero.com/images/rhThumbWhite.png",
    "favicon": "https://relationshiphero.com/images/relhero/favicon.png",
    "ogImage": "https://relationshiphero.com/images/rhThumb.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand's favicon, making it the primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 with text 'Get Started' is the primary CTA due to its action-oriented text and vibrant brand color #0E2D90, which is consistent with the site's primary color scheme."
    },
    "secondary": {
      "index": 1,
      "text": "Get Started",
      "reasoning": "Button #1 with text 'Get Started' is selected as secondary because it has a different background color #428ED2, which is also vibrant but distinct from the primary button's color."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "Individuals seeking relationship coaching"
  },
  "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": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand's favicon, making it the primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles