Home · Branding · Atlas

Atlas Brand Identity

A complete profile of Atlas's visual system — colors, typography, components, and personality — extracted from https://atlas.co/. Built for designers, agents, and AI tools.

Download JSON
Primary
#0F58FF
Accent
#0F58FF
Body Font
Inter
Heading
Atlas Sans

Color Palette

Brand palette extracted from https://atlas.co/.

primary
#0F58FF
rgb(15, 88, 255)
secondary
#1A2332
rgb(26, 35, 50)
accent
#0F58FF
rgb(15, 88, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0E101B
rgb(14, 16, 27)
link
#242C38
rgb(36, 44, 56)

Typography

Each font links to its Google Fonts page where available.

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

Atlas logo
Logo
Atlas favicon
Favicon
Atlas social image
Social Card

UI Components

Live previews rendered using Atlas's actual button styles.

buttonPrimary
background #0F58FF textColor #FFFFFF borderColor #0F58FF borderRadius 20px shadow none
buttonSecondary
background #0E101B textColor #FFFFFF borderColor #242C38 borderRadius 10px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses and teams needing GIS solutions

Atlas Brand in the Wild

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

Frequently Asked Questions

What is Atlas's primary brand color?

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

What font does Atlas use?

Atlas uses Inter for body text and Atlas Sans for headings. Fonts were detected on https://atlas.co/ as part of their live design system.

Does Atlas use a light or dark theme?

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

Where can I find Atlas's logo?

Atlas's logo is available directly on their site (https://atlas.co/). 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 https://atlas.co/ 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 Atlas.

Methodology

Brand data on this page was extracted from https://atlas.co/ 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 Atlas.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Atlas Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#0F58FF",
    "secondary": "#1A2332",
    "accent": "#0F58FF",
    "background": "#FFFFFF",
    "textPrimary": "#0E101B",
    "link": "#242C38"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Atlas Sans"
    },
    "fontStacks": {
      "heading": [
        "Atlas Sans",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "44px",
      "body": "19.2px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0F58FF",
      "textColor": "#FFFFFF",
      "borderColor": "#0F58FF",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0E101B",
      "textColor": "#FFFFFF",
      "borderColor": "#242C38",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://atlas.co/images/logo-light.svg",
    "favicon": "https://atlas.co/favicon-32x32.png?v=49a58e08213b4311c5ec97ff0a91e42d",
    "ogImage": "https://atlas.co/images/default-og.png",
    "logoHref": "/",
    "logoAlt": "Atlas Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 8,
    "reasoning": "Selected #8 because it is visible, medium-sized, and matches the brand name 'Atlas'. It links to the homepage, indicating it is the primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Sign up - it's free",
      "reasoning": "Button #0 'Sign up - it's free' uses the vibrant brand color #0F58FF, making it the most prominent CTA. The text is action-oriented, encouraging users to sign up, which is a typical primary action."
    },
    "secondary": {
      "index": 1,
      "text": "Book demo",
      "reasoning": "Button #1 'Book demo' uses a different color group (#0E101B) and serves as a secondary action, offering an alternative engagement option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and teams needing GIS solutions"
  },
  "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": 8,
        "selectedLogoReasoning": "Selected #8 because it is visible, medium-sized, and matches the brand name 'Atlas'. It links to the homepage, indicating it is the primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles