Home · Branding · Azalea Robotics Corporation

Azalea Robotics Corporation Brand Identity

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

Download JSON
Primary
#E66094
Accent
#E66094
Body Font
Inter Tight
Heading
Inter Tight

Color Palette

Brand palette extracted from https://azalearobotics.com/.

primary
#E66094
rgb(230, 96, 148)
secondary
#0073E6
rgb(0, 115, 230)
accent
#E66094
rgb(230, 96, 148)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1D1C1A
rgb(29, 28, 26)
link
#3898EC
rgb(56, 152, 236)

Typography

Each font links to its Google Fonts page where available.

primary
Inter Tight
Inter Tight Google Fonts →
heading
Inter Tight
Inter Tight Google Fonts →
Inter Tight, Arial, 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

Azalea Robotics Corporation logo
Logo
Azalea Robotics Corporation favicon
Favicon
Azalea Robotics Corporation social image
Social Card

UI Components

Live previews rendered using Azalea Robotics Corporation's actual button styles.

input
background #FFFFFF textColor #FFFFFF borderColor null borderRadius 26.4px shadow rgb(240, 238, 230) 0px 0px 0px 1px
buttonPrimary
background #E66094 textColor #1D1C1A borderRadius 8px shadow none
buttonSecondary
background #DDDDDD textColor #1D1C1A borderColor #E66094 borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: airports and aviation industry professionals

Azalea Robotics Corporation Brand in the Wild

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

Frequently Asked Questions

What is Azalea Robotics Corporation's primary brand color?

Azalea Robotics Corporation's primary brand color is #E66094. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Azalea Robotics Corporation use?

Azalea Robotics Corporation uses Inter Tight as the primary typeface across body and headings.

Does Azalea Robotics Corporation use a light or dark theme?

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

Where can I find Azalea Robotics Corporation's logo?

Azalea Robotics Corporation's logo is available directly on their site (https://azalearobotics.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://azalearobotics.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 Azalea Robotics Corporation.

Methodology

Brand data on this page was extracted from https://azalearobotics.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 Azalea Robotics Corporation.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter Tight",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#E66094",
    "secondary": "#0073E6",
    "accent": "#E66094",
    "background": "#FFFFFF",
    "textPrimary": "#1D1C1A",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter Tight",
      "heading": "Inter Tight"
    },
    "fontStacks": {
      "heading": [
        "Inter Tight",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Inter Tight",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Inter Tight",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "24px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "26.4px",
      "borderRadiusCorners": {
        "topLeft": "26.4px",
        "topRight": "26.4px",
        "bottomRight": "26.4px",
        "bottomLeft": "26.4px"
      },
      "shadow": "rgb(240, 238, 230) 0px 0px 0px 1px"
    },
    "buttonPrimary": {
      "background": "#E66094",
      "textColor": "#1D1C1A",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#DDDDDD",
      "textColor": "#1D1C1A",
      "borderColor": "#E66094",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20viewBox%3D%220%200%20126%2032%22%20fill%3D%22none%22%20title%3D%22Azalea%20Robotics%22%20class%3D%22u-w-100%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M68.385%2014.1549L72.7481%200.623469H75.5535L79.9166%2014.1549H77.8941L73.8759%201.80791H74.3799L70.4089%2014.1549H68.385ZM70.6514%2011.1015V9.2596H77.6609V11.1015H70.6514Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M80.6617%2013.8453L86.3763%205.76472H81.1845V4.00707H89.4715V4.32627L83.7663%2012.3987H89.1912V14.1563H80.6617V13.8453Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M93.8063%2014.4374C93.0611%2014.4374%2092.4359%2014.2975%2091.932%2014.0191C91.428%2013.7406%2091.048%2013.3711%2090.7906%2012.9107C90.5333%2012.4502%2090.4039%2011.9449%2090.4039%2011.3934C90.4039%2010.88%2090.4942%2010.429%2090.6748%2010.0406C90.8553%209.65209%2091.1221%209.32202%2091.4765%209.049C91.8309%208.77598%2092.2661%208.55594%2092.7822%208.38615C93.2296%208.25439%2093.7362%208.13894%2094.3021%208.03842C94.8681%207.93791%2095.4623%207.84418%2096.0875%207.75589C96.7128%207.6676%2097.3326%207.58067%2097.9471%207.49238L97.2383%207.88765C97.2504%207.09168%2097.0847%206.50217%2096.7397%206.11642C96.3948%205.73066%2095.8032%205.53913%2094.9638%205.53913C94.4356%205.53913%2093.9505%205.66274%2093.5098%205.90995C93.0679%206.15716%2092.7606%206.56602%2092.5868%207.13651L90.7691%206.57281C91.017%205.70213%2091.4913%205.00939%2092.1907%204.49595C92.89%203.98251%2093.8198%203.72579%2094.9826%203.72579C95.8841%203.72579%2096.6683%203.88064%2097.3367%204.19033C98.005%204.50003%2098.4941%204.99038%2098.8054%205.66138C98.9671%205.99417%2099.0668%206.34461%2099.1032%206.71407C99.1409%207.08353%2099.1584%207.48152%2099.1584%207.90802V14.1562H97.4337V11.8349L97.7692%2012.1351C97.3528%2012.912%2096.8233%2013.4893%2096.1792%2013.8683C95.5351%2014.2473%2094.7455%2014.4374%2093.8063%2014.4374ZM94.1512%2012.8305C94.7037%2012.8305%2095.1794%2012.7314%2095.5769%2012.5344C95.9744%2012.3375%2096.2951%2012.0848%2096.5376%2011.7778C96.7802%2011.4709%2096.9391%2011.1517%2097.0133%2010.8189C97.1184%2010.5187%2097.179%2010.1805%2097.1952%209.80422C97.21%209.42797%2097.2181%209.12779%2097.2181%208.90231L97.8514%209.13729C97.2356%209.23102%2096.6764%209.31523%2096.1738%209.3913C95.6698%209.466%2095.2157%209.54071%2094.8088%209.6127C94.4019%209.68469%2094.0394%209.77162%2093.7227%209.87078C93.4559%209.9645%2093.2174%2010.0772%2093.0099%2010.209C92.8011%2010.3408%2092.6367%2010.4997%2092.5154%2010.6885C92.3941%2010.8759%2092.3335%2011.1055%2092.3335%2011.3744C92.3335%2011.6434%2092.3982%2011.8797%2092.5289%2012.1025C92.6596%2012.3252%2092.8577%2012.5018%2093.1258%2012.6336C93.3926%2012.7653%2093.7349%2012.8305%2094.1512%2012.8305Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M101.766%2014.1549V0.342292H103.714V14.1549H101.766Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M110.976%2014.4375C109.975%2014.4375%20109.097%2014.2161%20108.343%2013.7746C107.588%2013.3332%20107.001%2012.7165%20106.58%2011.9233C106.161%2011.1314%20105.951%2010.2118%20105.951%209.16591C105.951%208.05753%20106.157%207.09584%20106.571%206.28086C106.985%205.46723%20107.56%204.83698%20108.3%204.39145C109.039%203.94728%20109.9%203.72452%20110.881%203.72452C111.862%203.72452%20112.78%203.96358%20113.501%204.44307C114.222%204.92255%20114.761%205.60306%20115.118%206.48732C115.475%207.37022%20115.616%208.4202%20115.542%209.63588H113.594V8.92141C113.582%207.74376%20113.359%206.87308%20112.927%206.30938C112.494%205.74569%20111.838%205.46316%20110.956%205.46316C109.98%205.46316%20109.247%205.77285%20108.755%206.3936C108.265%207.01435%20108.019%207.90947%20108.019%209.08169C108.019%2010.2539%20108.265%2011.0594%20108.755%2011.6706C109.246%2012.2819%20109.954%2012.5875%20110.88%2012.5875C111.489%2012.5875%20112.016%2012.4476%20112.461%2012.1691C112.905%2011.8907%20113.252%2011.4913%20113.5%2010.9711L115.41%2011.5823C115.018%2012.491%20114.425%2013.1933%20113.63%2013.6918C112.835%2014.1903%20111.949%2014.4389%20110.973%2014.4389L110.976%2014.4375ZM107.387%209.63588V8.10371H114.575V9.63588H107.387Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M120.289%2014.4374C119.544%2014.4374%20118.919%2014.2975%20118.415%2014.0191C117.911%2013.7406%20117.531%2013.3711%20117.274%2012.9107C117.016%2012.4502%20116.887%2011.9449%20116.887%2011.3934C116.887%2010.88%20116.977%2010.429%20117.158%2010.0406C117.338%209.65209%20117.605%209.32202%20117.96%209.049C118.314%208.77598%20118.749%208.55594%20119.265%208.38615C119.713%208.25439%20120.219%208.13894%20120.785%208.03842C121.351%207.93791%20121.945%207.84418%20122.571%207.75589C123.196%207.6676%20123.816%207.58067%20124.43%207.49238L123.721%207.88765C123.734%207.09168%20123.568%206.50217%20123.223%206.11642C122.878%205.73066%20122.286%205.53913%20121.447%205.53913C120.919%205.53913%20120.434%205.66274%20119.993%205.90995C119.551%206.15716%20119.244%206.56602%20119.07%207.13651L117.252%206.57281C117.5%205.70213%20117.974%205.00939%20118.674%204.49595C119.373%203.98251%20120.303%203.72579%20121.466%203.72579C122.367%203.72579%20123.151%203.88064%20123.82%204.19033C124.488%204.50003%20124.977%204.99038%20125.289%205.66138C125.45%205.99417%20125.55%206.34461%20125.586%206.71407C125.624%207.08353%20125.642%207.48152%20125.642%207.90802V14.1562H123.917V11.8349L124.252%2012.1351C123.836%2012.912%20123.306%2013.4893%20122.662%2013.8683C122.02%2014.2473%20121.229%2014.4374%20120.289%2014.4374ZM120.634%2012.8305C121.187%2012.8305%20121.663%2012.7314%20122.06%2012.5344C122.458%2012.3375%20122.778%2012.0848%20123.021%2011.7778C123.263%2011.4709%20123.422%2011.1517%20123.496%2010.8189C123.602%2010.5187%20123.662%2010.1805%20123.678%209.80422C123.693%209.42797%20123.701%209.12779%20123.701%208.90231L124.335%209.13729C123.719%209.23102%20123.16%209.31523%20122.657%209.3913C122.153%209.466%20121.699%209.54071%20121.292%209.6127C120.885%209.68469%20120.523%209.77162%20120.206%209.87078C119.939%209.9645%20119.701%2010.0772%20119.493%2010.209C119.284%2010.3408%20119.12%2010.4997%20118.999%2010.6885C118.877%2010.8759%20118.817%2011.1055%20118.817%2011.3744C118.817%2011.6434%20118.881%2011.8797%20119.012%2012.1025C119.143%2012.3252%20119.341%2012.5018%20119.609%2012.6336C119.876%2012.7653%20120.218%2012.8305%20120.634%2012.8305Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M49.7791%2031.3756V17.8441H55.204C55.3347%2017.8441%2055.4964%2017.8482%2055.6891%2017.8577C55.8818%2017.8672%2056.065%2017.8876%2056.2389%2017.9188C56.984%2018.0384%2057.6079%2018.2951%2058.1078%2018.689C58.6077%2019.0843%2058.9823%2019.5814%2059.2316%2020.1831C59.4795%2020.7849%2059.6048%2021.4491%2059.6048%2022.1758C59.6048%2023.2529%2059.3313%2024.182%2058.7842%2024.9617C58.2372%2025.7413%2057.4166%2026.229%2056.3238%2026.4232L55.5314%2026.5169H51.7275V31.3756H49.7791ZM51.7275%2024.6574H55.1299C55.2539%2024.6574%2055.3927%2024.6506%2055.5449%2024.6384C55.6972%2024.6262%2055.8414%2024.6044%2055.9788%2024.5732C56.3763%2024.4795%2056.697%2024.3056%2056.9396%2024.0516C57.1821%2023.7976%2057.3559%2023.5056%2057.461%2023.1728C57.5661%2022.8413%2057.62%2022.5086%2057.62%2022.1771C57.62%2021.8457%2057.5675%2021.5143%2057.461%2021.1856C57.3559%2020.8569%2057.1808%2020.5648%2056.9396%2020.3122C56.697%2020.0582%2056.3763%2019.8843%2055.9788%2019.7906C55.8427%2019.7526%2055.6972%2019.7281%2055.5449%2019.7159C55.3927%2019.7037%2055.2539%2019.6969%2055.1299%2019.6969H51.7275V24.6588V24.6574ZM57.6281%2031.3756L54.9803%2025.869L56.9476%2025.361L59.8555%2031.3756H57.6281Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M66.0929%2031.6582C65.0863%2031.6582%2064.2132%2031.43%2063.4734%2030.9722C62.7336%2030.5145%2062.1637%2029.8842%2061.7635%2029.0787C61.3633%2028.2733%2061.1625%2027.3455%2061.1625%2026.2928C61.1625%2025.2402%2061.3673%2024.3029%2061.7783%2023.4974C62.1879%2022.692%2062.7633%2022.0658%2063.5031%2021.6175C64.2428%2021.1693%2065.1065%2020.9452%2066.0942%2020.9452C67.0819%2020.9452%2067.974%2021.1734%2068.7137%2021.6311C69.4535%2022.0889%2070.0248%2022.7178%2070.429%2023.5192C70.8333%2024.3206%2071.0354%2025.2456%2071.0354%2026.2915C71.0354%2027.3374%2070.8319%2028.2828%2070.425%2029.0869C70.0181%2029.8924%2069.444%2030.5213%2068.7056%2030.9749C67.9659%2031.4286%2067.0954%2031.6568%2066.0956%2031.6568L66.0929%2031.6582ZM66.0929%2029.8068C67.0563%2029.8068%2067.7759%2029.4794%2068.2515%2028.8247C68.7272%2028.17%2068.9643%2027.3265%2068.9643%2026.2928C68.9643%2025.2592%2068.7231%2024.3871%2068.2421%2023.7514C67.7611%2023.1158%2067.0442%2022.7979%2066.0929%2022.7979C65.4407%2022.7979%2064.9031%2022.9473%2064.48%2023.2448C64.0569%2023.5423%2063.7429%2023.9525%2063.5381%2024.4754C63.3333%2024.9984%2063.2309%2025.6042%2063.2309%2026.2942C63.2309%2027.3591%2063.4734%2028.2108%2063.9585%2028.8505C64.4436%2029.4889%2065.155%2029.8095%2066.0929%2029.8095V29.8068Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M72.8882%2031.3756V17.8441H74.8461V24.0747H74.6224V31.3756H72.8882ZM77.6232%2031.6581C76.6598%2031.6581%2075.8526%2031.4218%2075.1991%2030.9491C74.5469%2030.4764%2074.0524%2029.8353%2073.7169%2029.0271C73.3814%2028.2189%2073.2129%2027.3075%2073.2129%2026.2928C73.2129%2025.2782%2073.3787%2024.3667%2073.7115%2023.5585C74.0443%2022.7503%2074.5348%2022.1133%2075.1843%2021.646C75.8338%2021.1788%2076.6342%2020.9465%2077.5841%2020.9465C78.5341%2020.9465%2079.3439%2021.1801%2080.0311%2021.646C80.7183%2022.1133%2081.2479%2022.749%2081.6211%2023.5531C81.9944%2024.3586%2082.1803%2025.2714%2082.1803%2026.2928C82.1803%2027.3143%2081.9957%2028.2202%2081.6252%2029.0325C81.256%2029.8434%2080.7305%2030.4845%2080.05%2030.9545C79.3695%2031.4245%2078.5597%2031.6595%2077.6219%2031.6595L77.6232%2031.6581ZM77.3537%2029.8815C77.9749%2029.8815%2078.4896%2029.7212%2078.8966%2029.402C79.3035%2029.0828%2079.608%2028.6522%2079.8101%2028.1102C80.0123%2027.5683%2080.1133%2026.9625%2080.1133%2026.2915C80.1133%2025.6204%2080.0123%2025.0255%2079.8101%2024.4876C79.608%2023.9484%2079.2994%2023.5191%2078.8831%2023.1999C78.4667%2022.8807%2077.9358%2022.7205%2077.289%2022.7205C76.68%2022.7205%2076.1787%2022.8712%2075.7839%2023.1714C75.3891%2023.4716%2075.0967%2023.8913%2074.9081%2024.4306C74.7181%2024.9698%2074.6237%2025.5892%2074.6237%2026.2915C74.6237%2026.9937%2074.7167%2027.6131%2074.904%2028.1523C75.09%2028.6916%2075.3851%2029.114%2075.7893%2029.421C76.1935%2029.728%2076.715%2029.8815%2077.3551%2029.8815H77.3537Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M88.4178%2031.6582C87.4112%2031.6582%2086.5381%2031.43%2085.7983%2030.9722C85.0586%2030.5145%2084.4886%2029.8842%2084.0884%2029.0787C83.6882%2028.2733%2083.4874%2027.3455%2083.4874%2026.2928C83.4874%2025.2402%2083.6922%2024.3029%2084.1032%2023.4974C84.5128%2022.692%2085.0882%2022.0658%2085.828%2021.6175C86.5677%2021.1693%2087.4314%2020.9452%2088.4191%2020.9452C89.4068%2020.9452%2090.2989%2021.1734%2091.0386%2021.6311C91.7784%2022.0889%2092.3497%2022.7178%2092.754%2023.5192C93.1582%2024.3206%2093.3603%2025.2456%2093.3603%2026.2915C93.3603%2027.3374%2093.1568%2028.2828%2092.7499%2029.0869C92.343%2029.8924%2091.769%2030.5213%2091.0305%2030.9749C90.2908%2031.4286%2089.4203%2031.6568%2088.4205%2031.6568L88.4178%2031.6582ZM88.4178%2029.8068C89.3812%2029.8068%2090.1008%2029.4794%2090.5764%2028.8247C91.0521%2028.17%2091.2893%2027.3265%2091.2893%2026.2928C91.2893%2025.2592%2091.0481%2024.3871%2090.567%2023.7514C90.086%2023.1158%2089.3691%2022.7979%2088.4178%2022.7979C87.7656%2022.7979%2087.228%2022.9473%2086.8049%2023.2448C86.3818%2023.5423%2086.0678%2023.9525%2085.863%2024.4754C85.6582%2024.9984%2085.5558%2025.6042%2085.5558%2026.2942C85.5558%2027.3591%2085.7983%2028.2108%2086.2834%2028.8505C86.7685%2029.4889%2087.48%2029.8095%2088.4178%2029.8095V29.8068Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M94.1041%2022.8061V21.2277H100.984V22.8061H94.1041ZM100.984%2031.3756C100.351%2031.5006%2099.7284%2031.5536%2099.1194%2031.5359C98.5103%2031.5169%2097.9659%2031.3974%2097.4876%2031.1787C97.0092%2030.96%2096.6481%2030.615%2096.4056%2030.145C96.1886%2029.7253%2096.0714%2029.2974%2096.0566%2028.8628C96.0404%2028.4281%2096.0337%2027.9337%2096.0337%2027.3822V18.4078H97.9915V27.2885C97.9915%2027.696%2097.9956%2028.0491%2098.005%2028.3507C98.0145%2028.6509%2098.0778%2028.9049%2098.1964%2029.1113C98.42%2029.4998%2098.7758%2029.7212%2099.2635%2029.7742C99.7513%2029.8272%20100.324%2029.8068%20100.983%2029.7131V31.3756H100.984Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M103.1%2019.5638V17.6567H105.048V19.5638H103.1ZM103.1%2031.3757V21.2277H105.048V31.3757H103.1Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M111.965%2031.6581C110.933%2031.6581%20110.057%2031.4258%20109.336%2030.9626C108.615%2030.4994%20108.064%2029.8637%20107.681%2029.0556C107.299%2028.2474%20107.104%2027.3291%20107.099%2026.3023C107.106%2025.2564%20107.304%2024.33%20107.696%2023.5259C108.088%2022.7204%20108.647%2022.0901%20109.374%2021.6324C110.101%2021.1746%20110.974%2020.9465%20111.993%2020.9465C113.093%2020.9465%20114.033%2021.2222%20114.813%2021.7737C115.594%2022.3251%20116.107%2023.0804%20116.356%2024.038L114.417%2024.6017C114.224%2024.0312%20113.909%2023.5884%20113.471%2023.2719C113.033%2022.9554%20112.531%2022.7978%20111.966%2022.7978C111.326%2022.7978%20110.801%2022.95%20110.391%2023.2542C109.981%2023.5585%20109.677%2023.9728%20109.477%2024.4998C109.278%2025.0255%20109.176%2025.6272%20109.17%2026.3036C109.177%2027.3495%20109.414%2028.1957%20109.883%2028.8409C110.352%2029.4861%20111.047%2029.8094%20111.966%2029.8094C112.594%2029.8094%20113.102%2029.6641%20113.49%2029.372C113.878%2029.0814%20114.175%2028.663%20114.381%2028.117L116.358%2028.5869C116.027%2029.5771%20115.484%2030.3364%20114.726%2030.8662C113.967%2031.3959%20113.048%2031.6608%20111.966%2031.6608L111.965%2031.6581Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M121.92%2031.6486C120.695%2031.6486%20119.698%2031.3755%20118.927%2030.8309C118.156%2030.2862%20117.685%2029.5187%20117.51%2028.5285L119.504%2028.2188C119.628%2028.7445%20119.916%2029.1601%20120.366%2029.4644C120.816%2029.7687%20121.378%2029.9208%20122.049%2029.9208C122.658%2029.9208%20123.135%2029.7958%20123.48%2029.5445C123.825%2029.2946%20123.998%2028.9496%20123.998%2028.5109C123.998%2028.2542%20123.937%2028.0463%20123.816%2027.886C123.694%2027.7258%20123.441%2027.575%20123.056%2027.4297C122.67%2027.2857%20122.083%2027.1077%20121.293%2026.8945C120.43%2026.669%20119.744%2026.4259%20119.238%2026.1664C118.732%2025.907%20118.372%2025.6027%20118.156%2025.255C117.941%2024.9073%20117.834%2024.4862%20117.834%2023.9918C117.834%2023.3778%20117.996%2022.8426%20118.319%2022.3849C118.643%2021.9271%20119.098%2021.574%20119.686%2021.3227C120.273%2021.0728%20120.962%2020.9465%20121.75%2020.9465C122.538%2020.9465%20123.207%2021.0687%20123.81%2021.3132C124.413%2021.5577%20124.9%2021.9041%20125.274%2022.3509C125.647%2022.7992%20125.871%2023.3235%20125.945%2023.9252L123.949%2024.292C123.88%2023.803%20123.654%2023.4186%20123.269%2023.136C122.883%2022.8535%20122.383%2022.7014%20121.768%2022.6756C121.177%2022.6511%20120.699%2022.7489%20120.333%2022.9717C119.966%2023.1945%20119.783%2023.5001%20119.783%2023.8872C119.783%2024.1127%20119.853%2024.3042%20119.993%2024.4604C120.133%2024.6166%20120.405%2024.7674%20120.808%2024.9114C121.212%2025.0553%20121.809%2025.2278%20122.598%2025.4275C123.442%2025.6462%20124.114%2025.8893%20124.611%2026.1556C125.108%2026.4218%20125.464%2026.7383%20125.678%2027.105C125.892%2027.4718%20126%2027.9146%20126%2028.4348C126%2029.4372%20125.638%2030.2237%20124.914%2030.7928C124.19%2031.3633%20123.191%2031.6486%20121.917%2031.6486H121.92Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M51.5579%200H24.145C22.9498%200%2021.9809%200.976624%2021.9809%202.18144V29.8149C21.9809%2031.7573%2024.312%2032.7312%2025.6743%2031.3566L53.0872%203.72312C54.4509%202.34987%2053.4861%200%2051.5579%200Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M2.16769%2023.9593H14.2545C15.4497%2023.9593%2016.4185%2022.9827%2016.4185%2021.7779V9.59387C16.4185%207.65149%2014.0874%206.67758%2012.7251%208.05219L0.638311%2020.2362C-0.725327%2021.6108%200.240808%2023.9593%202.16769%2023.9593Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(29%2C%2028%2C%2026)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/69b2e97a0e33221ae2092aad/69cc67c55122cec0c5e37819_favicon-light.png",
    "ogImage": "https://cdn.prod.website-files.com/69b2e97a0e33221ae2092aad/69df55628756f8987adcb683_opengraph.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started​Get Started",
      "reasoning": "Button #0 uses the brand's vibrant color (#E66094) and has action-oriented text 'Get Started', making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 5,
      "text": "Read ArticleRead Article",
      "reasoning": "Button #5 has a different background color (#DDDDDD) and serves as a secondary action with the text 'Read Article', which is less direct than 'Get Started'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "airports and aviation industry professionals"
  },
  "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 located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles