Home · Branding · Aviator

Aviator Brand Identity

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

Download JSON
Primary
#000C0F
Accent
#FFDC5E
Body Font
Poppins
Heading
Poppins

Color Palette

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

primary
#000C0F
rgb(0, 12, 15)
secondary
#000F12
rgb(0, 15, 18)
accent
#FFDC5E
rgb(255, 220, 94)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#131316
rgb(19, 19, 22)
link
#FFDC5E
rgb(255, 220, 94)

Typography

Each font links to its Google Fonts page where available.

primary
Poppins
heading
Poppins
Poppins, 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

Aviator logo
Logo
Aviator favicon
Favicon
Aviator social image
Social Card

UI Components

Live previews rendered using Aviator's actual button styles.

buttonPrimary
background #FFFFFF textColor #000607 borderRadius 40px shadow none
buttonSecondary
background #000C0F textColor #FFFFFF borderRadius 40px shadow none

Brand Personality

Tone: modern Energy: medium Audience: developers and tech companies

Aviator Brand in the Wild

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

Frequently Asked Questions

What is Aviator's primary brand color?

Aviator's primary brand color is #000C0F. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Aviator use?

Aviator uses #FFDC5E as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Aviator use?

Aviator uses Poppins as the primary typeface across body and headings.

Does Aviator use a light or dark theme?

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

Where can I find Aviator's logo?

Aviator's logo is available directly on their site (https://aviator.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://aviator.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 Aviator.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#000C0F",
    "secondary": "#000F12",
    "accent": "#FFDC5E",
    "background": "#FFFFFF",
    "textPrimary": "#131316",
    "link": "#FFDC5E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "Poppins",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "70px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "15px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000607",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000C0F",
      "textColor": "#FFFFFF",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/628506c5283fd863e670d5b6/68c562bc60c963ca4e7cbcb2_Group%2048095871.svg",
    "favicon": "https://cdn.prod.website-files.com/628506c5283fd863e670d5b6/62860b04f88ecc445bd2fa5b_Favicon%2032.png",
    "ogImage": "https://cdn.prod.website-files.com/628506c5283fd863e670d5b6/68d2d77ea270a4407ab6c010_aviator-runbooks-agentic-coding-image%401x-min.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 9,
      "text": "Get Started for Free",
      "reasoning": "Button #2 has a vibrant and inviting color scheme with a light background and action-oriented text 'Get Started for Free', making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 14,
      "text": "Login",
      "reasoning": "Button #5 has a different background color from the primary button and serves a secondary action 'Login', which is common for secondary CTAs."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech companies"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles