Home · Branding · Airloom

Airloom Brand Identity

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

Download JSON
Primary
#9CA3AF
Accent
#000000
Body Font
Segoe UI
Heading
Segoe UI

Color Palette

Brand palette extracted from https://www.airloom.energy/.

primary
#9CA3AF
rgb(156, 163, 175)
accent
#000000
rgb(0, 0, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#9CA3AF
rgb(156, 163, 175)

Typography

Each font links to its Google Fonts page where available.

primary
Segoe UI
heading
Segoe UI
__LateralStandard_2942cb, __LateralStandard_Fallback_2942cb, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Noto Color Emoji
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

Airloom logo
Logo
Airloom favicon
Favicon

UI Components

Live previews rendered using Airloom's actual button styles.

input
background #000000 textColor #F8F8F8 borderColor null borderRadius 0px shadow none
buttonPrimary
background #000000 textColor #FFFFFF borderRadius 12px shadow none
buttonSecondary
background #FFFFFF textColor #000000 borderColor #CCCCCC borderRadius 12px shadow none

Brand Personality

Tone: modern Energy: medium Audience: environmentally conscious consumers and businesses

Airloom Brand in the Wild

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

Frequently Asked Questions

What is Airloom's primary brand color?

Airloom's primary brand color is #9CA3AF. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Airloom use?

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

What font does Airloom use?

Airloom uses Segoe UI as the primary typeface across body and headings.

Does Airloom use a light or dark theme?

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

Where can I find Airloom's logo?

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

Methodology

Brand data on this page was extracted from https://www.airloom.energy/ 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 Airloom.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Lateral Standard",
      "role": "unknown"
    },
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#9CA3AF",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#9CA3AF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Segoe UI",
      "heading": "Segoe UI"
    },
    "fontStacks": {
      "heading": [
        "__LateralStandard_2942cb",
        "__LateralStandard_Fallback_2942cb",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ],
      "body": [
        "__LateralStandard_2942cb",
        "__LateralStandard_Fallback_2942cb",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "__LateralStandard_2942cb",
        "__LateralStandard_Fallback_2942cb",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "74.08px",
      "h2": "56px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#000000",
      "textColor": "#F8F8F8",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#CCCCCC",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2245%22%20height%3D%2232%22%20viewBox%3D%220%200%2045%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22header-logo-icon%20%5B%26amp%3B_path%5D%3Aduration-200%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M44.0653%2015.9989C43.0492%2015.9979%2042.0332%2015.9965%2041.0172%2015.9951C37.4111%2015.9902%2033.8051%2015.9852%2030.1992%2016.0003C21.3329%2016.0433%2014.157%2023.1934%2014.157%2032.0052H30.2797C30.2797%2023.9547%2036.2692%2017.2913%2044.0653%2016.1671V15.9989Z%22%20fill%3D%22black%22%20class%3D%22transition-all%20easing%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.900076%2016.0062C1.9161%2016.0072%202.93213%2016.0086%203.94817%2016.01C7.55418%2016.015%2011.1603%2016.02%2014.7661%2016.0048C23.6325%2015.9618%2030.8083%208.8117%2030.8083%20-3.05176e-05H14.6856C14.6856%208.05038%208.69611%2014.7139%200.900076%2015.838V16.0062Z%22%20fill%3D%22black%22%20class%3D%22transition-all%20easing%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.airloom.energy/apple-touch-icon.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Airloom' inferred from the URL and page title.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Discover",
      "reasoning": "Button #2 ('Discover') has a dark background (#000000) with white text, making it stand out as a primary CTA. The text 'Discover' is action-oriented, suggesting exploration or engagement, which aligns with a primary action."
    },
    "secondary": {
      "index": 4,
      "text": "Learn More",
      "reasoning": "Button #4 ('Learn More') has a light background (#FFFFFF) with black text, making it less prominent than the primary button. The text 'Learn More' suggests a secondary action, providing additional information."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "environmentally conscious consumers and businesses"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Airloom' inferred from the URL and page title.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles