Home · Branding · Amby Health

Amby Health Brand Identity

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

Download JSON
Primary
#E17100
Accent
#5EAD8C
Body Font
Inter
Heading
DM Sans

Color Palette

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

primary
#E17100
rgb(225, 113, 0)
accent
#5EAD8C
rgb(94, 173, 140)
background
#F5F1EB
rgb(245, 241, 235)
textPrimary
#2D2A26
rgb(45, 42, 38)
link
#5EAD8C
rgb(94, 173, 140)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
DM Sans
DM Sans, Inter, system-ui, 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

Amby Health logo
Logo
Amby Health favicon
Favicon

UI Components

Live previews rendered using Amby Health's actual button styles.

input
background #FEFEFD textColor #2D2A26 borderColor #EFEAE3 borderRadius 12px shadow none
buttonPrimary
background #F5F1EB textColor #FFFFFF borderRadius 33554400px shadow none
buttonSecondary
background #FAF8F5 textColor #5C5751 borderColor #F0EBE4 borderRadius 33554400px shadow none

Brand Personality

Tone: modern Energy: medium Audience: fitness enthusiasts

Amby Health Brand in the Wild

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

Frequently Asked Questions

What is Amby Health's primary brand color?

Amby Health's primary brand color is #E17100. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Amby Health use?

Amby Health uses #5EAD8C as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Amby Health use?

Amby Health uses Inter for body text and DM Sans for headings. Fonts were detected on https://tryamby.com as part of their live design system.

Does Amby Health use a light or dark theme?

Amby Health's primary site uses a light color scheme, with a background of #F5F1EB.

Where can I find Amby Health's logo?

Amby Health's logo is available directly on their site (https://tryamby.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://tryamby.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 Amby Health.

Methodology

Brand data on this page was extracted from https://tryamby.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 Amby Health.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "DM Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#E17100",
    "accent": "#5EAD8C",
    "background": "#F5F1EB",
    "textPrimary": "#2D2A26",
    "link": "#5EAD8C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "DM Sans"
    },
    "fontStacks": {
      "heading": [
        "DM Sans",
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "36px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FEFEFD",
      "textColor": "#2D2A26",
      "borderColor": "#EFEAE3",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F5F1EB",
      "textColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FAF8F5",
      "textColor": "#5C5751",
      "borderColor": "#F0EBE4",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.tryamby.com/_next/image?url=%2Flogo.png&w=128&q=75",
    "favicon": "https://www.tryamby.com/logo.png",
    "ogImage": null,
    "logoHref": "#",
    "logoAlt": "Amby logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Amby'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join Waitlist",
      "reasoning": "The 'Join Waitlist' button uses a vibrant background color (#F5F1EB) and action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "See How It Works",
      "reasoning": "The 'See How It Works' button has a different background color (#FAF8F5) and serves as a secondary action, providing additional information."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "fitness enthusiasts"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, medium-sized, located in the header, and links to the homepage, matching the brand 'Amby'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles