Home · Branding · Human Dx

Human Dx Brand Identity

A complete profile of Human Dx's visual system — colors, typography, components, and personality — extracted from http://humandx.org. Built for designers, agents, and AI tools.

Download JSON
Primary
#1AA0EC
Accent
#E4F2F4
Body Font
Avenir Next
Heading
Avenir Next

Color Palette

Brand palette extracted from http://humandx.org.

primary
#1AA0EC
rgb(26, 160, 236)
secondary
#07111A
rgb(7, 17, 26)
accent
#E4F2F4
rgb(228, 242, 244)
background
#F2F1EF
rgb(242, 241, 239)
textPrimary
#46414A
rgb(70, 65, 74)
link
#E4F2F4
rgb(228, 242, 244)

Typography

Each font links to its Google Fonts page where available.

primary
Avenir Next
Avenir Next Google Fonts →
heading
Avenir Next
Avenir Next Google Fonts →
Avenir Next, Avenir, 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

Human Dx logo
Logo
Human Dx favicon
Favicon
Human Dx social image
Social Card

UI Components

Live previews rendered using Human Dx's actual button styles.

input
background transparent textColor #46414A borderColor null borderRadius 0px shadow none
buttonPrimary
background #EFEFEF textColor #FFFFFF borderRadius 8px shadow rgba(0, 0, 0, 0.2) 0px 0px 20px 0px
buttonSecondary
background #363839 textColor #FFFFFF borderRadius 0px shadow none

Brand Personality

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

Human Dx Brand in the Wild

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

Frequently Asked Questions

What is Human Dx's primary brand color?

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

What accent color does Human Dx use?

Human Dx uses #E4F2F4 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Human Dx use?

Human Dx uses Avenir Next as the primary typeface across body and headings.

Does Human Dx use a light or dark theme?

Human Dx's primary site uses a light color scheme, with a background of #F2F1EF.

Where can I find Human Dx's logo?

Human Dx's logo is available directly on their site (http://humandx.org). 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 http://humandx.org 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 Human Dx.

Methodology

Brand data on this page was extracted from http://humandx.org 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 Human Dx.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Avenir Next",
      "role": "body"
    },
    {
      "family": "Avenir",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Times New Roman",
      "role": "unknown"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#1AA0EC",
    "secondary": "#07111A",
    "accent": "#E4F2F4",
    "background": "#F2F1EF",
    "textPrimary": "#46414A",
    "link": "#E4F2F4"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Avenir Next",
      "heading": "Avenir Next"
    },
    "fontStacks": {
      "heading": [
        "Avenir Next",
        "Avenir",
        "Helvetica",
        "sans-serif"
      ],
      "body": [
        "Times New Roman"
      ],
      "paragraph": [
        "Avenir Next",
        "Avenir",
        "Helvetica",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "44px",
      "h2": "38px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#46414A",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#EFEFEF",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.2) 0px 0px 20px 0px"
    },
    "buttonSecondary": {
      "background": "#363839",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://resources.humandx.org/static/img/symbol_v3.svg",
    "favicon": "https://resources.humandx.org/static/img/favicon.ico?v=4",
    "ogImage": "https://resources.humandx.org/static/img/symbol_v3_og_image.jpg",
    "logoHref": "/",
    "logoAlt": "Human Dx Symbol"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the only candidate with href=home, matching the brand's main logo location and purpose.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Send app download link",
      "reasoning": "Button #0 has a more action-oriented text ('Send app download link') and a lighter background color, making it more prominent as a call-to-action compared to Button #1, which is a close icon ('✕')."
    },
    "secondary": {
      "index": 1,
      "text": "✕",
      "reasoning": "Button #1 is the only other button available, but it serves a different function (closing) and has a different color group, making it the secondary option by default."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals and researchers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is the only candidate with href=home, matching the brand's main logo location and purpose.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles