LifestyleRx Brand: Colors, Fonts, Logo & Visual Identity

LifestyleRx Brand Identity

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

Color Palette

Brand palette extracted from https://lifestylerx.io/.
primary
#63AB3D
rgb(99, 171, 61)

secondary
#374151
rgb(55, 65, 81)

accent
#63AB3D
rgb(99, 171, 61)

background
#FFFFFF
rgb(255, 255, 255)

textPrimary
#000000
rgb(0, 0, 0)

link
#111827
rgb(17, 24, 39)

Typography

Each font links to its Google Fonts page where available.
primary
Inter
Inter Google Fonts →

heading
Averta
Averta Google Fonts →

Visual Assets

Logo

Favicon

Social Card

UI Components

Live previews rendered using LifestyleRx's actual button styles.

Button Primary

Button Secondary

Brand Personality

Tone: professional
Energy: medium
Audience: individuals seeking diabetes management solutions

Frequently Asked Questions

What is LifestyleRx's primary brand color?
LifestyleRx's primary brand color is #63AB3D. It anchors the visual identity across their website, product UI, and marketing materials.

What font does LifestyleRx use?
LifestyleRx uses Inter for body text and Averta for headings.

Does LifestyleRx use a light or dark theme?
LifestyleRx's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find LifestyleRx's logo?
LifestyleRx's logo is available directly on their site (https://lifestylerx.io/). 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://lifestylerx.io/ 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 LifestyleRx.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.
GET /branding/lifestylerx.json

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Averta",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#63AB3D",
    "secondary": "#374151",
    "accent": "#63AB3D",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#111827"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Averta"
    },
    "fontStacks": {
      "heading": [
        "Averta",
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "40px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#63AB3D",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#1D4ED8",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://lifestylerx.io/images/lrx_logo.svg",
    "favicon": "https://lifestylerx.io/favicons/lrx-apple-touch-icon.png",
    "ogImage": "https://lifestylerx.io/images/marketing/graph-phone-other.jpg",
    "logoHref": "/",
    "logoAlt": "LifestyleRx Logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "individuals seeking diabetes management solutions"
  }
}