# Automax.ai Brand Identity

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

## Color Palette

Brand palette extracted from https://automax.ai.

| Color      | Hex      | RGB                |
|------------|----------|--------------------|
| Primary    | #2F2B43  | rgb(47, 43, 67)    |
| Accent     | #0064EB  | rgb(0, 100, 235)   |
| Background | #FFFFFF  | rgb(255, 255, 255) |
| Text       | #82808E  | rgb(130, 128, 142) |
| Link       | #0064EB  | rgb(0, 100, 235)   |

## Typography

Each font links to its Google Fonts page where available.

**Primary:** Onest  
**Heading:** Onest  
[Onest Google Fonts →](https://fonts.google.com/specimen/Onest)

## Visual Assets

.png)  
Favicon  
  
Social Card

## UI Components

Live previews rendered using Automax.ai's actual button styles.

**Button Primary**  
- Background: #2F2B43  
- Text Color: #FFFFFF  
- Border Radius: 12px  
- Shadow: none

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** business professionals seeking AI solutions

## Automax.ai Brand in the Wild

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/67d027d475700afe6475e1d5/684a2a1f433c58faafba3afe_Screenshot%202025-06-11%20at%206.13.58%E2%80%AFPM.png)  
Source: [automax.ai](https://www.automax.ai/)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/67d027d475700afe6475e1d5%2F67da37dff2925a9edff29ced_Automax%20Demo-%20Report%20filler%20%281%29-poster-00001.jpg)  
Source: [automax.ai](https://www.automax.ai/)

## Frequently Asked Questions

**What is Automax.ai's primary brand color?**  
Automax.ai's primary brand color is #2F2B43.

**What accent color does Automax.ai use?**  
Automax.ai uses #0064EB as an accent color.

**What font does Automax.ai use?**  
Automax.ai uses Onest as the primary typeface.

**Does Automax.ai use a light or dark theme?**  
Automax.ai'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://automax.ai using the Firecrawl branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Onest",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2F2B43",
    "accent": "#0064EB",
    "background": "#FFFFFF",
    "textPrimary": "#82808E",
    "link": "#0064EB"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Onest",
      "heading": "Onest"
    },
    "fontStacks": {
      "heading": [
        "Onest",
        "sans-serif"
      ],
      "body": [
        "Onest",
        "sans-serif"
      ],
      "paragraph": [
        "Onest",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "70px",
      "h2": "70px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2F2B43",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://cdn.prod.website-files.com/67d027d475700afe6475e1d5/6894a66c5d8d1f8f3b42ce62_favicon-96x96%20(1).png",
    "ogImage": "https://cdn.prod.website-files.com/67d027d475700afe6475e1d5/684a2a1f433c58faafba3afe_Screenshot%202025-06-11%20at%206.13.58%E2%80%AFPM.png"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals seeking AI solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}
```
