Home · Branding · Ananya Health

Ananya Health Brand Identity

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

Download JSON
Primary
#2B5672
Accent
#6E696F
Body Font
Helvetica
Heading
Helvetica

Color Palette

Brand palette extracted from https://www.ananya.health/.

primary
#2B5672
rgb(43, 86, 114)
accent
#6E696F
rgb(110, 105, 111)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

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

Ananya Health logo
Logo
Ananya Health favicon
Favicon

UI Components

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

buttonPrimary
background #6E696F textColor #000000 borderColor #6E696F borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals and patients

Ananya Health Brand in the Wild

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

Frequently Asked Questions

What is Ananya Health's primary brand color?

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

What accent color does Ananya Health use?

Ananya Health uses #6E696F as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Ananya Health use?

Ananya Health uses Helvetica as the primary typeface across body and headings.

Does Ananya Health use a light or dark theme?

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

Where can I find Ananya Health's logo?

Ananya Health's logo is available directly on their site (https://www.ananya.health/). 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://www.ananya.health/ 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 Ananya Health.

Methodology

Brand data on this page was extracted from https://www.ananya.health/ 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 Ananya Health.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2B5672",
    "accent": "#6E696F",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica",
      "heading": "Helvetica"
    },
    "fontStacks": {
      "heading": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "Helvetica",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "10px",
      "h2": "50px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#6E696F",
      "textColor": "#000000",
      "borderColor": "#6E696F",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://static.wixstatic.com/media/6e8e40_4acd0d2b88ed41169227d30c9e022773~mv2.png/v1/crop/x_0,y_119,w_500,h_263/fill/w_217,h_114,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/ananyaHealthLogo_square_04_GrayOnPurple-removebg-preview.png",
    "favicon": "https://static.wixstatic.com/media/f4f501_097f298893034bc1bc616158399dd2b3%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/f4f501_097f298893034bc1bc616158399dd2b3%7Emv2.png",
    "ogImage": null,
    "logoHref": "https://www.ananya.health",
    "logoAlt": "ananyaHealthLogo_square_04_GrayOnPurple-removebg-preview.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, matches the brand name 'Ananya Health', and links to the homepage.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Load More",
      "reasoning": "The button 'Load More' is the only button available, making it the default primary CTA despite its muted color."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is no other button available to classify as secondary."
    },
    "confidence": 0.8
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals and patients"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.8,
    "colors": 0.9,
    "overall": 0.8500000000000001
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, matches the brand name 'Ananya Health', and links to the homepage.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles