Home · Branding · AudioFocus

AudioFocus Brand Identity

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

Download JSON
Primary
#230056
Accent
#4ECCDD
Body Font
Inter
Heading
Manrope

Color Palette

Brand palette extracted from http://audiofocus.io.

primary
#230056
rgb(35, 0, 86)
secondary
#081747
rgb(8, 23, 71)
accent
#4ECCDD
rgb(78, 204, 221)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#042438
rgb(4, 36, 56)
link
#042438
rgb(4, 36, 56)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Manrope
Manrope, 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

AudioFocus logo
Logo
AudioFocus favicon
Favicon

UI Components

Live previews rendered using AudioFocus's actual button styles.

input
background #FFFFFF textColor #333333 borderColor #CCCCCC borderRadius 0px shadow none
buttonPrimary
background #4ECCDD textColor #FFFFFF borderColor #4ECCDD borderRadius 960px shadow none
buttonSecondary
background transparent textColor #4ECCDD borderColor #4ECCDD borderRadius 960px shadow none

Brand Personality

Tone: professional Energy: medium Audience: Individuals seeking advanced hearing aids

AudioFocus Brand in the Wild

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

Frequently Asked Questions

What is AudioFocus's primary brand color?

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

What accent color does AudioFocus use?

AudioFocus uses #4ECCDD as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does AudioFocus use?

AudioFocus uses Inter for body text and Manrope for headings. Fonts were detected on http://audiofocus.io as part of their live design system.

Does AudioFocus use a light or dark theme?

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

Where can I find AudioFocus's logo?

AudioFocus's logo is available directly on their site (http://audiofocus.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 http://audiofocus.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 AudioFocus.

Methodology

Brand data on this page was extracted from http://audiofocus.io 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 AudioFocus.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Manrope",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#230056",
    "secondary": "#081747",
    "accent": "#4ECCDD",
    "background": "#FFFFFF",
    "textPrimary": "#042438",
    "link": "#042438"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "64px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#CCCCCC",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#4ECCDD",
      "textColor": "#FFFFFF",
      "borderColor": "#4ECCDD",
      "borderRadius": "960px",
      "borderRadiusCorners": {
        "topLeft": "960px",
        "topRight": "960px",
        "bottomRight": "960px",
        "bottomLeft": "960px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#4ECCDD",
      "borderColor": "#4ECCDD",
      "borderRadius": "960px",
      "borderRadiusCorners": {
        "topLeft": "960px",
        "topRight": "960px",
        "bottomRight": "960px",
        "bottomLeft": "960px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/635186033791a35468a94c68/6354a50112c18d13dca55d79_Asset%201.svg",
    "favicon": "https://cdn.prod.website-files.com/635186033791a35468a94c68/63587c9e64ee6fe049b5c136_af%20favicon.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is located in the header, links to the homepage, and matches the brand name 'AudioFocus' inferred from the URL and page title.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Learn more",
      "reasoning": "Button #3 has a vibrant blue background (#4ECCDD), which is typically used for primary CTAs. The text 'Learn more' is action-oriented, making it a strong candidate for the primary button."
    },
    "secondary": {
      "index": 1,
      "text": "Get in touch",
      "reasoning": "Button #1 has a transparent background with a blue outline, making it suitable as a secondary button. It contrasts with the primary button's filled background."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "Individuals seeking advanced hearing aids"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, links to the homepage, and matches the brand name 'AudioFocus' inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles