# Audm Brand Identity

A complete profile of **Audm**'s visual system — colors, typography, components, and personality — extracted from [https://www.audm.com](https://www.audm.com/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://www.audm.com.

- **primary**: #326891
- **secondary**: #9F9938
- **accent**: #567B95
- **background**: #FFFFFF
- **textPrimary**: #000000
- **link**: #567B95

## Typography

Each font links to its Google Fonts page where available.

- **primary**: NYTFranklin [Google Fonts →](https://fonts.google.com/specimen/NYTFranklin)
- **heading**: NYTFranklin [Google Fonts →](https://fonts.google.com/specimen/NYTFranklin)
- **body**: Times New Roman

## Visual Assets

Favicon

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** unknown

## Audm Brand in the Wild

Source: [podnews.net](https://podnews.net/directory/company/audm)

Source: [universoabierto.org](https://universoabierto.org/2017/05/24/audm-audio-articulos-de-noticias/)

Source: [jellyc.io](https://www.jellyc.io/insights/audm-launch-on-okx)

Source: [apetogentleman.com](https://www.apetogentleman.com/apps-make-life-easier/)

## Frequently Asked Questions

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

**What accent color does Audm use?**  
Audm uses #567B95 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

**What font does Audm use?**  
Audm uses NYTFranklin as the primary typeface across body and headings.

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

**How was this brand profile generated?**  
This profile was extracted from https://www.audm.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 Audm.

## Methodology

Brand data on this page was extracted from [https://www.audm.com](https://www.audm.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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 Audm.

## Machine-Readable Profile

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

```
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "NYTFranklin",
      "role": "body"
    },
    {
      "family": "Times New Roman",
      "role": "body"
    },
    {
      "family": "nyt-cheltenham",
      "role": "body"
    },
    {
      "family": "franklin",
      "role": "body"
    },
    {
      "family": "sans-serif",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#326891",
    "secondary": "#9F9938",
    "accent": "#567B95",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#567B95"
  },
  "typography": {
    "fontFamilies": {
      "primary": "NYTFranklin",
      "heading": "NYTFranklin"
    },
    "fontStacks": {
      "heading": [
        "Times New Roman"
      ],
      "body": [
        "Times New Roman"
      ],
      "paragraph": [
        "Times New Roman"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "32px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": "https://static.nytimes.com/assets-oma/images/favicon-4bf96cb6a1093748bf5b3c429accb9b4.ico",
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0.9,
    "overall": 0.45
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false
    }
  }
}
``
