# Aisle50 Brand Identity

A complete profile of **Aisle50**'s visual system — colors, typography, components, and personality — extracted from [http://aisle50.com](http://aisle50.com/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from http://aisle50.com.

- **primary**
  - Hex: #4285F4
  - RGB: rgb(66, 133, 244)
- **secondary**
  - Hex: #B4CEF9
  - RGB: rgb(180, 206, 249)
- **accent**
  - Hex: #1A73E8
  - RGB: rgb(26, 115, 232)
- **background**
  - Hex: #FFFFFF
  - RGB: rgb(255, 255, 255)
- **textPrimary**
  - Hex: #1A73E8
  - RGB: rgb(26, 115, 232)
- **link**
  - Hex: #1A73E8
  - RGB: rgb(26, 115, 232)

## Typography

Each font links to its Google Fonts page where available.

- **primary**: Arial [Google Fonts →](https://fonts.google.com/specimen/Arial)
- **heading**: Arial [Google Fonts →](https://fonts.google.com/specimen/Arial)

## UI Components

Live previews rendered using Aisle50's actual button styles.

- **Button Primary**
  - Background: #1A73E8
  - Text Color: #FFFFFF
  - Border Radius: 20px
  - Shadow: none

## Brand Personality

- **Tone:** modern  
- **Energy:** medium  
- **Audience:** unknown

## Aisle50 Brand in the Wild

Image: [d2aezjsmcp2rsz.cloudfront.net](https://d2aezjsmcp2rsz.cloudfront.net/ck/2017/03/01/growth-feb-2017-v3.png)  
Source: [fundersclub.com](https://fundersclub.com/blog/2017/02/24/critical-investor-skill-understanding-growth-rates/)

Image: [media.licdn.com](https://media.licdn.com/dms/image/v2/D5622AQHfH15RTwRB6A/feedshare-shrink_800/B56Zf6DP11GUAg-/0/1752246846455?e=2147483647&v=beta&t=d5FVmp-JP0UJpq6BJfZDoV2M2x7cST6NsDVvyDz5Uxc)  
Source: [linkedin.com](https://www.linkedin.com/in/maxpage)

Image: [reinmkr.com](https://www.reinmkr.com/images/portfolio/aisle50.jpg)  
Source: [reinmkr.com](https://www.reinmkr.com/)

Image: [media.licdn.com](https://media.licdn.com/dms/image/sync/v2/D5627AQE3I3uaWKELsw/articleshare-shrink_800/B56ZlX.J25J8AQ-/0/1758117536204?e=2147483647&v=beta&t=L00DKFM8Fr72KSg0YHNy2JbqPqjC4pJM_X6-qx5GWCo)  
Source: [linkedin.com](https://www.linkedin.com/in/maxpage)

Image: [d2aezjsmcp2rsz.cloudfront.net](https://d2aezjsmcp2rsz.cloudfront.net/uploads/zinnia/2017/03/28/ai-2.jpg)  
Source: [crunchbase.com](https://www.crunchbase.com/organization/aisle50)

Image: [m.media-amazon.com](https://m.media-amazon.com/images/I/71KpfY4uPkL._AC_UF1000,1000_QL80_.jpg)  
Source: [amazon.com](https://www.amazon.com/Automate-This-Algorithms-Came-World/dp/1591844924)

## Frequently Asked Questions

- **What is Aisle50's primary brand color?**
  Aisle50's primary brand color is #4285F4. It anchors the visual identity across their website, product UI, and marketing materials.

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

- **What font does Aisle50 use?**  
  Aisle50 uses Arial as the primary typeface across body and headings.

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

- **How was this brand profile generated?**  
  This profile was extracted from http://aisle50.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 Aisle50.

## Methodology

Brand data on this page was extracted from [http://aisle50.com](http://aisle50.com/) 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. 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 Aisle50.

## Machine-Readable Profile

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

- [GET /branding/aisle50.json](/content/branding/aisle50.json)  
- [GET /branding/aisle50/llms.txt](/content/branding/aisle50/llms.txt)

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#4285F4",
    "secondary": "#B4CEF9",
    "accent": "#1A73E8",
    "background": "#FFFFFF",
    "textPrimary": "#1A73E8",
    "link": "#1A73E8"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Arial"
    },
    "fontStacks": {
      "heading": [
        "sans",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "sans",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "sans",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "24px",
      "h2": "24px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1A73E8",
      "textColor": "#FFFFFF",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": null
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Reload",
      "reasoning": "The button with the text 'Reload' has a vibrant blue background (#1A73E8), which is a strong indicator of a primary call-to-action due to its bright, saturated color and action-oriented text."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button available, so no secondary button can be selected."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}
```
