Home · Branding · Swayable

Swayable Brand Identity

A complete profile of Swayable's visual system — colors, typography, components, and personality — extracted from http://swayable.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#6742D6
Accent
#6347EB
Body Font
Inter
Heading
Inter

Color Palette

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

primary
#6742D6
rgb(103, 66, 214)
secondary
#2B1470
rgb(43, 20, 112)
accent
#6347EB
rgb(99, 71, 235)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#6347EB
rgb(99, 71, 235)
link
#6347EB
rgb(99, 71, 235)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, 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

Swayable logo
Logo
Swayable favicon
Favicon
Swayable social image
Social Card

UI Components

Live previews rendered using Swayable's actual button styles.

input
background transparent textColor #2B1470 borderColor null borderRadius 0px shadow none
buttonPrimary
background #6347EB textColor #FFFFFF borderRadius 5px shadow none
buttonSecondary
background transparent textColor #6347EB borderColor #6347EB borderRadius 5px shadow none

Brand Personality

Tone: modern Energy: medium Audience: advertisers and marketers

Swayable Brand in the Wild

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

Frequently Asked Questions

What is Swayable's primary brand color?

Swayable's primary brand color is #6742D6. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Swayable use?

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

What font does Swayable use?

Swayable uses Inter as the primary typeface across body and headings.

Does Swayable use a light or dark theme?

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

Where can I find Swayable's logo?

Swayable's logo is available directly on their site (http://swayable.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 http://swayable.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 Swayable.

Methodology

Brand data on this page was extracted from http://swayable.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 Swayable.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#6742D6",
    "secondary": "#2B1470",
    "accent": "#6347EB",
    "background": "#FFFFFF",
    "textPrimary": "#6347EB",
    "link": "#6347EB"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "45px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#2B1470",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#6347EB",
      "textColor": "#FFFFFF",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#6347EB",
      "borderColor": "#6347EB",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22216%22%20height%3D%2249%22%20viewBox%3D%220%200%20216%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17.9992%202.88867C18.75%202.88867%2019.4431%203.13391%2020.0045%203.54779C20.5114%203.92151%2021.0828%204.25%2021.7125%204.25H39.3019C42.0791%204.25014%2043.4688%207.60851%2041.5051%209.57227L32.8273%2018.25L39.9914%2025.4141C42.6619%2028.0851%2042.6619%2032.4149%2039.9914%2035.0859L33.7107%2041.3648C33.4795%2041.5959%2033.3879%2041.9231%2033.3879%2042.25C33.3879%2044.1207%2031.8699%2045.6367%2029.9992%2045.6367C29.2421%2045.6366%2028.5443%2045.3871%2027.9813%2044.9667C27.4711%2044.5857%2026.8946%2044.25%2026.2578%2044.25H8.69648C5.91995%2044.2493%204.5302%2040.8914%206.49336%2038.9277L15.1711%2030.25L8.00703%2023.0859C5.33696%2020.415%205.33696%2016.085%208.00703%2013.4141L14.3016%207.11763C14.5206%206.89855%2014.6105%206.58907%2014.6105%206.2793C14.6105%204.40752%2016.1275%202.88912%2017.9992%202.88867ZM10.8273%2040.25H25.1711L17.9992%2033.0781L10.8273%2040.25ZM20.8273%2030.25L29.1174%2038.54C29.3476%2038.7703%2029.6736%2038.8633%2029.9992%2038.8633C30.3248%2038.8633%2030.6508%2038.7703%2030.8811%2038.54L37.1633%2032.2578C38.2717%2031.1489%2038.2717%2029.3511%2037.1633%2028.2422L29.9992%2021.0781L20.8273%2030.25ZM18.9281%2010.007C18.6857%209.76464%2018.342%209.66992%2017.9992%209.66992C17.6553%209.66984%2017.3102%209.76521%2017.0671%2010.0084L10.8352%2016.2422C9.72718%2017.3511%209.72718%2019.1489%2010.8352%2020.2578L17.9992%2027.4219L27.1711%2018.25L18.9281%2010.007ZM29.9992%2015.4219L37.1711%208.25H22.8273L29.9992%2015.4219Z%22%20fill%3D%22%236347EB%22%20style%3D%22fill%3A%20rgb(99%2C%2071%2C%20235)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23clip0_1296_920)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M86.8094%2036L80.7974%2017.568H85.1174L89.2574%2031.5L93.3614%2017.568H97.0694L100.993%2031.5L105.277%2017.568H109.453L103.333%2036H98.9414L95.1614%2023.688L91.2374%2036H86.8094Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M129.543%2043.2V39.636H132.279C132.783%2039.636%20133.179%2039.588%20133.467%2039.492C133.755%2039.396%20133.983%2039.204%20134.151%2038.916C134.319%2038.652%20134.499%2038.28%20134.691%2037.8L135.339%2036.072L128.211%2017.568H132.603L137.607%2031.392L142.539%2017.568H146.895L138.579%2038.88C138.195%2039.864%20137.811%2040.68%20137.427%2041.328C137.043%2041.976%20136.575%2042.444%20136.023%2042.732C135.495%2043.044%20134.763%2043.2%20133.827%2043.2H129.543Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M178.588%2036.216C177.172%2036.216%20175.96%2035.952%20174.952%2035.424C173.968%2034.872%20173.188%2034.176%20172.612%2033.336L172.18%2036H168.58V10.8H172.684V20.196C173.308%2019.404%20174.1%2018.732%20175.06%2018.18C176.02%2017.628%20177.208%2017.352%20178.624%2017.352C180.304%2017.352%20181.792%2017.724%20183.088%2018.468C184.384%2019.212%20185.404%2020.292%20186.148%2021.708C186.916%2023.1%20187.3%2024.792%20187.3%2026.784C187.3%2028.656%20186.916%2030.3%20186.148%2031.716C185.404%2033.132%20184.372%2034.236%20183.052%2035.028C181.756%2035.82%20180.268%2036.216%20178.588%2036.216ZM177.868%2032.76C178.948%2032.76%20179.872%2032.508%20180.64%2032.004C181.432%2031.5%20182.044%2030.804%20182.476%2029.916C182.908%2029.004%20183.124%2027.96%20183.124%2026.784C183.124%2025.584%20182.908%2024.54%20182.476%2023.652C182.044%2022.74%20181.432%2022.044%20180.64%2021.564C179.872%2021.06%20178.948%2020.808%20177.868%2020.808C176.836%2020.808%20175.924%2021.06%20175.132%2021.564C174.34%2022.044%20173.728%2022.728%20173.296%2023.616C172.864%2024.504%20172.648%2025.548%20172.648%2026.748C172.648%2027.948%20172.864%2029.004%20173.296%2029.916C173.728%2030.804%20174.34%2031.5%20175.132%2032.004C175.924%2032.508%20176.836%2032.76%20177.868%2032.76Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M190.283%2036V10.8H194.387V36H190.283Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M69.9237%2036.216C67.8357%2036.216%2066.0357%2035.868%2064.5237%2035.172C63.0117%2034.452%2061.8357%2033.456%2060.9957%2032.184C60.3068%2031.1101%2059.8916%2029.8908%2059.7501%2028.5261L64.0917%2027.756C64.1637%2028.716%2064.4397%2029.568%2064.9197%2030.312C65.4237%2031.032%2066.1077%2031.596%2066.9717%2032.004C67.8357%2032.388%2068.8317%2032.58%2069.9597%2032.58C71.4477%2032.58%2072.6597%2032.28%2073.5957%2031.68C74.5317%2031.056%2074.9997%2030.156%2074.9997%2028.98C74.9997%2028.332%2074.8437%2027.804%2074.5317%2027.396C74.2437%2026.988%2073.8237%2026.652%2073.2717%2026.388C72.7437%2026.124%2072.1077%2025.908%2071.3637%2025.74C70.6197%2025.548%2069.8037%2025.368%2068.9157%2025.2C67.7637%2024.984%2066.6597%2024.72%2065.6037%2024.408C64.5717%2024.096%2063.6597%2023.676%2062.8677%2023.148C62.0757%2022.62%2061.4517%2021.948%2060.9957%2021.132C60.5397%2020.292%2060.3117%2019.26%2060.3117%2018.036C60.3117%2016.548%2060.6837%2015.252%2061.4277%2014.148C62.1957%2013.02%2063.2517%2012.144%2064.5957%2011.52C65.9637%2010.896%2067.5477%2010.584%2069.3477%2010.584C71.2677%2010.584%2072.9357%2010.908%2074.3517%2011.556C75.7677%2012.204%2076.8717%2013.116%2077.6637%2014.292C78.324%2015.2724%2078.7341%2016.3863%2078.8939%2017.6337L74.5677%2018.396C74.4477%2017.148%2073.9197%2016.14%2072.9837%2015.372C72.0717%2014.604%2070.8477%2014.22%2069.3117%2014.22C67.9437%2014.22%2066.8277%2014.508%2065.9637%2015.084C65.0997%2015.66%2064.6677%2016.512%2064.6677%2017.64C64.6677%2018.264%2064.8117%2018.78%2065.0997%2019.188C65.4117%2019.596%2065.8317%2019.932%2066.3597%2020.196C66.9117%2020.46%2067.5477%2020.676%2068.2677%2020.844C69.0117%2021.012%2069.8277%2021.18%2070.7157%2021.348C71.8917%2021.564%2072.9957%2021.828%2074.0277%2022.14C75.0597%2022.452%2075.9717%2022.872%2076.7637%2023.4C77.5797%2023.928%2078.2157%2024.612%2078.6717%2025.452C79.1277%2026.268%2079.3557%2027.3%2079.3557%2028.548C79.3557%2030.036%2078.9597%2031.368%2078.1677%2032.544C77.3757%2033.696%2076.2717%2034.596%2074.8557%2035.244C73.4637%2035.892%2071.8197%2036.216%2069.9237%2036.216Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M113.381%2035.604C114.413%2036.012%20115.601%2036.216%20116.945%2036.216C117.929%2036.216%20118.805%2036.084%20119.573%2035.82C120.341%2035.556%20121.001%2035.196%20121.553%2034.74C122.129%2034.26%20122.609%2033.708%20122.993%2033.084V33.192C122.993%2034.032%20123.245%2034.716%20123.749%2035.244C124.277%2035.748%20125.153%2036%20126.377%2036H128.537V32.472H127.781C127.373%2032.472%20127.073%2032.388%20126.881%2032.22C126.713%2032.052%20126.629%2031.74%20126.629%2031.284V24.048C126.629%2021.864%20125.945%2020.208%20124.577%2019.08C123.209%2017.928%20121.289%2017.352%20118.817%2017.352C117.257%2017.352%20115.877%2017.592%20114.677%2018.072C113.501%2018.552%20112.553%2019.224%20111.833%2020.088C111.272%2020.7845%20110.891%2021.5903%20110.688%2022.5053L114.605%2023.184C114.749%2022.392%20115.169%2021.756%20115.865%2021.276C116.561%2020.796%20117.485%2020.556%20118.637%2020.556C119.885%2020.556%20120.845%2020.844%20121.517%2021.42C122.189%2021.972%20122.525%2022.764%20122.525%2023.796V24.876H118.061C115.469%2024.876%20113.489%2025.392%20112.121%2026.424C110.753%2027.432%20110.069%2028.896%20110.069%2030.816C110.069%2031.944%20110.357%2032.916%20110.933%2033.732C111.533%2034.548%20112.349%2035.172%20113.381%2035.604ZM120.221%2032.508C119.477%2032.892%20118.577%2033.084%20117.521%2033.084C116.513%2033.084%20115.709%2032.856%20115.109%2032.4C114.509%2031.944%20114.209%2031.308%20114.209%2030.492C114.209%2029.604%20114.521%2028.944%20115.145%2028.512C115.793%2028.056%20116.705%2027.828%20117.881%2027.828H122.525V28.44C122.525%2029.352%20122.321%2030.156%20121.913%2030.852C121.529%2031.548%20120.965%2032.1%20120.221%2032.508Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M150.836%2035.604C151.868%2036.012%20153.056%2036.216%20154.4%2036.216C155.384%2036.216%20156.26%2036.084%20157.028%2035.82C157.796%2035.556%20158.456%2035.196%20159.008%2034.74C159.584%2034.26%20160.064%2033.708%20160.448%2033.084V33.192C160.448%2034.032%20160.7%2034.716%20161.204%2035.244C161.732%2035.748%20162.608%2036%20163.832%2036H165.992V32.472H165.236C164.828%2032.472%20164.528%2032.388%20164.336%2032.22C164.168%2032.052%20164.084%2031.74%20164.084%2031.284V24.048C164.084%2021.864%20163.4%2020.208%20162.032%2019.08C160.664%2017.928%20158.744%2017.352%20156.272%2017.352C154.712%2017.352%20153.332%2017.592%20152.132%2018.072C150.956%2018.552%20150.008%2019.224%20149.288%2020.088C148.731%2020.7801%20148.35%2021.58%20148.147%2022.4877L152.06%2023.184C152.204%2022.392%20152.624%2021.756%20153.32%2021.276C154.016%2020.796%20154.94%2020.556%20156.092%2020.556C157.34%2020.556%20158.3%2020.844%20158.972%2021.42C159.644%2021.972%20159.98%2022.764%20159.98%2023.796V24.876H155.516C152.924%2024.876%20150.944%2025.392%20149.576%2026.424C148.208%2027.432%20147.524%2028.896%20147.524%2030.816C147.524%2031.944%20147.812%2032.916%20148.388%2033.732C148.988%2034.548%20149.804%2035.172%20150.836%2035.604ZM157.676%2032.508C156.932%2032.892%20156.032%2033.084%20154.976%2033.084C153.968%2033.084%20153.164%2032.856%20152.564%2032.4C151.964%2031.944%20151.664%2031.308%20151.664%2030.492C151.664%2029.604%20151.976%2028.944%20152.6%2028.512C153.248%2028.056%20154.16%2027.828%20155.336%2027.828H159.98V28.44C159.98%2029.352%20159.776%2030.156%20159.368%2030.852C158.984%2031.548%20158.42%2032.1%20157.676%2032.508Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M201.804%2035.064C203.244%2035.832%20204.936%2036.216%20206.88%2036.216C208.44%2036.216%20209.809%2035.94%20210.984%2035.388C212.184%2034.812%20213.156%2034.044%20213.9%2033.084C214.499%2032.293%20214.926%2031.4399%20215.183%2030.5249L211.272%2029.844C211.008%2030.804%20210.469%2031.56%20209.652%2032.112C208.861%2032.664%20207.876%2032.94%20206.701%2032.94C205.717%2032.94%20204.84%2032.736%20204.072%2032.328C203.304%2031.896%20202.704%2031.308%20202.272%2030.564C201.864%2029.796%20201.66%2028.908%20201.66%2027.9V27.792V27.684H215.484C215.508%2027.444%20215.52%2027.204%20215.52%2026.964V26.28C215.52%2024.432%20215.137%2022.848%20214.368%2021.528C213.624%2020.184%20212.581%2019.152%20211.236%2018.432C209.893%2017.712%20208.32%2017.352%20206.52%2017.352C204.696%2017.352%20203.1%2017.748%20201.732%2018.54C200.365%2019.332%20199.296%2020.436%20198.528%2021.852C197.76%2023.244%20197.376%2024.9%20197.376%2026.82C197.376%2028.692%20197.76%2030.336%20198.528%2031.752C199.296%2033.168%20200.388%2034.272%20201.804%2035.064ZM211.344%2024.732H201.768C201.888%2023.844%20202.176%2023.1%20202.632%2022.5C203.089%2021.9%20203.664%2021.432%20204.36%2021.096C205.056%2020.76%20205.801%2020.592%20206.592%2020.592C207.913%2020.592%20208.992%2020.952%20209.832%2021.672C210.696%2022.392%20211.201%2023.412%20211.344%2024.732Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip0_1296_920%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%22156%22%20height%3D%2248%22%20fill%3D%22white%22%20transform%3D%22translate(59.75)%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E",
    "favicon": "https://www.swayable.com/wp-content/uploads/2026/03/icon.svg",
    "ogImage": "https://www.swayable.com/wp-content/uploads/2026/04/Swayable_Open-Graph_Image_Update.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Swayable'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "See It In Action",
      "reasoning": "Button #0 ('See It In Action') uses the vibrant brand color #6347EB, indicating it is the primary CTA. It is action-oriented and prominently placed."
    },
    "secondary": {
      "index": 3,
      "text": "View Case Study",
      "reasoning": "Button #3 ('View Case Study') has a transparent background with a border, making it a suitable secondary CTA. It contrasts with the primary button's vibrant color."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "advertisers and marketers"
  },
  "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 visible, located in the header, and links to the homepage, matching the brand 'Swayable'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles