Home · Branding · Speakeasy

Speakeasy Brand Identity

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

Download JSON
Primary
#4B6C42
Accent
#333333
Body Font
diatypeMono
Heading
diatypeMono

Color Palette

Brand palette extracted from https://www.speakeasy.com/.

primary
#4B6C42
rgb(75, 108, 66)
secondary
#319CD8
rgb(49, 156, 216)
accent
#333333
rgb(51, 51, 51)
background
#FAFAFA
rgb(250, 250, 250)
textPrimary
#000000
rgb(0, 0, 0)
link
#60A5FA
rgb(96, 165, 250)

Typography

Each font links to its Google Fonts page where available.

primary
diatypeMono
diatypeMono Google Fonts →
heading
diatypeMono
diatypeMono Google Fonts →
tobias, tobias Fallback, 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

Speakeasy logo
Logo
Speakeasy favicon
Favicon
Speakeasy social image
Social Card

UI Components

Live previews rendered using Speakeasy's actual button styles.

buttonPrimary
background #333333 textColor #FFFFFF borderRadius 33554400px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(65, 65, 65) 0px 2px 1px 0px inset, rgba(0, 0, 0, 0.05) 0px -2px 1px 0px inset
buttonSecondary
background #FAFAFA textColor #000000 borderRadius 33554400px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking AI security solutions

Speakeasy Brand in the Wild

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

Frequently Asked Questions

What is Speakeasy's primary brand color?

Speakeasy's primary brand color is #4B6C42. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Speakeasy use?

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

What font does Speakeasy use?

Speakeasy uses diatypeMono as the primary typeface across body and headings.

Does Speakeasy use a light or dark theme?

Speakeasy's primary site uses a light color scheme, with a background of #FAFAFA.

Where can I find Speakeasy's logo?

