Home · Branding · Stralis Aircraft

Stralis Aircraft Brand Identity

A complete profile of Stralis Aircraft's visual system — colors, typography, components, and personality — extracted from https://stralis.aero/. Built for designers, agents, and AI tools.

Download JSON
Primary
#78959C
Accent
#003F52
Body Font
Idlewild
Heading
Idlewild

Color Palette

Brand palette extracted from https://stralis.aero/.

primary
#78959C
rgb(120, 149, 156)
accent
#003F52
rgb(0, 63, 82)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#003F52
rgb(0, 63, 82)
link
#003F52
rgb(0, 63, 82)

Typography

Each font links to its Google Fonts page where available.

primary
Idlewild
heading
Idlewild
sans, sans Fallback
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

Stralis Aircraft logo
Logo
Stralis Aircraft favicon
Favicon
Stralis Aircraft social image
Social Card

UI Components

Live previews rendered using Stralis Aircraft's actual button styles.

input
background #FFFFFF textColor #003F52 borderColor #003F52 borderRadius 0px shadow none
buttonPrimary
background #F4F4F4 textColor #003F52 borderRadius 3px shadow none
buttonSecondary
background #FFFFFF textColor #003F52 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: environmentally conscious travelers and aviation industry professionals

Stralis Aircraft Brand in the Wild

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

Frequently Asked Questions

What is Stralis Aircraft's primary brand color?

Stralis Aircraft's primary brand color is #78959C. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Stralis Aircraft use?

Stralis Aircraft uses #003F52 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Stralis Aircraft use?

Stralis Aircraft uses Idlewild as the primary typeface across body and headings.

Does Stralis Aircraft use a light or dark theme?

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

Where can I find Stralis Aircraft's logo?

Stralis Aircraft's logo is available directly on their site (https://stralis.aero/). 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://stralis.aero/ 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 Stralis Aircraft.

Methodology

Brand data on this page was extracted from https://stralis.aero/ 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 Stralis Aircraft.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Idlewild",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#78959C",
    "accent": "#003F52",
    "background": "#FFFFFF",
    "textPrimary": "#003F52",
    "link": "#003F52"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Idlewild",
      "heading": "Idlewild"
    },
    "fontStacks": {
      "heading": [
        "sans",
        "sans Fallback"
      ],
      "body": [
        "sans",
        "sans Fallback"
      ],
      "paragraph": [
        "sans",
        "sans Fallback"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "44px",
      "body": "36px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#003F52",
      "borderColor": "#003F52",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F4F4F4",
      "textColor": "#003F52",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#003F52",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%20220%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22w-full%20max-w-%5B158%5D%20sm%3Amax-w-%5B224px%5D%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M1.27%207.57C1.27%205.98%201.57%204.54%202.89%203.22C4.63%201.48%208.11%200.609998%2015.19%200.609998C20.47%200.609998%2025.78%201.45%2028.57%202.56V7.48C25.39%206.13%2019.84%205.14%2015.25%205.14C10.18%205.14%207.99%205.44%207.33%206.1C7.09%206.34%206.94%206.64%206.94%207.03C6.94%207.45%207.06%207.75%207.3%207.99C7.93%208.62%2010.3%208.8%2015.76%208.92C23.8%209.1%2027.28%209.79%2028.96%2011.47C29.83%2012.34%2030.31%2013.75%2030.31%2015.25C30.31%2016.87%2029.98%2018.43%2028.81%2019.6C27.25%2021.16%2023.83%2022.39%2015.7%2022.39C9.7%2022.39%203.91%2021.46%200.7%2020.11V15.19C3.79%2016.57%2010.51%2017.86%2015.7%2017.86C20.23%2017.86%2023.41%2017.71%2024.28%2016.84C24.58%2016.54%2024.64%2016.21%2024.64%2015.88C24.64%2015.49%2024.55%2015.22%2024.31%2014.98C23.83%2014.5%2023.02%2014.17%2015.79%2013.96C8.11%2013.75%204.33%2013%202.56%2011.23C1.75%2010.42%201.27%209.1%201.27%207.57ZM65.6298%200.999999V5.74H52.3398V22H46.3698V5.74H33.0198V0.999999H65.6298ZM100.766%208.08C100.766%209.67%20100.436%2011.47%2098.9964%2012.91C97.7964%2014.11%2096.1164%2014.89%2092.5164%2015.16L103.106%2021.91V22H94.3764L84.2664%2015.25H76.7664V22H70.7964V0.999999H89.0964C95.4264%200.999999%2097.5564%201.75%2099.0864%203.28C100.406%204.6%20100.766%206.43%20100.766%208.08ZM94.1364%206.61C93.4764%205.95%2092.0664%205.83%2089.0064%205.83H76.7664V10.84H89.0064C91.7664%2010.84%2093.3864%2010.63%2094.1664%209.85C94.5564%209.46%2094.7664%208.86%2094.7664%208.26C94.7664%207.57%2094.5864%207.06%2094.1364%206.61ZM103.947%2022L119.037%200.879998H126.717L141.807%2022H134.907L132.057%2017.92H113.397L110.547%2022H103.947ZM122.727%204.6L116.427%2013.57H128.997L122.727%204.6ZM151.679%2017.17H172.409V22H145.709V0.999999H151.679V17.17ZM183.381%2022H177.411V0.999999H183.381V22ZM190.293%207.57C190.293%205.98%20190.593%204.54%20191.913%203.22C193.653%201.48%20197.133%200.609998%20204.213%200.609998C209.493%200.609998%20214.803%201.45%20217.593%202.56V7.48C214.413%206.13%20208.863%205.14%20204.273%205.14C199.203%205.14%20197.013%205.44%20196.353%206.1C196.113%206.34%20195.963%206.64%20195.963%207.03C195.963%207.45%20196.083%207.75%20196.323%207.99C196.953%208.62%20199.323%208.8%20204.783%208.92C212.823%209.1%20216.303%209.79%20217.983%2011.47C218.853%2012.34%20219.333%2013.75%20219.333%2015.25C219.333%2016.87%20219.003%2018.43%20217.833%2019.6C216.273%2021.16%20212.853%2022.39%20204.723%2022.39C198.723%2022.39%20192.933%2021.46%20189.723%2020.11V15.19C192.813%2016.57%20199.533%2017.86%20204.723%2017.86C209.253%2017.86%20212.433%2017.71%20213.303%2016.84C213.603%2016.54%20213.663%2016.21%20213.663%2015.88C213.663%2015.49%20213.573%2015.22%20213.333%2014.98C212.853%2014.5%20212.043%2014.17%20204.813%2013.96C197.133%2013.75%20193.353%2013%20191.583%2011.23C190.773%2010.42%20190.293%209.1%20190.293%207.57Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%2063%2C%2082)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.stralis.aero/favicon.ico?favicon.93f3b9ab.ico",
    "ogImage": "https://www.stralis.aero/images/og/default-og.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, aligning with the brand 'Stralis Aircraft'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Learn more",
      "reasoning": "Button #1 'Learn more' is likely the primary CTA due to its action-oriented text, encouraging users to engage further with the content."
    },
    "secondary": {
      "index": 3,
      "text": "2-6 seatZero-emission iconsExplore",
      "reasoning": "Button #3 has a different background color group and provides additional information, making it a suitable secondary option."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "environmentally conscious travelers and aviation industry professionals"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, aligning with the brand 'Stralis Aircraft'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles