# AtlasGrid Brand Identity

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

## Color Palette

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

| Color       | Value            | RGB               |
|-------------|------------------|------------------|
| Primary     | #00E0E0          | rgb(0, 224, 224) |
| Secondary   | #3367D9          | rgb(51, 103, 217)|
| Accent      | #2C2C2C          | rgb(44, 44, 44)  |
| Background  | #212121          | rgb(33, 33, 33)  |
| Text Primary| #E6E6E6          | rgb(230, 230, 230)|
| Link        | #1A192B          | rgb(26, 25, 43)  |

## Typography

Each font links to its Google Fonts page where available.

- **Primary**: Roboto [Google Fonts →](https://fonts.google.com/specimen/Roboto)
- **Heading**: Roboto [Google Fonts →](https://fonts.google.com/specimen/Roboto)
- **UI Stack**: ui-sans-serif, -apple-system, system-ui, Segoe UI, Helvetica, Apple Color Emoji, Arial, sans-serif, Segoe UI Emoji, Segoe UI Symbol

## UI Components

Live previews rendered using AtlasGrid's actual button styles.

### Button Primary

- Background: #2C2C2C
- Text Color: #E6E6E6
- Border Color: #5F5F5F
- Border Radius: 8px
- Shadow: none

## Brand Personality

- **Tone:** modern  
- **Energy:** medium  
- **Audience:** tech-savvy professionals

## AtlasGrid Brand in the Wild

Image: [atlasgrid.ai](https://atlasgrid.ai/atlasGrid-Opengraph.png?v=3)

#### Additional Images

1.  from [Image Source](https://www.atlasgrid.ai/new%20sh%20screens%20for%20atlas/safehouseMobileApp_onboarding1.png)
2.  from [Image Source](https://www.atlasgrid.ai/new%20sh%20screens%20for%20atlas/safehouseMobileApp_addFriends3.png)
3.  from [Image Source](https://www.atlasgrid.ai/new%20sh%20screens%20for%20atlas/safehouseMobileApp_addFriends1.png)
4.  from [Image Source](https://www.atlasgrid.ai/new%20sh%20screens%20for%20atlas/safehouseMobileApp_Apply--phoneNumber8.png)
5.  from [Image Source](https://www.atlasgrid.ai/new%20sh%20screens%20for%20atlas/safehouseMobileApp_addFriends2.png)

## Frequently Asked Questions

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

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

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

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

**How was this brand profile generated?**  
This profile was extracted from https://atlasgrid.ai 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 AtlasGrid.

## Methodology

Brand data on this page was extracted from [https://atlasgrid.ai](https://atlasgrid.ai/) 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. This page is published by **CharacterQuilt** and is not affiliated with or endorsed by AtlasGrid.

## Machine-Readable Profile

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

### JSON Example:
```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Geist",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Oxygen",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Cantarell",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#00E0E0",
    "secondary": "#3367D9",
    "accent": "#2C2C2C",
    "background": "#212121",
    "textPrimary": "#E6E6E6",
    "link": "#1A192B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "ui-sans-serif",
        "-apple-system",
        "system-ui",
        "Segoe UI",
        "Helvetica",
        "Apple Color Emoji",
        "Arial",
        "sans-serif",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ],
      "body": [
        "ui-sans-serif",
        "-apple-system",
        "system-ui",
        "Segoe UI",
        "Helvetica",
        "Apple Color Emoji",
        "Arial",
        "sans-serif",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ],
      "paragraph": [
        "ui-sans-serif",
        "-apple-system",
        "system-ui",
        "Segoe UI",
        "Helvetica",
        "Apple Color Emoji",
        "Arial",
        "sans-serif",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2C2C2C",
      "textColor": "#E6E6E6",
      "borderColor": "#5F5F5F",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": "https://atlasgrid.ai/atlasGrid-Opengraph.png?v=3"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  }
}
```
