# Audiobeta Brand Identity

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

## Color Palette

Brand palette extracted from http://audiobeta.com.

- **primary**: #19184A
- **rgb**(25, 24, 74)
- **secondary**: #637CF7
- **rgb**(99, 124, 247)
- **accent**: #EEF1FC
- **rgb**(238, 241, 252)
- **background**: #F8FAFC
- **rgb**(248, 250, 252)
- **textPrimary**: #343434
- **rgb**(52, 52, 52)
- **link**: #0F172A
- **rgb**(15, 23, 42)

## Typography

Each font links to its Google Fonts page where available.

- **primary**: DM Sans
  - [DM Sans Google Fonts →](https://fonts.google.com/specimen/DM+Sans)
- **heading**: DM Sans
  - [DM Sans Google Fonts →](https://fonts.google.com/specimen/DM+Sans)

## Visual Assets

## UI Components

Live previews rendered using Audiobeta's actual button styles.

### Input

- **background**: #FFFFFF  
- **textColor**: #0F172A  
- **borderColor**: #E2E8F0  
- **borderRadius**: 13.08px  
- **shadow**: none

### Button Primary

- **background**: #EEF1FC  
- **textColor**: #343434  
- **borderColor**: #BFCAFAb  
- **borderRadius**: 13.08px  
- **shadow**: rgba(99, 124, 247, 0.12) 0px 0px 0px 1px, rgba(99, 124, 247, 0.12) 0px 4px 12px -4px

### Button Secondary

- **background**: #FEFEFE  
- **textColor**: #343434  
- **borderRadius**: 13.08px  
- **shadow**: rgba(255, 60, 60, 0.32) 0px 6px 20px 0px, rgba(255, 80, 60, 0.15) 0px 2px 6px 0px

## Brand Personality

- **Tone**: professional  
- **Energy**: medium  
- **Audience**: businesses looking to purchase premium domains

## Audiobeta Brand in the Wild

[Image Source](https://miro.medium.com/v2/resize:fit:2872/1*HwVCYnTBtE1iYAnp1BTk7g.png)

[Image Source](https://imgv2-2-f.scribdassets.com/img/document/669536231/original/2cd2661c9d/1?v=1)

[Image Source](https://forum.audiobeta.net/data/assets/logo/ab2-white-transparent-large.png)

[Image Source](https://miro.medium.com/v2/resize:fit:2874/1*iSee1JbjKQtCfbj6rdEkXA.png)

[Image Source](https://imgv2-2-f.scribdassets.com/img/document/214111018/original/0e8a2b99d5/1?v=1)

[Image Source](https://pbs.twimg.com/profile_images/1574872026581372928/SSBg52ut_400x400.jpg)

## Frequently Asked Questions

1. **What is Audiobeta's primary brand color?**  
      Audiobeta's primary brand color is #19184A. It anchors the visual identity across their website, product UI, and marketing materials.  
2. **What accent color does Audiobeta use?**  
      Audiobeta uses #EEF1FC as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.  
3. **What font does Audiobeta use?**  
      Audiobeta uses DM Sans as the primary typeface across body and headings.  
4. **Does Audiobeta use a light or dark theme?**  
      Audiobeta's primary site uses a light color scheme, with a background of #F8FAFC.  
5. **Where can I find Audiobeta's logo?**  
     Audiobeta's logo is available directly on their site (http://audiobeta.com). The current logo URL is included in the machine-readable JSON profile linked above.  
6. **How was this brand profile generated?**  
      This profile was extracted from http://audiobeta.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 Audiobeta.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "DM Sans",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Product Sans",
      "role": "body"
    },
    {
      "family": "Plus Jakarta Sans",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#19184A",
    "secondary": "#637CF7",
    "accent": "#EEF1FC",
    "background": "#F8FAFC",
    "textPrimary": "#343434",
    "link": "#0F172A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "DM Sans"
    },
    "fontStacks": {
      "heading": [
        "DM Sans",
        "Inter",
        "Product Sans",
        "sans-serif"
      ],
      "body": [
        "DM Sans",
        "Inter",
        "Product Sans",
        "sans-serif"
      ],
      "paragraph": [
        "DM Sans",
        "Inter",
        "Product Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52.32px",
      "h2": "19.62px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#0F172A",
      "borderColor": "#E2E8F0",
      "borderRadius": "13.08px",
      "borderRadiusCorners": {
        "topLeft": "13.08px",
        "topRight": "13.08px",
        "bottomRight": "13.08px",
        "bottomLeft": "13.08px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#EEF1FC",
      "textColor": "#343434",
      "borderColor": "#BFCAFA",
      "borderRadius": "13.08px",
      "borderRadiusCorners": {
        "topLeft": "13.08px",
        "topRight": "13.08px",
        "bottomRight": "13.08px",
        "bottomLeft": "13.08px"
      },
      "shadow": "rgba(99, 124, 247, 0.12) 0px 0px 0px 1px, rgba(99, 124, 247, 0.12) 0px 4px 12px -4px"
    },
    "buttonSecondary": {
      "background": "#FEFEFE",
      "textColor": "#343434",
      "borderRadius": "13.08px",
      "borderRadiusCorners": {
        "topLeft": "13.08px",
        "topRight": "13.08px",
        "bottomRight": "13.08px",
        "bottomLeft": "13.08px"
      },
      "shadow": "rgba(255, 60, 60, 0.32) 0px 6px 20px 0px, rgba(255, 80, 60, 0.15) 0px 2px 6px 0px"
    }
  },
  "images": {
    "logo": "https://img.atom.com//public/images/logo.svg",
    "favicon": "https://www.atom.com/assets/images/atom-favicon.png",
    "ogImage": "https://img.atom.com/story_images/visual_images/1727504581-AudioBeta.png?class=show",
    "logoHref": "https://www.atom.com",
    "logoAlt": "Logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses looking to purchase premium domains"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  }
}
```
