Home · Branding · Aerotime

Aerotime Brand Identity

A complete profile of Aerotime's visual system — colors, typography, components, and personality — extracted from https://www.aerotime.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#47536B
Accent
#386DFF
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://www.aerotime.com.

primary
#47536B
rgb(71, 83, 107)
secondary
#386DFF
rgb(56, 109, 255)
accent
#386DFF
rgb(56, 109, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#717D96
rgb(113, 125, 150)
link
#717D96
rgb(113, 125, 150)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
-apple-system, BlinkMacSystemFont, Inter, sans-serif, Helvetica, Arial
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

Aerotime logo
Logo
Aerotime favicon
Favicon
Aerotime social image
Social Card

UI Components

Live previews rendered using Aerotime's actual button styles.

input
background #F9F9FA textColor #000000 borderColor #F9F9FA borderRadius 8px shadow none
buttonPrimary
background #386DFF textColor #FFFFFF borderRadius 8px shadow rgba(0, 48, 194, 0.25) 0px 2px 4px 0px, rgba(0, 48, 194, 0.15) 0px 4px 12px 2px, rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset
buttonSecondary
background #FFFFFF textColor #717D96 borderColor #CFD3DC borderRadius 8px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals and teams

Aerotime Brand in the Wild

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

Frequently Asked Questions

What is Aerotime's primary brand color?

Aerotime's primary brand color is #47536B. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Aerotime use?

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

What font does Aerotime use?

Aerotime uses Inter as the primary typeface across body and headings.

Does Aerotime use a light or dark theme?

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

Where can I find Aerotime's logo?

Aerotime's logo is available directly on their site (https://www.aerotime.com). 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://www.aerotime.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 Aerotime.

Methodology

Brand data on this page was extracted from https://www.aerotime.com 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 Aerotime.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#47536B",
    "secondary": "#386DFF",
    "accent": "#386DFF",
    "background": "#FFFFFF",
    "textPrimary": "#717D96",
    "link": "#717D96"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Inter",
        "sans-serif",
        "Helvetica",
        "Arial"
      ],
      "body": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Inter",
        "sans-serif",
        "Helvetica",
        "Arial"
      ],
      "paragraph": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Inter",
        "sans-serif",
        "Helvetica",
        "Arial"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "14px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#F9F9FA",
      "textColor": "#000000",
      "borderColor": "#F9F9FA",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#386DFF",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 48, 194, 0.25) 0px 2px 4px 0px, rgba(0, 48, 194, 0.15) 0px 4px 12px 2px, rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#717D96",
      "borderColor": "#CFD3DC",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI0IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTI0IDE2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU0LjM1MjQgMEM1Ni4wNDA4IDAgNTcuNTQzNiAwLjMxMDk2NyA1OC44NTQgMC45NDAzMDRDNjAuMTcyIDEuNTc3MDUgNjEuMTk0IDIuNTAyNTQgNjEuOTI2OCAzLjcxNjhDNjIuNjYgNC45Mzg0NCA2My4wMTUyIDYuMzY3NDQgNjMuMDE1MiA3Ljk5NjI4QzYzLjAxNTIgOS41NzMzNiA2Mi42NzQ4IDEwLjk3MjcgNjEuOTcxMiAxMi4xNzk2QzYxLjI2OCAxMy4zOTM4IDYwLjI1MzYgMTQuMzM0MSA1OC45MzU2IDE1LjAwMDVDNTcuNjE3NiAxNS42NzQyIDU2LjA3MDQgMTYgNTQuMzE1NiAxNkM1Mi42Mjc2IDE2IDUxLjEyNDQgMTUuNjg5IDQ5LjgxNCAxNS4wNTk3QzQ4LjQ5NiAxNC40MjMgNDcuNDc0NCAxMy40OTc0IDQ2Ljc0MTIgMTIuMjgzMkM0Ni4wMDg0IDExLjA2MTYgNDUuNjUyOCA5LjYzMjU2IDQ1LjY1MjggOC4wMDM3MkM0NS42NTI4IDYuNDI2NjQgNDUuOTkzNiA1LjAyNzMyIDQ2LjY5NjggMy44MjA0NUM0Ny40MDA0IDIuNjA2MiA0OC40MTQ0IDEuNjY1OSA0OS43MzI0IDAuOTk5NTM2QzUxLjA1MDQgMC4zMjU3NzUgNTIuNTk4IDAgNTQuMzUyNCAwWk01NC4zMDggMTMuMTEyNEM1Ni4wMjYgMTMuMTEyNCA1Ny4zMTQgMTIuNjUzNCA1OC4yMTc2IDExLjc3MjNDNTkuMTIwOCAxMC44OTEyIDU5LjU5NDQgOS42NTQ4IDU5LjU5NDQgOC4wMDM3MkM1OS41OTQ0IDYuMzQ1MiA1OS4xMjggNS4xMDg3NiA1OC4yMzI0IDQuMjI3NjhDNTcuMzM2NCAzLjM1NCA1Ni4wNjI4IDIuODg3NTUgNTQuMzQ1MiAyLjg4NzU1QzUyLjYyNzYgMi44ODc1NSA1MS4zMzkyIDMuMzQ2NiA1MC40MzYgNC4yMjc2OEM0OS41MzI0IDUuMTAxMzYgNDkuMDU4OCA2LjM0NTIgNDkuMDU4OCA3Ljk5NjI4QzQ5LjA1ODggOS42NTQ4IDQ5LjUyNTIgMTAuODkxMiA1MC40MjEyIDExLjc3MjNDNTEuMzE2OCAxMi42NDYgNTIuNTkwNCAxMy4xMTI0IDU0LjMwOCAxMy4xMTI0Wk03LjI3MDcyIDAuMzcwMTE2TDAgMTUuNjM3MUgzLjUzOTFMOC44NzczNiA0LjA2NDcyTDE0LjIwODIgMTUuNjM3MUgxNy44MzYyTDEwLjU2NTUgMC4zNzAxMTZINy4yNzA3MlpNMjYuNTI4NSAwLjM3MDExNlYzLjQ3OTc5SDE1LjE5M0wxMy43MDQ4IDAuMzcwMTE2SDI2LjUyODVaTTYzLjc0ODQgMy4yNzI0OEg2OS42NjRWMTUuNjM3MUg3My4wMDMyVjMuMjcyNDhINzguOTE5MlYwLjM3MDExNkg2My43NDg0VjMuMjcyNDhaTTkyLjE1NzIgMC4zNzAxMTZMOTcuNjE0IDExLjY2ODZMMTAzLjA3OCAwLjM3MDExNkgxMDYuNjkxVjE1LjYzNzFIMTAzLjVWNS45ODIzMkw5OC44Mjg0IDE1LjYzNzFIOTYuMjgxMkw5MS41OTQ4IDYuMDQ4OTZWMTUuNjM3MUg4OC40NDA0VjAuMzcwMTE2SDkyLjE1NzJaTTExMy45NCA5LjI0MDA4VjEyLjcyNzRIMTIzLjgwOUwxMjMuMzEzIDE1LjYzNzFIMTEwLjYwOFYwLjM3MDExNkgxMjMuMjkxVjMuMjcyNDhIMTEzLjk0VjYuMzMwMzJIMTIyLjg0VjkuMjQwMDhIMTEzLjk0Wk04MS4xODQ4IDAuMzcwMTE2SDg0LjUyNFYxNS42MzcxSDgxLjE4NDhWMC4zNzAxMTZaTTI2LjA3NyA2LjMzNzg0SDE2LjU0OEwxOC4wMjg4IDkuNDQ3NTJIMjYuMDc3VjYuMzM3ODRaTTQyLjc1MDQgNy44MTg1MkM0My4yODM2IDcuMDkyOTIgNDMuNTQyOCA2LjE5NzA0IDQzLjU0MjggNS4xNDU2OEM0My41NDI4IDMuNTgzNDQgNDMuMDE3MiAyLjM2MTc4IDQxLjkyMTIgMS41Mzk5NEM0MC44NDc2IDAuNzQwMzE2IDM5LjI3OCAwLjM3MDExNiAzNy4yNzkgMC4zNzAxMTZIMjkuOTEyVjE1LjYzNzFIMzMuMTQ3NlY5LjkzNjA0SDM3LjM5NzRIMzcuNTUyOUw0MC44NDc2IDE1LjY0NDVINDQuNjM4NEw0MC44NDA0IDkuMjU0ODhDNDEuNjQ3MiA4LjkxNDMyIDQyLjI5MTYgOC40NDA0NCA0Mi43NTA0IDcuODE4NTJaTTM5LjUzNzIgNi41OTY4OEMzOS4wNTU5IDYuOTE1MjQgMzguMjcxMSA3LjEwNzcyIDM3LjEyMzUgNy4xMDc3MkgzMy4xNTVWMy4xOTEwM0gzNy4xNjc5QzM4LjM1MjYgMy4xOTEwMyAzOS4xMzc0IDMuMzY4NzMgMzkuNTg5IDMuNjcyMjlDNDAuMDAzNiAzLjk0NjI0IDQwLjI0MDQgNC40MDUyOCA0MC4yNDA0IDUuMTMwODhDNDAuMjI1NiA1LjgzNDI0IDM5Ljk4MTQgNi4zMDA3MiAzOS41MzcyIDYuNTk2ODhaTTI2LjU2NTYgMTUuNjM3MkgyMC45NzU2TDE5LjQ5NDggMTIuNTI3NUgyNy4wNDY4TDI2LjU2NTYgMTUuNjM3MloiIGZpbGw9IiM0NzUzNkIiLz4KPC9zdmc+Cg==",
    "favicon": "https://www.aerotime.com/favicon-32x32.png?v=108ef8606f528a38e2cc67af08e5e642",
    "ogImage": "https://aerotime.com/img/Meta.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get access",
      "reasoning": "Button #0 has a vibrant blue background (#386DFF), which is a strong indicator of a primary CTA. The text 'Get access' is action-oriented, making it the most likely primary button."
    },
    "secondary": {
      "index": 1,
      "text": "Subscribe",
      "reasoning": "Button #1 has a different background color (#FFFFFF) and serves a supportive role with the text 'Subscribe', making it a suitable secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals and teams"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles