Home · Branding · Flightcontrol

Flightcontrol Brand Identity

A complete profile of Flightcontrol's visual system — colors, typography, components, and personality — extracted from https://www.flightcontrol.dev?ref=bookface. Built for designers, agents, and AI tools.

Download JSON
Primary
#003DB2
Accent
#4387EF
Body Font
Helvetica Neue
Heading
Helvetica Neue

Color Palette

Brand palette extracted from https://www.flightcontrol.dev?ref=bookface.

primary
#003DB2
rgb(0, 61, 178)
secondary
#003499
rgb(0, 52, 153)
accent
#4387EF
rgb(67, 135, 239)
background
#FCFCFC
rgb(252, 252, 252)
textPrimary
#19191A
rgb(25, 25, 26)
link
#4387EF
rgb(67, 135, 239)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue
Helvetica Neue Google Fonts →
heading
Helvetica Neue
Helvetica Neue Google Fonts →
Youth Medium, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, 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

Flightcontrol logo
Logo
Flightcontrol favicon
Favicon
Flightcontrol social image
Social Card

UI Components

Live previews rendered using Flightcontrol's actual button styles.

input
background transparent textColor #19191A borderColor #E1E1E1 borderRadius 6px shadow none
buttonPrimary
background #4387EF textColor #FFFFFF borderRadius 6px shadow none
buttonSecondary
background #EFEFEF textColor #19191A borderRadius 6px shadow none

Brand Personality

Tone: modern Energy: medium Audience: developers and tech professionals

Flightcontrol Brand in the Wild

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

Frequently Asked Questions

What is Flightcontrol's primary brand color?

Flightcontrol's primary brand color is #003DB2. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Flightcontrol use?

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

What font does Flightcontrol use?

Flightcontrol uses Helvetica Neue as the primary typeface across body and headings.

Does Flightcontrol use a light or dark theme?

Flightcontrol's primary site uses a light color scheme, with a background of #FCFCFC.

Where can I find Flightcontrol's logo?

Flightcontrol's logo is available directly on their site (https://www.flightcontrol.dev?ref=bookface). 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.flightcontrol.dev?ref=bookface 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 Flightcontrol.

Methodology

Brand data on this page was extracted from https://www.flightcontrol.dev?ref=bookface 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 Flightcontrol.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#003DB2",
    "secondary": "#003499",
    "accent": "#4387EF",
    "background": "#FCFCFC",
    "textPrimary": "#19191A",
    "link": "#4387EF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Helvetica Neue"
    },
    "fontStacks": {
      "heading": [
        "Youth Medium",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "PP Neue Montreal",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "PP Neue Montreal",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "14px",
      "body": "21px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#19191A",
      "borderColor": "#E1E1E1",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#4387EF",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#EFEFEF",
      "textColor": "#19191A",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20aria-hidden%3D%22true%22%20class%3D%22Logo_base__PpC_L%22%20viewBox%3D%220%200%20160%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cg%20clip-path%3D%22url(%23clip0_779_18318)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M19.1948%208.34912H10.5205C9.3009%208.34912%208.31641%209.33626%208.31641%2010.5591C8.31641%2011.782%209.3009%2012.7691%2010.5205%2012.7691H16.6527L19.1997%208.34912H19.1948Z%22%20fill%3D%22%23191919%22%20style%3D%22fill%3A%20rgb(25%2C%2025%2C%2025)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M10.5257%200C4.72163%200%200%204.73433%200%2010.5589V11.0353C0%2015.6469%202.96816%2019.566%207.08245%2021L9.19347%2017.3314L7.52816%2016.3786C5.66694%2015.3227%204.40326%2013.3288%204.40326%2011.0353V10.5589C4.40326%207.17516%207.15102%204.42002%2010.5257%204.42002H21.4531L24%200H10.5257Z%22%20fill%3D%22%23191919%22%20style%3D%22fill%3A%20rgb(25%2C%2025%2C%2025)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url(%23clip1_779_18318)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M37%2017.9235H39.7438V11.2181H46.6129V8.87969H39.7438V4.33842H48.2175V2H37V17.9235Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M52.4062%202H49.9775V17.9235H52.4062V2Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M57.4043%206.5415H54.9756V17.9237H57.4043V6.5415Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M57.4915%202.15479H54.8398V4.67234H57.4915V2.15479Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M67.8842%207.85796H67.8406C67.4819%207.39803%2067.031%207.00587%2066.4784%206.68633C65.9258%206.3668%2065.2423%206.20703%2064.4278%206.20703C63.4632%206.20703%2062.6003%206.42974%2061.8537%206.87515C61.1023%207.32056%2060.5158%207.95963%2060.094%208.79236C59.6723%209.62509%2059.459%2010.6273%2059.459%2011.7989C59.459%2012.9705%2059.6723%2013.9533%2060.094%2014.7958C60.5158%2015.6333%2061.1023%2016.2724%2061.8537%2016.713C62.6051%2017.1487%2063.4632%2017.3714%2064.4278%2017.3714C65.2616%2017.3714%2065.95%2017.2165%2066.5027%2016.9018C67.0504%2016.5919%2067.4964%2016.1901%2067.8406%2015.7011H67.8842V17.0615C67.8842%2018.117%2067.6419%2018.8819%2067.1571%2019.3564C66.6723%2019.8309%2065.9355%2020.0681%2064.9369%2020.0681C64.1176%2020.0681%2063.4971%2019.9132%2063.0753%2019.613C62.6536%2019.308%2062.3724%2018.8965%2062.2367%2018.3784H59.7159C59.8177%2019.0756%2060.0746%2019.6953%2060.4867%2020.2375C60.8939%2020.7798%2061.4756%2021.2107%2062.227%2021.5302C62.9784%2021.8497%2063.8898%2022.0095%2064.9611%2022.0095C66.6723%2022.0095%2067.9957%2021.5931%2068.941%2020.7604C69.8863%2019.9277%2070.3566%2018.6592%2070.3566%2016.9502V6.5653H67.8794V7.85796H67.8842ZM67.5255%2013.7839C67.3025%2014.3164%2066.968%2014.7231%2066.522%2014.9991C66.0761%2015.2751%2065.5477%2015.4106%2064.9369%2015.4106C63.9576%2015.4106%2063.2208%2015.0814%2062.7312%2014.4181C62.2415%2013.7597%2061.9943%2012.8834%2061.9943%2011.8037C61.9943%2011.092%2062.101%2010.4675%2062.3191%209.9301C62.5324%209.39754%2062.862%208.9715%2063.2983%208.66164C63.7346%208.35179%2064.2824%208.19202%2064.9369%208.19202C65.5477%208.19202%2066.0761%208.33243%2066.522%208.60355C66.968%208.87951%2067.3025%209.28135%2067.5255%209.81875C67.7485%2010.3513%2067.86%2011.0146%2067.86%2011.7989C67.86%2012.5832%2067.7485%2013.2465%2067.5255%2013.779V13.7839Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M79.078%206.20721C78.186%206.20721%2077.4298%206.38151%2076.8044%206.73009C76.1791%207.07867%2075.6894%207.50472%2075.3307%208.01307H75.2871V2H72.8584V17.9235H75.2871V11.0196C75.2871%2010.4725%2075.4083%209.98838%2075.6555%209.57202C75.9027%209.15565%2076.2421%208.83612%2076.6832%208.61341C77.1195%208.3907%2077.6237%208.27935%2078.186%208.27935C78.9422%208.27935%2079.5046%208.49722%2079.8681%208.93779C80.2317%209.37836%2080.4159%209.98838%2080.4159%2010.7727V17.9235H82.8688V10.0852C82.8688%208.83612%2082.5198%207.88235%2081.8217%207.21423C81.1237%206.54611%2080.2075%206.21206%2079.078%206.21206V6.20721Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M88.9335%2015.987C88.7541%2015.9144%2088.6281%2015.774%2088.5554%2015.5755C88.4826%2015.377%2088.4439%2015.0671%2088.4439%2014.6507V8.52632H90.5623V6.54617H88.4439V2.97803H85.9667V6.54133H84.3379V8.52148H85.9667V14.6217C85.9667%2015.498%2086.0879%2016.1855%2086.3254%2016.6793C86.563%2017.178%2086.9072%2017.5314%2087.3628%2017.7493C87.8137%2017.9623%2088.3857%2018.0736%2089.0692%2018.0736C89.5588%2018.0736%2090.0727%2018.0204%2090.6059%2017.9187V16.0257C90.2472%2016.0693%2089.937%2016.0935%2089.6703%2016.0935C89.3601%2016.0935%2089.1128%2016.0548%2088.9335%2015.9821V15.987Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M95.5891%208.73422C96.0594%208.37111%2096.6508%208.18714%2097.3634%208.18714C97.9742%208.18714%2098.4735%208.30818%2098.871%208.55509C99.2637%208.802%2099.5497%209.11186%2099.7291%209.48949C99.9084%209.86712%20100.01%2010.2738%20100.039%2010.7047H102.56C102.473%209.82839%20102.201%209.05376%20101.746%208.37596C101.29%207.69815%20100.689%207.17044%2099.9278%206.78312C99.1716%206.39581%2098.3087%206.20215%2097.3392%206.20215C96.2242%206.20215%2095.2401%206.4539%2094.3869%206.95741C93.5337%207.46092%2092.8744%208.17262%2092.4139%209.09733C91.9534%2010.0172%2091.7207%2011.0581%2091.7207%2012.2152C91.7207%2013.3723%2091.9485%2014.452%2092.4139%2015.367C92.8744%2016.282%2093.5337%2016.9889%2094.3869%2017.4924C95.2401%2017.9959%2096.2339%2018.2477%2097.3634%2018.2477C98.3426%2018.2477%2099.2201%2018.0492%2099.986%2017.657C100.752%2017.2648%20101.363%2016.7226%20101.814%2016.0303C102.269%2015.3379%20102.516%2014.5585%20102.56%2013.6822H100.039C100.01%2014.1421%2099.9036%2014.5682%2099.7291%2014.9506C99.5497%2015.3379%2099.2637%2015.6575%2098.871%2015.9092C98.4784%2016.161%2097.9742%2016.2869%2097.3634%2016.2869C96.6508%2016.2869%2096.0594%2016.1029%2095.5891%2015.7301C95.1189%2015.3573%2094.7844%2014.8732%2094.576%2014.2728C94.3675%2013.6725%2094.2657%2012.985%2094.2657%2012.2104C94.2657%2011.4357%2094.3675%2010.7918%2094.576%2010.1818C94.7844%209.57179%2095.1238%209.08765%2095.5891%208.72454V8.73422Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M112.663%206.96718C111.8%206.46367%20110.782%206.21191%20109.609%206.21191C108.435%206.21191%20107.408%206.46367%20106.53%206.96718C105.653%207.47069%20104.984%208.18238%20104.523%209.09257C104.063%2010.0076%20103.83%2011.0582%20103.83%2012.2444C103.83%2013.4305%20104.058%2014.4617%20104.523%2015.3719C104.984%2016.287%20105.653%2016.9986%20106.53%2017.5118C107.408%2018.025%20108.435%2018.2816%20109.609%2018.2816C110.782%2018.2816%20111.78%2018.025%20112.653%2017.5118C113.521%2016.9986%20114.19%2016.287%20114.65%2015.3719C115.111%2014.4569%20115.343%2013.4063%20115.343%2012.2201C115.343%2011.034%20115.111%209.9834%20114.65%209.07805C114.19%208.1727%20113.525%207.46585%20112.667%206.96234L112.663%206.96718ZM112.483%2014.3504C112.246%2014.9652%20111.882%2015.4445%20111.392%2015.7883C110.903%2016.132%20110.307%2016.3015%20109.609%2016.3015C108.537%2016.3015%20107.728%2015.9287%20107.18%2015.1879C106.632%2014.4472%20106.356%2013.4644%20106.356%2012.2492C106.356%2011.4455%20106.477%2010.7435%20106.714%2010.1335C106.952%209.52346%20107.316%209.04416%20107.805%208.69557C108.295%208.34699%20108.896%208.1727%20109.613%208.1727C110.656%208.1727%20111.451%208.54549%20112.008%209.29591C112.566%2010.0463%20112.847%2011.0291%20112.847%2012.2492C112.847%2013.0335%20112.726%2013.7355%20112.488%2014.3552L112.483%2014.3504Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M123.541%206.20703C122.649%206.20703%20121.893%206.38132%20121.267%206.72991C120.642%207.07849%20120.152%207.50454%20119.794%208.01289H119.75V6.54109H117.321V17.9233H119.75V11.0194C119.75%2010.4723%20119.871%209.9882%20120.118%209.57183C120.366%209.15547%20120.705%208.83593%20121.146%208.61323C121.582%208.39052%20122.087%208.27917%20122.649%208.27917C123.405%208.27917%20123.967%208.49703%20124.331%208.93761C124.695%209.37818%20124.879%209.9882%20124.879%2010.7725V17.9233H127.332V10.085C127.332%208.83594%20126.983%207.88217%20126.285%207.21405C125.587%206.54593%20124.67%206.21187%20123.541%206.21187V6.20703Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M133.401%2015.987C133.222%2015.9144%20133.096%2015.774%20133.023%2015.5755C132.95%2015.377%20132.912%2015.0671%20132.912%2014.6507V8.52632H135.03V6.54617H132.912V2.97803H130.434V6.54133H128.806V8.52148H130.434V14.6217C130.434%2015.498%20130.556%2016.1855%20130.793%2016.6793C131.031%2017.178%20131.375%2017.5314%20131.831%2017.7493C132.286%2017.9623%20132.853%2018.0736%20133.537%2018.0736C134.027%2018.0736%20134.54%2018.0204%20135.074%2017.9187V16.0257C134.715%2016.0693%20134.405%2016.0935%20134.138%2016.0935C133.828%2016.0935%20133.581%2016.0548%20133.401%2015.9821V15.987Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M140.702%206.93331C140.202%207.33999%20139.8%207.91612%20139.485%208.6617H139.441V6.54599H137.013V17.9282H139.441V12.1621C139.441%2011.4649%20139.592%2010.85%20139.887%2010.3126C140.183%209.78007%20140.581%209.36371%20141.08%209.06354C141.579%208.76337%20142.151%208.61813%20142.811%208.61813C143.019%208.6036%20143.261%208.62781%20143.547%208.68591V6.41527C143.252%206.35717%20142.903%206.32812%20142.5%206.32812C141.802%206.32812%20141.201%206.53147%20140.707%206.93815L140.702%206.93331Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M152.913%206.96718C152.05%206.46367%20151.032%206.21191%20149.859%206.21191C148.685%206.21191%20147.658%206.46367%20146.78%206.96718C145.903%207.47069%20145.234%208.18238%20144.773%209.09257C144.313%2010.0076%20144.08%2011.0582%20144.08%2012.2444C144.08%2013.4305%20144.308%2014.4617%20144.773%2015.3719C145.234%2016.287%20145.903%2016.9986%20146.78%2017.5118C147.658%2018.025%20148.685%2018.2816%20149.859%2018.2816C151.032%2018.2816%20152.03%2018.025%20152.903%2017.5118C153.771%2016.9986%20154.44%2016.287%20154.9%2015.3719C155.361%2014.4569%20155.593%2013.4063%20155.593%2012.2201C155.593%2011.034%20155.361%209.9834%20154.9%209.07805C154.44%208.1727%20153.775%207.46585%20152.917%206.96234L152.913%206.96718ZM152.733%2014.3504C152.496%2014.9652%20152.132%2015.4445%20151.642%2015.7883C151.153%2016.132%20150.557%2016.3015%20149.859%2016.3015C148.787%2016.3015%20147.978%2015.9287%20147.43%2015.1879C146.882%2014.4472%20146.606%2013.4644%20146.606%2012.2492C146.606%2011.4455%20146.727%2010.7435%20146.964%2010.1335C147.202%209.52346%20147.566%209.04416%20148.055%208.69557C148.545%208.34699%20149.146%208.1727%20149.863%208.1727C150.906%208.1727%20151.701%208.54549%20152.258%209.29591C152.816%2010.0463%20153.097%2011.0291%20153.097%2012.2492C153.097%2013.0335%20152.976%2013.7355%20152.738%2014.3552L152.733%2014.3504Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M160%202H157.571V17.9235H160V2Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3CclipPath%20id%3D%22clip0_779_18318%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Crect%20width%3D%2224%22%20height%3D%2221%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip1_779_18318%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Crect%20width%3D%22123%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(37%202)%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://www.flightcontrol.dev/favicon-light.png",
    "ogImage": "https://www.datocms-assets.com/98758/1712268217-main.png?auto=format&fit=max&w=1200",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand 'Flightcontrol'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start free with Google",
      "reasoning": "Button #0 uses a vibrant blue color (#4387EF) which is consistent with the brand's accent color and has action-oriented text 'Start free with Google', making it the primary CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Get a demo",
      "reasoning": "Button #4 has a different background color (#EFEFEF) and offers a secondary action 'Get a demo', which complements the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech 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, matching the brand 'Flightcontrol'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles