Trapeze Brand: Colors, Fonts, Logo & Visual Identity

Home · Branding · Trapeze

Trapeze Brand Identity

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

Copy Page

Copy Agent Instructions Download JSON

Primary

#FFE500

Accent

#FFF48E

Body Font

Satoshi

Heading

Fraunces

Color Palette

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

primary

#FFE500

rgb(255, 229, 0)

accent

#FFF48E

rgb(255, 244, 142)

background

#FFFFFF

rgb(255, 255, 255)

textPrimary

#000000

rgb(0, 0, 0)

link

#FFF48E

rgb(255, 244, 142)

Typography

Each font links to its Google Fonts page where available.

primary

Satoshi

Satoshi Google Fonts →

heading

Fraunces

Fraunces Google Fonts →

Fraunces, 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

%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E)

Logo

Favicon

Social Card

UI Components

Live previews rendered using Trapeze's actual button styles.

Button Primary

buttonPrimary

background#FFF48EtextColor#0000EEborderRadius10pxshadowrgba(0, 0, 0, 0.07) 0px 0.602187px 1.80656px -1.25px, rgba(0, 0, 0, 0.06) 0px 2.28853px 6.8656px -2.5px, rgba(0, 0, 0, 0.03) 0px 10px 30px -3.75px

Brand Personality

Tone: modernEnergy: mediumAudience: healthcare professionals

Trapeze Brand in the Wild

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

Image: framerusercontent.com

Source: trapezehealth.com

Image: framerusercontent.com

Source: trapezehealth.com

Image: framerusercontent.com

Source: trapezehealth.com

Image: framerusercontent.com

Source: trapezehealth.com

Image: framerusercontent.com

Source: trapezehealth.com

Image: i.ebayimg.com

Source: ebay.com

Frequently Asked Questions

What is Trapeze's primary brand color?

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

What accent color does Trapeze use?

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

What font does Trapeze use?

Trapeze uses Satoshi for body text and Fraunces for headings. Fonts were detected on https://www.trapezehealth.com as part of their live design system.

Does Trapeze use a light or dark theme?

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

Where can I find Trapeze's logo?

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

Methodology

Brand data on this page was extracted from https://www.trapezehealth.com on 2026-07-27 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 Trapeze.

Machine-Readable Profile

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

GET /branding/trapeze.json GET /branding/trapeze/llms.txt

{
  "colorScheme": "light",
  "fonts": [\
    {\
      "family": "Satoshi",\
      "role": "body"\
    },\
    {\
      "family": "Fraunces",\
      "role": "heading"\
    }\
  ],
  "colors": {
    "primary": "#FFE500",
    "accent": "#FFF48E",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#FFF48E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Satoshi",
      "heading": "Fraunces"
    },
    "fontStacks": {
      "heading": [\
        "Fraunces",\
        "serif"\
      ],
      "body": [\
        "sans-serif"\
      ],
      "paragraph": [\
        "Satoshi",\
        "sans-serif"\
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "54px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFF48E",
      "textColor": "#0000EE",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0.07) 0px 0.602187px 1.80656px -1.25px, rgba(0, 0, 0, 0.06) 0px 2.28853px 6.8656px -2.5px, rgba(0, 0, 0, 0.03) 0px 10px 30px -3.75px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20192%2059%22%3E%3Cpath%20d%3D%22M%2014.981%2011.768%20L%2035.759%2011.768%20C%2036.095%2011.768%2036.407%2011.715%2036.695%2011.609%20C%2036.999%2011.504%2037.255%2011.405%2037.463%2011.314%20C%2037.687%2011.209%2037.847%2011.156%2037.943%2011.156%20C%2038.007%2011.156%2038.063%2011.186%2038.111%2011.246%20C%2038.159%2011.292%2038.198%2011.436%2038.231%2011.678%20L%2039.742%2020.323%20C%2039.774%2020.444%2039.774%2020.542%2039.742%2020.618%20C%2039.73%2020.675%2039.683%2020.72%2039.622%2020.731%20C%2039.558%2020.746%2039.489%2020.738%2039.43%2020.709%20C%2039.382%2020.663%2039.334%2020.603%2039.286%2020.527%20C%2038.246%2018.167%2037.303%2016.405%2036.455%2015.24%20C%2035.607%2014.06%2034.8%2013.274%2034.032%2012.88%20C%2033.264%2012.487%2032.496%2012.29%2031.728%2012.29%20L%2028.849%2012.29%20L%2028.849%2042.174%20C%2028.849%2042.371%2028.921%2042.523%2029.065%2042.628%20C%2029.225%2042.719%2029.465%2042.787%2029.785%2042.832%20L%2031.68%2043.127%20C%2031.905%2043.158%2032.016%2043.233%2032.016%2043.354%20C%2032.016%2043.476%2031.92%2043.536%2031.728%2043.536%20L%2019.204%2043.536%20C%2019.108%2043.536%2019.036%2043.521%2018.988%2043.491%20C%2018.94%2043.445%2018.916%2043.4%2018.916%2043.354%20C%2018.916%2043.233%2019.02%2043.158%2019.228%2043.127%20L%2021.147%2042.832%20C%2021.467%2042.787%2021.699%2042.719%2021.843%2042.628%20C%2022.003%2042.523%2022.083%2042.371%2022.083%2042.174%20L%2022.083%2012.29%20L%2019.204%2012.29%20C%2018.452%2012.29%2017.692%2012.509%2016.924%2012.948%20C%2016.172%2013.387%2015.365%2014.204%2014.501%2015.399%20C%2013.637%2016.579%2012.686%2018.288%2011.646%2020.527%20C%2011.598%2020.603%2011.542%2020.663%2011.478%2020.709%20C%2011.419%2020.738%2011.351%2020.746%2011.286%2020.731%20C%2011.226%2020.72%2011.178%2020.675%2011.166%2020.618%20C%2011.15%2020.52%2011.15%2020.421%2011.166%2020.323%20L%2012.678%2011.678%20C%2012.726%2011.436%2012.774%2011.292%2012.822%2011.246%20C%2012.87%2011.186%2012.926%2011.156%2012.989%2011.156%20C%2013.07%2011.156%2013.197%2011.209%2013.373%2011.314%20C%2013.565%2011.405%2013.797%2011.504%2014.069%2011.609%20C%2014.341%2011.715%2014.645%2011.768%2014.981%2011.768%20Z%20M%2047.011%2032.168%20C%2047.011%2030.171%2047.316%2028.499%2047.923%2027.153%20C%2048.547%2025.806%2049.339%2024.793%2050.298%2024.112%20C%2051.258%2023.432%2052.25%2023.091%2053.274%2023.091%20C%2054.49%2023.091%2055.417%2023.447%2056.057%2024.158%20C%2056.713%2024.853%2057.041%2025.86%2057.041%2027.176%20C%2057.041%2028.31%2056.761%2029.157%2056.201%2029.717%20C%2055.641%2030.277%2054.945%2030.557%2054.113%2030.557%20C%2053.33%2030.557%2052.738%2030.352%2052.338%2029.944%20C%2051.954%2029.521%2051.746%2028.908%2051.714%2028.106%20L%2051.69%2027.38%20C%2051.674%2026.911%2051.57%2026.555%2051.378%2026.313%20C%2051.186%2026.071%2050.85%2025.95%2050.37%2025.95%20C%2049.859%2025.95%2049.371%2026.185%2048.907%2026.654%20C%2048.443%2027.108%2048.059%2027.811%2047.755%2028.764%20C%2047.467%2029.702%2047.323%2030.882%2047.323%2032.304%20Z%20M%2047.323%2023.613%20L%2047.323%2042.038%20C%2047.323%2042.22%2047.379%2042.379%2047.491%2042.515%20C%2047.603%2042.651%2047.763%2042.742%2047.971%2042.787%20L%2050.322%2043.15%20C%2050.435%2043.165%2050.507%2043.188%2050.538%2043.218%20C%2050.57%2043.249%2050.586%2043.294%2050.586%2043.354%20C%2050.586%2043.4%2050.562%2043.445%2050.514%2043.491%20C%2050.466%2043.521%2050.394%2043.536%2050.298%2043.536%20L%2039.645%2043.536%20C%2039.549%2043.536%2039.477%2043.521%2039.429%2043.491%20C%2039.383%2043.449%2039.357%2043.392%2039.357%2043.332%20C%2039.357%2043.286%2039.381%2043.249%2039.429%2043.218%20C%2039.494%2043.173%2039.581%2043.135%2039.693%2043.105%20L%2040.965%2042.923%20C%2041.173%2042.878%2041.317%2042.802%2041.397%2042.696%20C%2041.493%2042.575%2041.541%2042.432%2041.541%2042.265%20L%2041.541%2025.701%20C%2041.541%2025.595%2041.517%2025.511%2041.469%2025.451%20C%2041.437%2025.375%2041.357%2025.33%2041.229%2025.315%20L%2039.597%2025.315%20C%2039.549%2025.315%2039.501%2025.3%2039.453%2025.27%20C%2039.405%2025.224%2039.381%2025.179%2039.381%2025.133%20C%2039.381%2025.088%2039.405%2025.05%2039.453%2025.02%20C%2039.501%2024.975%2039.573%2024.937%2039.669%2024.906%20L%2046.435%2023.363%20C%2046.579%2023.318%2046.692%2023.288%2046.771%2023.273%20C%2046.851%2023.258%2046.932%2023.25%2047.011%2023.25%20C%2047.124%2023.25%2047.196%2023.288%2047.227%2023.363%20C%2047.275%2023.424%2047.307%2023.507%2047.323%2023.613%20Z%20M%2070.912%2041.403%20L%2070.912%2041.176%20L%2070.648%2041.38%20L%2070.648%2026.813%20C%2070.648%2025.738%2070.408%2024.914%2069.928%2024.339%20C%2069.448%2023.749%2068.752%2023.454%2067.841%2023.454%20C%2066.849%2023.454%2066.105%2023.689%2065.609%2024.158%20C%2065.113%2024.626%2064.865%2025.156%2064.865%2025.746%20L%2064.865%2027.607%20C%2064.865%2028.363%2064.577%2029.006%2064.002%2029.535%20C%2063.442%2030.05%2062.714%2030.307%2061.818%2030.307%20C%2061.178%2030.307%2060.651%2030.125%2060.235%2029.762%20C%2059.819%2029.384%2059.611%2028.832%2059.611%2028.106%20C%2059.611%2027.304%2059.947%2026.518%2060.618%2025.746%20C%2061.306%2024.975%2062.314%2024.339%2063.642%2023.84%20C%2064.969%2023.326%2066.609%2023.068%2068.56%2023.068%20C%2071.2%2023.068%2073.167%2023.59%2074.463%2024.634%20C%2075.774%2025.678%2076.43%2027.153%2076.43%2029.059%20L%2076.43%2040.836%20C%2076.43%2041.365%2076.526%2041.751%2076.718%2041.993%20C%2076.926%2042.22%2077.174%2042.333%2077.462%2042.333%20C%2077.75%2042.333%2078.006%2042.25%2078.23%2042.084%20C%2078.454%2041.917%2078.598%2041.645%2078.662%2041.267%20C%2078.662%2041.206%2078.677%2041.168%2078.71%2041.153%20C%2078.742%2041.123%2078.773%2041.108%2078.806%2041.108%20C%2078.854%2041.108%2078.886%2041.123%2078.902%2041.153%20C%2078.934%2041.168%2078.95%2041.214%2078.95%2041.289%20C%2078.95%2041.577%2078.806%2041.933%2078.518%2042.356%20C%2078.23%2042.764%2077.774%2043.135%2077.15%2043.468%20C%2076.526%2043.786%2075.686%2043.944%2074.631%2043.944%20C%2073.351%2043.944%2072.407%2043.71%2071.799%2043.241%20C%2071.208%2042.757%2070.912%2042.144%2070.912%2041.403%20Z%20M%2058.411%2039.111%20C%2058.411%2037.447%2059.139%2036.116%2060.594%2035.117%20C%2062.066%2034.104%2064.361%2033.597%2067.481%2033.597%20C%2068.473%2033.597%2069.288%2033.688%2069.928%2033.869%20C%2070.568%2034.051%2071.16%2034.278%2071.703%2034.55%20L%2071.512%2034.777%20C%2070.968%2034.535%2070.408%2034.346%2069.832%2034.21%20C%2069.272%2034.074%2068.64%2034.006%2067.936%2034.006%20C%2066.737%2034.006%2065.809%2034.384%2065.153%2035.14%20C%2064.514%2035.881%2064.194%2036.933%2064.194%2038.294%20C%2064.194%2039.625%2064.505%2040.639%2065.129%2041.335%20C%2065.753%2042.016%2066.561%2042.356%2067.553%2042.356%20C%2068.224%2042.356%2068.888%2042.205%2069.544%2041.902%20C%2070.193%2041.605%2070.753%2041.161%2071.176%2040.609%20L%2071.464%2040.813%20C%2070.76%2041.826%2069.784%2042.606%2068.536%2043.15%20C%2067.305%2043.695%2065.977%2043.967%2064.553%2043.967%20C%2062.746%2043.967%2061.266%2043.513%2060.115%2042.606%20C%2058.979%2041.698%2058.411%2040.533%2058.411%2039.111%20Z%20M%2088.017%2023.318%20L%2088.017%2052.771%20C%2088.017%2052.998%2088.065%2053.172%2088.161%2053.293%20C%2088.257%2053.414%2088.409%2053.497%2088.617%2053.543%20L%2090.105%2053.747%20C%2090.216%2053.762%2090.288%2053.785%2090.32%2053.815%20C%2090.368%2053.86%2090.392%2053.913%2090.392%2053.974%20C%2090.392%2054.019%2090.368%2054.057%2090.32%2054.087%20C%2090.269%2054.134%2090.2%2054.159%2090.129%2054.155%20L%2080.459%2054.155%20C%2080.396%2054.156%2080.335%2054.131%2080.291%2054.087%20C%2080.243%2054.057%2080.219%2054.019%2080.219%2053.974%20C%2080.219%2053.928%2080.243%2053.883%2080.291%2053.838%20C%2080.339%2053.792%2080.427%2053.755%2080.555%2053.724%20L%2081.659%2053.543%20C%2081.867%2053.497%2082.011%2053.414%2082.091%2053.293%20C%2082.187%2053.172%2082.235%2053.006%2082.235%2052.794%20L%2082.235%2025.655%20C%2082.235%2025.55%2082.211%2025.474%2082.163%2025.428%20C%2082.115%2025.368%2082.027%2025.33%2081.899%2025.315%20L%2080.339%2025.315%20C%2080.272%2025.318%2080.205%2025.302%2080.147%2025.27%20C%2080.115%2025.224%2080.099%2025.179%2080.099%2025.133%20C%2080.099%2025.058%2080.123%2025.012%2080.171%2024.997%20C%2080.219%2024.967%2080.283%2024.937%2080.363%2024.906%20L%2087.105%2023.114%20C%2087.265%2023.068%2087.377%2023.038%2087.441%2023.023%20C%2087.52%2023.008%2087.601%2023.001%2087.681%2023%20C%2087.793%2023%2087.873%2023.031%2087.921%2023.091%20C%2087.985%2023.152%2088.017%2023.227%2088.017%2023.318%20Z%20M%2087.561%2027.266%20L%2087.273%2026.949%20C%2088.345%2025.648%2089.465%2024.68%2090.632%2024.044%20C%2091.816%2023.394%2093.152%2023.068%2094.639%2023.068%20C%2096.351%2023.068%2097.87%2023.469%2099.198%2024.271%20C%20100.526%2025.073%20101.565%2026.215%20102.317%2027.697%20C%20103.069%2029.165%20103.445%2030.912%20103.445%2032.939%20C%20103.445%2035.208%20103.005%2037.175%20102.125%2038.839%20C%20101.246%2040.503%20100.054%2041.781%2098.55%2042.674%20C%2097.047%2043.566%2095.359%2044.012%2093.488%2044.012%20C%2091.904%2044.012%2090.608%2043.732%2089.601%2043.173%20C%2088.593%2042.613%2087.753%2041.736%2087.081%2040.541%20L%2087.561%2040.314%20C%2088.041%2041.236%2088.649%2041.94%2089.385%2042.424%20C%2090.12%2042.908%2090.96%2043.15%2091.904%2043.15%20C%2092.992%2043.15%2093.959%2042.855%2094.807%2042.265%20C%2095.655%2041.66%2096.319%2040.662%2096.799%2039.27%20C%2097.294%2037.863%2097.543%2035.972%2097.543%2033.597%20C%2097.543%2031.373%2097.327%2029.581%2096.895%2028.219%20C%2096.463%2026.858%2095.871%2025.86%2095.119%2025.224%20C%2094.367%2024.589%2093.503%2024.271%2092.528%2024.271%20C%2091.76%2024.271%2090.944%2024.513%2090.081%2024.997%20C%2089.217%2025.481%2088.377%2026.238%2087.561%2027.266%20Z%20M%20124.868%2031.737%20C%20124.868%2031.888%20124.812%2032.017%20124.7%2032.122%20C%20124.604%2032.213%20124.444%2032.258%20124.22%2032.258%20L%20109.344%2032.258%20L%20109.344%2031.805%20L%20118.678%2031.805%20C%20118.966%2031.805%20119.11%2031.653%20119.11%2031.351%20C%20119.11%2028.688%20118.726%2026.722%20117.958%2025.451%20C%20117.206%2024.18%20116.286%2023.545%20115.199%2023.545%20C%20114.303%2023.545%20113.519%2023.832%20112.847%2024.407%20C%20112.192%2024.982%20111.679%2025.867%20111.312%2027.062%20C%20110.944%2028.257%20110.76%2029.762%20110.76%2031.578%20C%20110.76%2034.694%20111.448%2037.031%20112.824%2038.589%20C%20114.215%2040.132%20116.03%2040.904%20118.27%2040.904%20C%20119.917%2040.904%20121.309%2040.48%20122.445%2039.633%20C%20123.58%2038.786%20124.228%2037.636%20124.388%2036.184%20C%20124.404%2036.108%20124.428%2036.056%20124.46%2036.025%20C%20124.508%2035.995%20124.54%2035.98%20124.556%2035.98%20C%20124.62%2035.98%20124.668%2036.002%20124.7%2036.048%20C%20124.732%2036.078%20124.748%2036.139%20124.748%2036.229%20C%20124.652%2037.712%20124.188%2039.043%20123.357%2040.223%20C%20122.541%2041.388%20121.453%2042.311%20120.094%2042.991%20C%20118.734%2043.657%20117.206%2043.99%20115.511%2043.99%20C%20113.511%2043.99%20111.751%2043.574%20110.232%2042.742%20C%20108.712%2041.91%20107.529%2040.737%20106.681%2039.225%20C%20105.833%2037.712%20105.41%2035.949%20105.41%2033.938%20C%20105.41%2031.774%20105.841%2029.884%20106.705%2028.265%20C%20107.569%2026.631%20108.784%2025.36%20110.352%2024.453%20C%20111.936%2023.53%20113.783%2023.068%20115.895%2023.068%20C%20117.734%2023.068%20119.318%2023.447%20120.645%2024.203%20C%20121.989%2024.944%20123.028%2025.965%20123.765%2027.266%20C%20124.5%2028.567%20124.868%2030.057%20124.868%2031.737%20Z%20M%20144.417%2024.294%20L%20132.828%2043.286%20L%20131.869%2043.082%20L%20138.035%2043.082%20C%20138.739%2043.082%20139.379%2042.954%20139.954%2042.696%20C%20140.53%2042.439%20141.114%2041.97%20141.706%2041.289%20C%20142.314%2040.609%20142.993%2039.641%20143.745%2038.385%20L%20144.777%2036.524%20C%20144.841%2036.449%20144.897%2036.396%20144.945%2036.366%20C%20144.993%2036.335%20145.049%2036.335%20145.113%2036.366%20C%20145.161%2036.38%20145.193%2036.419%20145.209%2036.479%20C%20145.241%2036.524%20145.241%2036.615%20145.209%2036.751%20L%20143.817%2043.604%20C%20143.785%2043.786%20143.745%2043.899%20143.697%2043.944%20C%20143.665%2044.005%20143.625%2044.035%20143.577%2044.035%20C%20143.433%2044.035%20143.217%2043.952%20142.93%2043.786%20C%20142.657%2043.619%20142.282%2043.536%20141.802%2043.536%20L%20126.998%2043.536%20C%20126.931%2043.539%20126.864%2043.523%20126.806%2043.491%20C%20126.758%2043.46%20126.731%2043.409%20126.734%2043.354%20C%20126.734%2043.294%20126.75%2043.226%20126.782%2043.15%20C%20126.814%2043.074%20126.87%2042.961%20126.95%2042.81%20L%20138.635%2023.795%20L%20139.69%2023.999%20L%20133.188%2023.999%20C%20132.612%2023.999%20132.085%2024.12%20131.605%2024.362%20C%20131.141%2024.589%20130.669%2024.997%20130.189%2025.587%20C%20129.709%2026.162%20129.181%2026.979%20128.605%2028.038%20L%20127.406%2030.103%20C%20127.358%2030.194%20127.302%2030.262%20127.238%2030.307%20C%20127.19%2030.337%20127.126%2030.345%20127.046%2030.33%20C%20126.982%2030.315%20126.929%2030.273%20126.902%2030.216%20C%20126.886%2030.156%20126.886%2030.057%20126.902%2029.921%20L%20128.198%2023.59%20C%20128.246%2023.409%20128.285%2023.288%20128.318%2023.227%20C%20128.366%2023.167%20128.422%2023.137%20128.485%2023.137%20C%20128.629%2023.137%20128.837%2023.205%20129.109%2023.341%20C%20129.381%2023.477%20129.749%2023.545%20130.213%2023.545%20L%20144.369%2023.545%20C%20144.449%2023.545%20144.513%2023.56%20144.561%2023.59%20C%20144.609%2023.621%20144.633%2023.666%20144.633%2023.727%20C%20144.633%2023.787%20144.617%2023.863%20144.585%2023.953%20C%20144.534%2024.069%20144.478%2024.182%20144.417%2024.294%20Z%20M%20166.154%2031.737%20C%20166.154%2031.888%20166.098%2032.017%20165.986%2032.122%20C%20165.89%2032.213%20165.73%2032.258%20165.506%2032.258%20L%20150.63%2032.258%20L%20150.63%2031.805%20L%20159.964%2031.805%20C%20160.251%2031.805%20160.395%2031.653%20160.395%2031.351%20C%20160.395%2028.688%20160.012%2026.722%20159.244%2025.451%20C%20158.492%2024.18%20157.572%2023.545%20156.484%2023.545%20C%20155.589%2023.545%20154.805%2023.832%20154.133%2024.407%20C%20153.477%2024.982%20152.966%2025.867%20152.598%2027.062%20C%20152.229%2028.257%20152.046%2029.762%20152.046%2031.578%20C%20152.046%2034.694%20152.733%2037.031%20154.109%2038.589%20C%20155.501%2040.132%20157.316%2040.904%20159.556%2040.904%20C%20161.203%2040.904%20162.595%2040.48%20163.73%2039.633%20C%20164.866%2038.786%20165.514%2037.636%20165.674%2036.184%20C%20165.69%2036.108%20165.714%2036.056%20165.746%2036.025%20C%20165.794%2035.995%20165.826%2035.98%20165.842%2035.98%20C%20165.906%2035.98%20165.954%2036.002%20165.986%2036.048%20C%20166.018%2036.078%20166.034%2036.139%20166.034%2036.229%20C%20165.938%2037.712%20165.474%2039.043%20164.642%2040.223%20C%20163.826%2041.388%20162.739%2042.311%20161.379%2042.991%20C%20160.02%2043.657%20158.492%2043.99%20156.796%2043.99%20C%20154.797%2043.99%20153.038%2043.574%20151.518%2042.742%20C%20149.998%2041.91%20148.815%2040.737%20147.967%2039.225%20C%20147.119%2037.712%20146.695%2035.949%20146.695%2033.938%20C%20146.695%2031.774%20147.127%2029.884%20147.991%2028.265%20C%20148.855%2026.631%20150.07%2025.36%20151.638%2024.453%20C%20153.221%2023.53%20155.069%2023.068%20157.18%2023.068%20C%20159.02%2023.068%20160.603%2023.447%20161.931%2024.203%20C%20163.275%2024.944%20164.314%2025.965%20165.05%2027.266%20C%20165.786%2028.567%20166.154%2030.057%20166.154%2031.737%20Z%22%20fill%3D%22rgb(0%2C0%2C0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/ofkrUnE0qZJx32YyRe1N4jHKqI.png",
    "ogImage": "https://framerusercontent.com/assets/8eoGYUN0SlmnBDnGYig6sDMCAPI.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, aligning with the brand 'Trapeze'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #0 is selected as the primary CTA because it uses a vibrant accent color (#FFF48E) that stands out and is consistent with the brand's color scheme. The text 'Book a demo' is action-oriented, making it a strong candidate for the primary action."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "Both buttons share the same background color, making it impossible to select a secondary button with a different color. Thus, no valid secondary button exists."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "healthcare professionals"
  },
  "designSystem": {
    "framework": "custom",
    "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, medium-sized, and links to the homepage, aligning with the brand 'Trapeze'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles

Zapier Scale AI Fivetran Stripe PagerDuty Brex

We use cookies and similar technologies to improve your experience and measure site performance. By continuing to browse, you agree to our Privacy Policy and Terms.

DeclineAccept