Speakeasy's logo is available directly on their site (https://www.speakeasy.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://www.speakeasy.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 Speakeasy.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "diatypeMono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#4B6C42",
    "secondary": "#319CD8",
    "accent": "#333333",
    "background": "#FAFAFA",
    "textPrimary": "#000000",
    "link": "#60A5FA"
  },
  "typography": {
    "fontFamilies": {
      "primary": "diatypeMono",
      "heading": "diatypeMono"
    },
    "fontStacks": {
      "heading": [
        "tobias",
        "tobias Fallback",
        "serif"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "67.008px",
      "h2": "12px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#333333",
      "textColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(65, 65, 65) 0px 2px 1px 0px inset, rgba(0, 0, 0, 0.05) 0px -2px 1px 0px inset"
    },
    "buttonSecondary": {
      "background": "#FAFAFA",
      "textColor": "#000000",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22106%22%20height%3D%2222%22%20viewBox%3D%220%200%20106%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22hidden%20md%3Ablock%20mt-px%20ml-%5B9px%5D%20w-%5B6.5rem%5D%20h-auto%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M102.372%204.72596L98.9819%2013.7316L95.4811%204.72596H93.1875L97.8247%2016.2969L97.2496%2017.6066C97.087%2017.995%2096.9453%2018.2702%2096.8328%2018.4212L96.8231%2018.4347C96.7314%2018.5885%2096.6105%2018.6937%2096.4535%2018.7557C96.2882%2018.8232%2096.0284%2018.8569%2095.6811%2018.8569H93.8696V20.7964H96.2549C96.8106%2020.7964%2097.2634%2020.7087%2097.6038%2020.5361C97.9455%2020.3621%2098.2345%2020.091%2098.4596%2019.7295C98.6763%2019.3829%2098.9277%2018.8596%2099.2042%2018.1731L104.665%204.72461H102.37L102.372%204.72596Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M91.0858%209.92009C90.4231%209.71103%2089.566%209.54378%2088.538%209.42509C87.8114%209.33742%2087.2613%209.25515%2086.9001%209.18232C86.575%209.11353%2086.3041%208.9827%2086.0944%208.79253C85.8929%208.61044%2085.7943%208.35148%2085.7943%208.00081C85.7943%207.52604%2086.0138%207.15513%2086.4681%206.86515C86.9307%206.55629%2087.553%206.39983%2088.3143%206.39983C89.0756%206.39983%2089.6855%206.58461%2090.1786%206.95012C90.6718%207.31699%2090.9469%207.76747%2091.0191%208.32855L91.0344%208.44724H93.1863L93.1752%208.30158C93.0807%207.10928%2092.5764%206.17729%2091.6762%205.53393C90.7996%204.89597%2089.6466%204.57227%2088.2463%204.57227C87.3905%204.57227%2086.607%204.72602%2085.9207%205.02815C85.2289%205.31813%2084.6704%205.73759%2084.2592%206.27575C83.8619%206.8166%2083.6605%207.44107%2083.6605%208.13433C83.6605%208.90717%2083.873%209.52895%2084.2939%209.98483C84.7065%2010.4164%2085.2511%2010.7347%2085.9138%2010.9344C86.5598%2011.1286%2087.4016%2011.2877%2088.413%2011.4064C89.1228%2011.4941%2089.673%2011.5831%2090.0494%2011.6708C90.419%2011.753%2090.7204%2011.9068%2090.9455%2012.124C91.1705%2012.3411%2091.272%2012.6459%2091.272%2013.0519C91.272%2013.5267%2091.0372%2013.9043%2090.5565%2014.2064C90.0772%2014.5018%2089.4312%2014.6529%2088.6366%2014.6529C87.7392%2014.6529%2086.996%2014.4452%2086.4278%2014.0351C85.8763%2013.6265%2085.5943%2013.1139%2085.5651%2012.4679L85.5595%2012.3384H83.4062V12.4746C83.4243%2013.729%2083.9119%2014.723%2084.8621%2015.4298C85.8137%2016.1271%2087.0835%2016.4804%2088.6366%2016.4804C89.5063%2016.4804%2090.3106%2016.3348%2091.0274%2016.0475C91.7498%2015.7575%2092.3319%2015.3394%2092.7584%2014.8039C93.1877%2014.2631%2093.4058%2013.6292%2093.4058%2012.9184C93.4058%2012.1024%2093.1863%2011.4442%2092.7542%2010.9613C92.3416%2010.4839%2091.7804%2010.1332%2091.0872%209.91874L91.0858%209.92009Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M82.037%2014.2455C81.9314%2014.1349%2081.8786%2013.9568%2081.8786%2013.7194V8.82345C81.8786%207.4693%2081.4465%206.41592%2080.595%205.69703C79.7628%204.96601%2078.5667%204.59375%2077.0414%204.59375C75.6119%204.59375%2074.4283%204.91745%2073.5211%205.55406C72.6223%206.19742%2072.0944%207.10514%2071.9527%208.25023L71.9346%208.40129H74.0837L74.106%208.29339C74.2213%207.74579%2074.5172%207.32228%2075.0117%206.99723C75.5202%206.6587%2076.1731%206.4874%2076.9511%206.4874C77.8304%206.4874%2078.5167%206.68567%2078.9946%207.07951C79.485%207.472%2079.7239%208.0061%2079.7239%208.7115V9.35486H76.4246C74.8714%209.35486%2073.6628%209.67182%2072.8432%2010.2882L72.8307%2010.2949C72.0041%2010.9275%2071.5859%2011.846%2071.5859%2013.0275C71.5859%2014.0903%2071.9971%2014.9414%2072.8098%2015.5605C73.6253%2016.1701%2074.7103%2016.479%2076.0342%2016.479C77.6512%2016.479%2078.9321%2015.9206%2079.8462%2014.8173C79.9142%2015.257%2080.0865%2015.609%2080.3616%2015.8626C80.7075%2016.1823%2081.2798%2016.3455%2082.062%2016.3455H83.2317V14.406H82.5204C82.2995%2014.406%2082.1412%2014.3534%2082.0384%2014.2441L82.037%2014.2455ZM79.7211%2011.1622V11.583C79.7211%2012.5042%2079.4044%2013.2568%2078.7807%2013.8206C78.1527%2014.3736%2077.2747%2014.6528%2076.1703%2014.6528C75.4257%2014.6528%2074.8297%2014.4896%2074.3977%2014.1686C73.9712%2013.8516%2073.7642%2013.4429%2073.7642%2012.9183C73.7642%2012.3275%2073.9601%2011.8986%2074.3616%2011.6073C74.77%2011.3119%2075.4021%2011.1608%2076.2384%2011.1608H79.7211V11.1622Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M67.9452%205.25464C67.1033%204.8163%2066.1253%204.59375%2065.0376%204.59375C63.9498%204.59375%2062.9371%204.84732%2062.0786%205.34636C61.22%205.83191%2060.5379%206.53056%2060.0545%207.42479C59.5877%208.31632%2059.3516%209.36295%2059.3516%2010.5364C59.3516%2011.7098%2059.5961%2012.7416%2060.0795%2013.6493C60.5782%2014.5422%2061.2826%2015.2489%2062.173%2015.7493C63.0608%2016.2335%2064.1096%2016.479%2065.2904%2016.479C66.6463%2016.479%2067.8091%2016.1013%2068.7496%2015.3568C69.6873%2014.5975%2070.2819%2013.6129%2070.5166%2012.43L70.5486%2012.2695H68.3717L68.3439%2012.3693C68.155%2013.0612%2067.7716%2013.6129%2067.2062%2014.0081C66.6519%2014.3898%2065.9614%2014.584%2065.1543%2014.584C64.1138%2014.584%2063.2594%2014.2603%2062.6176%2013.6237C61.9744%2012.9844%2061.6326%2012.1171%2061.6021%2011.0462V11.026H70.6681L70.6792%2010.9019C70.7097%2010.5377%2070.725%2010.2801%2070.725%2010.1088C70.6945%208.99474%2070.4333%208.00745%2069.9512%207.17527C69.4664%206.34039%2068.7926%205.69434%2067.948%205.25329L67.9452%205.25464ZM68.4814%209.24561H61.7327C61.8452%208.44715%2062.2092%207.78626%2062.8135%207.27912C63.4567%206.73962%2064.2124%206.46582%2065.0612%206.46582C66.0156%206.46582%2066.8102%206.72479%2067.4229%207.23462C68.0147%207.71612%2068.3703%208.39185%2068.4801%209.24561H68.4814Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M59.6949%204.72835H57.0679L51.3291%2010.6224V0.5H49.1716V14.4084H47.5879C47.3671%2014.4084%2047.2087%2014.3558%2047.1059%2014.2465C47.0003%2014.1359%2046.9475%2013.9579%2046.9475%2013.7205V8.82453C46.9475%207.47037%2046.5155%206.417%2045.6639%205.69811C44.8317%204.96708%2043.6356%204.59483%2042.1103%204.59483C40.6808%204.59483%2039.4972%204.91853%2038.59%205.55514C37.6912%206.1985%2037.1633%207.10621%2037.0216%208.2513L37.0036%208.40237H39.1527L39.1749%208.29447C39.2902%207.74687%2039.5861%207.32336%2040.0806%206.99831C40.5891%206.65977%2041.242%206.48713%2042.02%206.48713C42.8994%206.48713%2043.5856%206.6854%2044.0635%207.07924C44.5539%207.47172%2044.7928%208.00448%2044.7928%208.71123V9.35459H41.4935C39.9403%209.35459%2038.7317%209.67155%2037.901%2010.296C37.0744%2010.9286%2036.6562%2011.8471%2036.6562%2013.0286C36.6562%2014.0914%2037.0675%2014.9425%2037.8801%2015.5616C38.6956%2016.1712%2039.7806%2016.4801%2041.1045%2016.4801C42.7215%2016.4801%2044.0024%2015.9217%2044.9165%2014.8184C44.9846%2015.2581%2045.1568%2015.6088%2045.4319%2015.8637C45.7778%2016.1833%2046.3501%2016.3465%2047.1323%2016.3465H49.1744H51.3319V13.2606L53.5143%2011.0378L57.3138%2016.2885L57.3555%2016.3465H59.963L55.0619%209.52588L59.6977%204.727L59.6949%204.72835ZM39.4305%2011.6084C39.8389%2011.313%2040.471%2011.1619%2041.3073%2011.1619H44.7901V11.5827C44.7901%2012.5039%2044.4733%2013.2565%2043.8496%2013.8203C43.2216%2014.3733%2042.3437%2014.6525%2041.2392%2014.6525C40.4946%2014.6525%2039.8987%2014.4893%2039.4666%2014.1683C39.0401%2013.8513%2038.8331%2013.4427%2038.8331%2012.918C38.8331%2012.3272%2039.029%2011.8983%2039.4305%2011.607V11.6084Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M33.0116%205.25464C32.1698%204.8163%2031.1918%204.59375%2030.104%204.59375C29.0163%204.59375%2028.0035%204.84732%2027.145%205.34636C26.2851%205.83191%2025.6044%206.53056%2025.1209%207.42479C24.6541%208.31632%2024.418%209.36295%2024.418%2010.5364C24.418%2011.7098%2024.6625%2012.7416%2025.1459%2013.6493C25.6446%2014.5422%2026.349%2015.2489%2027.2395%2015.7493C28.1272%2016.2335%2029.176%2016.479%2030.3555%2016.479C31.7113%2016.479%2032.8755%2016.1013%2033.8146%2015.3568C34.7523%2014.5975%2035.3469%2013.6129%2035.5817%2012.43L35.6136%2012.2695H33.4367L33.4089%2012.3693C33.22%2013.0612%2032.8366%2013.6129%2032.2712%2014.0081C31.7169%2014.3898%2031.0264%2014.584%2030.2193%2014.584C29.1788%2014.584%2028.3244%2014.2603%2027.6826%2013.6237C27.0394%2012.9844%2026.6977%2012.1171%2026.6685%2011.0462V11.026H35.7345L35.7456%2010.9019C35.7761%2010.5377%2035.7914%2010.2801%2035.7914%2010.1088C35.7609%208.99339%2035.4997%208.00745%2035.0176%207.17527C34.5328%206.34039%2033.859%205.69434%2033.0144%205.25329L33.0116%205.25464ZM33.5479%209.24561H26.7991C26.9116%208.44715%2027.2756%207.78626%2027.8799%207.27912C28.5231%206.73962%2029.2788%206.46582%2030.1276%206.46582C31.082%206.46582%2031.8766%206.72479%2032.4893%207.23462C33.0811%207.71612%2033.4367%208.39185%2033.5465%209.24561H33.5479Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M20.7354%205.3005C19.8783%204.83113%2018.8836%204.59375%2017.7792%204.59375C16.1593%204.59375%2014.8424%205.18451%2013.8616%206.34848L13.6379%204.72728H11.75V20.7977H13.9074V14.8942C14.2714%2015.3326%2014.734%2015.6954%2015.2855%2015.9759H15.2883C15.9774%2016.3118%2016.8151%2016.4803%2017.7806%2016.4803C18.8711%2016.4803%2019.8658%2016.2268%2020.7396%2015.7277C21.6134%2015.2274%2022.3024%2014.5206%2022.7859%2013.6277C23.2832%2012.7362%2023.5361%2011.6963%2023.5361%2010.5377C23.5361%209.31845%2023.2832%208.24888%2022.7859%207.3587C22.301%206.46448%2021.612%205.77121%2020.7368%205.30185L20.7354%205.3005ZM21.33%2010.5377C21.33%2011.73%2020.9799%2012.7173%2020.2881%2013.4753C19.6157%2014.2131%2018.7099%2014.5867%2017.5958%2014.5867C16.8762%2014.5867%2016.2219%2014.414%2015.6523%2014.0728C15.0966%2013.7316%2014.659%2013.2487%2014.352%2012.6377C14.0422%2012.0065%2013.8838%2011.2849%2013.8838%2010.4932C13.8838%209.70149%2014.0408%209.01767%2014.3506%208.41613C14.6576%207.80514%2015.0952%207.32903%2015.6509%207.00263C16.2219%206.66139%2016.8762%206.48875%2017.5958%206.48875C18.7099%206.48875%2019.6157%206.87045%2020.2895%207.62441C20.9799%208.36622%2021.3314%209.34677%2021.3314%2010.5377H21.33Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M8.1483%209.92009C7.48565%209.71103%206.6285%209.54378%205.60049%209.42509C4.87532%209.33742%204.32381%209.25515%203.96261%209.18232C3.63754%209.11353%203.36664%208.9827%203.15687%208.79253C2.95544%208.61044%202.8568%208.35148%202.8568%208.00081C2.8568%207.52604%203.0763%207.15513%203.53057%206.86515C3.99318%206.55629%204.61554%206.39983%205.37683%206.39983C6.13812%206.39983%206.74798%206.58461%207.24115%206.95012C7.73431%207.31564%208.00938%207.76747%208.08162%208.32855L8.0969%208.44724H10.2488L10.2377%208.30158C10.1432%207.10928%209.63892%206.17729%208.73871%205.53393C7.86212%204.89597%206.70908%204.57227%205.30875%204.57227C4.453%204.57227%203.66949%204.72602%202.98322%205.02815C2.29139%205.31813%201.73293%205.73759%201.32173%206.27575C0.924413%206.81525%200.722976%207.44107%200.722976%208.13433C0.722976%208.90717%200.935526%209.52895%201.35646%209.98483C1.76905%2010.4164%202.31362%2010.7347%202.97627%2010.9344C3.62226%2011.1286%204.46412%2011.2877%205.47546%2011.4064C6.18535%2011.4941%206.73547%2011.5831%207.11195%2011.6708C7.48148%2011.753%207.78294%2011.9068%208.00799%2012.124C8.22471%2012.3344%208.33445%2012.6459%208.33445%2013.0519C8.33445%2013.5267%208.09968%2013.9043%207.61901%2014.2064C7.13973%2014.5018%206.49375%2014.6529%205.69912%2014.6529C4.80169%2014.6529%204.05847%2014.4452%203.49028%2014.0351C2.93876%2013.6265%202.65676%2013.1139%202.62758%2012.4679L2.62202%2012.3384H0.46875V12.4746C0.485421%2013.729%200.974422%2014.723%201.92325%2015.4298C2.87486%2016.1271%204.14599%2016.4804%205.69774%2016.4804C6.56738%2016.4804%207.37173%2016.3348%208.08856%2016.0475C8.81095%2015.7575%209.39303%2015.3394%209.81952%2014.8039C10.2488%2014.2631%2010.4669%2013.6278%2010.4669%2012.9184C10.4669%2012.1024%2010.2474%2011.4442%209.81535%2010.9613C9.40276%2010.4839%208.84152%2010.1332%208.14691%209.91874L8.1483%209.92009Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.speakeasy.com/favicon-96x96-dark.png",
    "ogImage": "https://www.speakeasy.com/assets/og-images/og-speakeasy.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand 'Speakeasy'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 6,
      "text": "Book a demo",
      "reasoning": "Button #5 'Book a demo' with a neutral background (#333333) is likely the primary CTA due to its action-oriented text and distinct color from the majority of other buttons."
    },
    "secondary": {
      "index": 12,
      "text": "Learn more",
      "reasoning": "Button #2 'Learn more' with a light background (#FAFAFA) serves as a secondary action, providing additional information without the strong call-to-action of booking a demo."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking AI security solutions"
  },
  "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 visible, located in the header, links to the homepage, and matches the brand 'Speakeasy'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles