Home · Branding · Tracebit

Tracebit Brand Identity

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

Download JSON
Primary
#6155FA
Accent
#6155FA
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://tracebit.com/.

primary
#6155FA
rgb(97, 85, 250)
secondary
#9F99F5
rgb(159, 153, 245)
accent
#6155FA
rgb(97, 85, 250)
background
#FAFAFA
rgb(250, 250, 250)
textPrimary
#262626
rgb(38, 38, 38)
link
#3898EC
rgb(56, 152, 236)

Typography

Each font links to its Google Fonts page where available.

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

Tracebit logo
Logo
Tracebit favicon
Favicon
Tracebit social image
Social Card

UI Components

Live previews rendered using Tracebit's actual button styles.

buttonPrimary
background #6155FA textColor #FFFFFF borderColor #D6D6E1 borderRadius 8px shadow rgba(28, 22, 94, 0.32) 0px -8px 16px 0px inset, rgba(28, 22, 94, 0.2) 0px 0px 6px 0px
buttonSecondary
background #FFFFFF textColor #3F3F3F borderColor #D6D6E1 borderRadius 8px shadow rgba(0, 0, 0, 0.02) 0px 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px -8px 16px 0px inset, rgba(28, 22, 94, 0.04) 0px 0px 12px 0px

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Tracebit Brand in the Wild

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

Frequently Asked Questions

What is Tracebit's primary brand color?

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

What font does Tracebit use?

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

Does Tracebit use a light or dark theme?

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

Where can I find Tracebit's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#6155FA",
    "secondary": "#9F99F5",
    "accent": "#6155FA",
    "background": "#FAFAFA",
    "textPrimary": "#262626",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "40px",
      "h2": "32px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#6155FA",
      "textColor": "#FFFFFF",
      "borderColor": "#D6D6E1",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(28, 22, 94, 0.32) 0px -8px 16px 0px inset, rgba(28, 22, 94, 0.2) 0px 0px 6px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#3F3F3F",
      "borderColor": "#D6D6E1",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.02) 0px 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px -8px 16px 0px inset, rgba(28, 22, 94, 0.04) 0px 0px 12px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22auto%22%20viewBox%3D%220%200%20158%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22display%3Ablock%3B%22%20preserveAspectRatio%3D%22xMinYMid%20meet%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M80.7594%2015.1934C81.5594%2015.1934%2082.2898%2015.3137%2082.9498%2015.5537C83.6096%2015.7737%2084.1892%2016.0938%2084.6891%2016.5137C85.1286%2016.8828%2085.499%2017.2979%2085.7995%2017.7598V15.5234H89.5192V31.333H85.7692V29.1123C85.4234%2029.5646%2084.994%2029.976%2084.4791%2030.3438C83.9393%2030.7236%2083.3289%2031.0335%2082.6491%2031.2734C81.9892%2031.5133%2081.279%2031.6328%2080.5192%2031.6328C79.2193%2031.6328%2078.0391%2031.2737%2076.9791%2030.5537C75.9192%2029.8337%2075.0693%2028.8533%2074.4293%2027.6133C73.7894%2026.3733%2073.4694%2024.9628%2073.4694%2023.3828C73.4694%2021.803%2073.7894%2020.3932%2074.4293%2019.1533C75.0693%2017.9133%2075.9397%2016.9432%2077.0397%2016.2432C78.1396%2015.5433%2079.3795%2015.1934%2080.7594%2015.1934ZM81.5397%2018.4629C80.6797%2018.4629%2079.9194%2018.6738%2079.2594%2019.0938C78.6196%2019.5137%2078.1194%2020.0932%2077.7594%2020.833C77.3995%2021.5729%2077.2194%2022.423%2077.2194%2023.3828C77.2194%2024.3628%2077.3995%2025.2332%2077.7594%2025.9932C78.1194%2026.7332%2078.6194%2027.3134%2079.2594%2027.7334C79.9194%2028.1534%2080.6797%2028.3633%2081.5397%2028.3633C82.3996%2028.3633%2083.16%2028.1534%2083.82%2027.7334C84.4798%2027.3134%2084.9893%2026.7331%2085.3493%2025.9932C85.7293%2025.2332%2085.9196%2024.3628%2085.9196%2023.3828C85.9195%2022.423%2085.7292%2021.5729%2085.3493%2020.833C84.9894%2020.0934%2084.4796%2019.5137%2083.82%2019.0938C83.16%2018.6738%2082.3996%2018.4629%2081.5397%2018.4629Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.85%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%200.85%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M99.0778%2015.1934C100.498%2015.1934%20101.788%2015.463%20102.948%2016.0029C104.108%2016.5428%20105.007%2017.2932%20105.647%2018.2529L103.607%2020.7129C103.307%2020.2931%20102.927%2019.9131%20102.467%2019.5732C102.008%2019.2333%20101.518%2018.9636%20100.998%2018.7637C100.478%2018.5637%2099.9571%2018.4629%2099.4371%2018.4629C98.5575%2018.463%2097.7678%2018.6833%2097.068%2019.123C96.388%2019.543%2095.8479%2020.1336%2095.4479%2020.8936C95.0479%2021.6335%2094.8473%2022.4732%2094.8473%2023.4131C94.8473%2024.3531%2095.0479%2025.1936%2095.4479%2025.9336C95.8679%2026.6734%2096.4277%2027.2632%2097.1276%2027.7031C97.8275%2028.1431%2098.6075%2028.3633%2099.4674%2028.3633C99.9874%2028.3633%20100.487%2028.283%20100.967%2028.123C101.467%2027.943%20101.938%2027.693%20102.378%2027.373C102.818%2027.0531%20103.227%2026.6528%20103.607%2026.1729L105.647%2028.6631C104.967%2029.543%20104.028%2030.2633%20102.828%2030.8232C101.648%2031.3632%20100.398%2031.6328%2099.0778%2031.6328C97.5979%2031.6328%2096.2675%2031.2736%2095.0875%2030.5537C93.9075%2029.8337%2092.9775%2028.8533%2092.2975%2027.6133C91.6175%2026.3733%2091.278%2024.9731%2091.278%2023.4131C91.278%2021.8532%2091.6175%2020.4528%2092.2975%2019.2129C92.9775%2017.9731%2093.9077%2016.9934%2095.0875%2016.2734C96.2675%2015.5534%2097.5978%2015.1934%2099.0778%2015.1934Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.85%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%200.85%20!important%3B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M114.319%2015.1631C115.359%2015.1631%20116.329%2015.3637%20117.229%2015.7637C118.129%2016.1636%20118.909%2016.7132%20119.569%2017.4131C120.229%2018.093%20120.729%2018.9132%20121.069%2019.873C121.429%2020.8129%20121.6%2021.8431%20121.58%2022.9629L121.549%2024.2529H109.889C109.982%2024.8817%20110.167%2025.4517%20110.45%2025.9629C110.89%2026.7228%20111.499%2027.3134%20112.279%2027.7334C113.079%2028.1333%20114.009%2028.333%20115.069%2028.333C115.809%2028.333%20116.489%2028.2135%20117.109%2027.9736C117.729%2027.7336%20118.4%2027.3036%20119.12%2026.6836L120.95%2029.2334C120.41%2029.7334%20119.789%2030.1634%20119.089%2030.5234C118.409%2030.8634%20117.689%2031.133%20116.929%2031.333C116.169%2031.533%20115.419%2031.6328%20114.679%2031.6328C113.019%2031.6328%20111.549%2031.283%20110.269%2030.583C109.009%2029.883%20108.019%2028.9333%20107.299%2027.7334C106.599%2026.5134%20106.25%2025.1234%20106.25%2023.5635C106.25%2022.3235%20106.449%2021.1929%20106.849%2020.1729C107.249%2019.153%20107.8%2018.2731%20108.5%2017.5332C109.22%2016.7733%20110.07%2016.1929%20111.049%2015.793C112.049%2015.3731%20113.139%2015.1631%20114.319%2015.1631ZM114.319%2018.4336C113.339%2018.4337%20112.51%2018.6231%20111.83%2019.0029C111.17%2019.3829%20110.67%2019.9334%20110.33%2020.6533C110.173%2020.9752%20110.055%2021.3355%20109.97%2021.7334H117.979V21.583C117.919%2020.9631%20117.719%2020.4228%20117.38%2019.9629C117.04%2019.483%20116.599%2019.1135%20116.059%2018.8535C115.539%2018.5735%20114.959%2018.4336%20114.319%2018.4336Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.85%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%200.85%20!important%3B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M127.338%2017.5332C127.698%2017.0932%20128.138%2016.7033%20128.658%2016.3633C129.178%2016.0034%20129.748%2015.7234%20130.368%2015.5234C130.988%2015.3035%20131.618%2015.1934%20132.257%2015.1934C133.677%2015.1934%20134.927%2015.5432%20136.007%2016.2432C137.107%2016.9432%20137.968%2017.9133%20138.588%2019.1533C139.227%2020.3932%20139.547%2021.803%20139.548%2023.3828C139.548%2024.9828%20139.238%2026.4036%20138.618%2027.6436C137.998%2028.8834%20137.138%2029.863%20136.038%2030.583C134.958%2031.283%20133.738%2031.6328%20132.378%2031.6328C131.678%2031.6328%20130.987%2031.533%20130.307%2031.333C129.647%2031.113%20129.047%2030.8228%20128.507%2030.4629C128.018%2030.1367%20127.603%2029.7776%20127.261%2029.3857L127.217%2031.2734H123.647V9.13282H127.338V17.5332ZM131.597%2018.4629C130.737%2018.4629%20129.978%2018.6738%20129.318%2019.0938C128.658%2019.5137%20128.137%2020.0931%20127.757%2020.833C127.378%2021.5729%20127.187%2022.423%20127.187%2023.3828C127.187%2024.3628%20127.378%2025.2332%20127.757%2025.9932C128.137%2026.7332%20128.658%2027.3237%20129.318%2027.7637C129.978%2028.1834%20130.738%2028.3935%20131.597%2028.3936C132.437%2028.3936%20133.187%2028.1835%20133.847%2027.7637C134.507%2027.3237%20135.028%2026.7332%20135.408%2025.9932C135.788%2025.2332%20135.977%2024.3627%20135.977%2023.3828C135.977%2022.423%20135.788%2021.5729%20135.408%2020.833C135.048%2020.0931%20134.537%2019.5137%20133.878%2019.0938C133.218%2018.6738%20132.457%2018.4629%20131.597%2018.4629Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.85%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%200.85%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M57.5358%2015.5234H60.986V18.9434H57.5358V31.333H53.8463V18.9434H50.7262V15.5234H53.8463V11.5029H57.5358V15.5234Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.85%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%200.85%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M71.9264%2015.1934C72.2664%2015.1934%2072.5864%2015.2232%2072.8864%2015.2832C73.2064%2015.3432%2073.4666%2015.4132%2073.6666%2015.4932L72.6764%2019.543C72.4565%2019.423%2072.1866%2019.3231%2071.8668%2019.2432C71.5468%2019.1632%2071.2259%2019.123%2070.9059%2019.123C70.4061%2019.1231%2069.9262%2019.223%2069.4664%2019.4229C69.0265%2019.6028%2068.6365%2019.8632%2068.2965%2020.2031C67.9565%2020.5431%2067.686%2020.9433%2067.486%2021.4033C67.306%2021.8433%2067.2164%2022.3434%2067.2164%2022.9033V31.333H63.4967V15.5234H67.1266L67.1579%2018.2256C67.3416%2017.8871%2067.5607%2017.5663%2067.8161%2017.2637C68.356%2016.6237%2068.9765%2016.1237%2069.6764%2015.7637C70.3964%2015.3837%2071.1464%2015.1934%2071.9264%2015.1934Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.85%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%200.85%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M145.447%2031.333H141.757V15.5234H145.447V31.333Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.85%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%200.85%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M154.326%2015.5234H157.776V18.9434H154.326V31.333H150.636V18.9434H147.516V15.5234H150.636V11.5029H154.326V15.5234Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.85%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%200.85%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M143.557%207.87305C144.317%207.87309%20144.897%208.06354%20145.297%208.44336C145.717%208.80335%20145.927%209.33325%20145.927%2010.0332C145.927%2010.6532%20145.717%2011.1635%20145.297%2011.5635C144.877%2011.9632%20144.297%2012.163%20143.557%2012.1631C142.817%2012.1631%20142.237%2011.983%20141.817%2011.623C141.417%2011.2431%20141.217%2010.7131%20141.217%2010.0332C141.217%209.39325%20141.427%208.87362%20141.847%208.47364C142.267%208.07363%20142.837%207.87305%20143.557%207.87305Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.85%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%200.85%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M0.976215%2020C0.42393%2020%20-0.0263933%2019.5519%200.00120444%2019.0003C0.194851%2015.1299%201.50963%2011.391%203.79587%208.2443C6.27844%204.82734%209.77901%202.28403%2013.7959%200.978869C17.8127%20-0.32629%2022.1397%20-0.32629%2026.1566%200.97887C30.1734%202.28403%2033.674%204.82734%2036.1566%208.2443C38.6391%2011.6612%2039.9762%2015.7764%2039.9762%2020C39.9762%2024.2236%2038.6391%2028.3388%2036.1566%2031.7557C33.674%2035.1727%2030.1734%2037.716%2026.1566%2039.0211C22.4573%2040.2231%2018.4951%2040.3181%2014.7543%2039.3063C14.2212%2039.1621%2013.9342%2038.5953%2014.1049%2038.0701C14.2756%2037.5448%2014.8392%2037.2602%2015.3731%2037.4015C18.7114%2038.2846%2022.241%2038.1904%2025.5385%2037.119C29.1537%2035.9444%2032.3042%2033.6554%2034.5385%2030.5801C36.7728%2027.5049%2037.9762%2023.8012%2037.9762%2020C37.9762%2016.1988%2036.7728%2012.4951%2034.5385%209.41987C32.3042%206.34461%2029.1537%204.05563%2025.5385%202.88098C21.9233%201.70634%2018.0291%201.70634%2014.4139%202.88098C10.7987%204.05563%207.64821%206.34461%205.41391%209.41987C3.37596%2012.2249%202.19568%2015.5527%202.00398%2019.0005C1.97332%2019.5519%201.5285%2020%200.976215%2020Z%22%20fill%3D%22%236155FA%22%20style%3D%22fill%3A%20rgb(97%2C%2085%2C%20250)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M11.3504%2036.9291C11.0997%2037.4212%2010.496%2037.6191%2010.0171%2037.344C7.3927%2035.8371%205.14049%2033.7518%203.4346%2031.2417C1.72871%2028.7315%200.618939%2025.8698%200.183929%2022.875C0.10454%2022.3284%200.510703%2021.84%201.06054%2021.7881C1.61037%2021.7361%202.09538%2022.1403%202.17781%2022.6864C2.5792%2025.3458%203.57226%2027.886%205.08876%2030.1175C6.60527%2032.349%208.6015%2034.2074%2010.9264%2035.5596C11.4038%2035.8373%2011.6011%2036.437%2011.3504%2036.9291Z%22%20fill%3D%22%236155FA%22%20style%3D%22fill%3A%20rgb(97%2C%2085%2C%20250)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M34.9762%2020C35.5285%2020%2035.9795%2020.4482%2035.945%2020.9994C35.7557%2024.0245%2034.7101%2026.9413%2032.9205%2029.4046C30.9344%2032.1381%2028.134%2034.1728%2024.9205%2035.2169C21.707%2036.261%2018.2454%2036.261%2015.0319%2035.2169C11.8184%2034.1728%209.01799%2032.1381%207.03194%2029.4046C5.04589%2026.671%203.97621%2023.3789%203.97621%2020C3.97621%2016.6211%205.04589%2013.329%207.03194%2010.5954C9.01799%207.86187%2011.8184%205.82722%2015.0319%204.7831C17.9277%203.84222%2021.0248%203.74918%2023.9604%204.50397C24.4952%204.6415%2024.7821%205.2089%2024.6115%205.73415C24.4408%206.25941%2023.8772%206.54313%2023.3411%206.41039C20.8086%205.78328%2018.1439%205.87488%2015.65%206.68521C12.8382%207.59882%2010.3878%209.37914%208.64998%2011.771C6.91218%2014.1629%205.97621%2017.0435%205.97621%2020C5.97621%2022.9565%206.91218%2025.8371%208.64998%2028.229C10.3878%2030.6209%2012.8382%2032.4012%2015.65%2033.3148C18.4618%2034.2284%2021.4906%2034.2284%2024.3025%2033.3148C27.1143%2032.4012%2029.5647%2030.6209%2031.3025%2028.229C32.8438%2026.1075%2033.7543%2023.6016%2033.9405%2020.9992C33.9799%2020.4483%2034.4239%2020%2034.9762%2020Z%22%20fill%3D%22%236155FA%22%20style%3D%22fill%3A%20rgb(97%2C%2085%2C%20250)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M26.7861%206.6349C27.0368%206.14282%2027.6409%205.94446%2028.1163%206.22543C30.1056%207.40098%2031.8202%208.99569%2033.1385%2010.903C34.4567%2012.8103%2035.3424%2014.978%2035.7389%2017.2544C35.8336%2017.7984%2035.4346%2018.2934%2034.8856%2018.354C34.3367%2018.4146%2033.8462%2018.0177%2033.7465%2017.4745C33.3895%2015.5276%2032.6229%2013.6746%2031.4932%2012.0401C30.3635%2010.4056%2028.9011%209.03351%2027.2062%208.01134C26.7332%207.72612%2026.5353%207.12699%2026.7861%206.6349Z%22%20fill%3D%22%236155FA%22%20style%3D%22fill%3A%20rgb(97%2C%2085%2C%20250)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M19.9762%209.02C19.9762%208.45667%2020.4337%207.99549%2020.995%208.04332C23.1674%208.2284%2025.2554%209.00274%2027.0296%2010.2918C29.0798%2011.7813%2030.6058%2013.8817%2031.3889%2016.2918C32.172%2018.7019%2032.172%2021.2981%2031.3889%2023.7082C30.6058%2026.1183%2029.0798%2028.2187%2027.0296%2029.7082C24.9795%2031.1977%2022.5104%2032%2019.9762%2032C17.4421%2032%2014.973%2031.1977%2012.9228%2029.7082C10.8726%2028.2187%209.34663%2026.1183%208.56354%2023.7082C7.88584%2021.6225%207.79463%2019.3974%208.2899%2017.2741C8.41787%2016.7255%208.99786%2016.4329%209.53361%2016.607C10.0694%2016.7811%2010.3571%2017.356%2010.2387%2017.9067C9.87083%2019.6177%209.95918%2021.402%2010.5037%2023.0778C11.1537%2025.0782%2012.4202%2026.8215%2014.1219%2028.0578C15.8235%2029.2941%2017.8729%2029.96%2019.9762%2029.96C22.0796%2029.96%2024.1289%2029.2941%2025.8306%2028.0578C27.5322%2026.8215%2028.7988%2025.0782%2029.4487%2023.0778C30.0987%2021.0774%2030.0987%2018.9226%2029.4487%2016.9222C28.7988%2014.9218%2027.5322%2013.1785%2025.8306%2011.9422C24.405%2010.9065%2022.7354%2010.2711%2020.9945%2010.0922C20.4341%2010.0346%2019.9762%209.58333%2019.9762%209.02Z%22%20fill%3D%22%236155FA%22%20style%3D%22fill%3A%20rgb(97%2C%2085%2C%20250)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M10.193%2015.0152C9.69103%2014.7594%209.48783%2014.1424%209.78526%2013.664C10.6352%2012.297%2011.7535%2011.1118%2013.0762%2010.1822C14.3988%209.25261%2015.8927%208.6019%2017.4669%208.26529C18.0178%208.1475%2018.5295%208.54769%2018.6001%209.10658C18.6707%209.66547%2018.273%2010.1706%2017.7242%2010.2979C16.4799%2010.5868%2015.2995%2011.1131%2014.2492%2011.8512C13.1988%2012.5894%2012.3038%2013.5217%2011.6106%2014.5947C11.3048%2015.0678%2010.6949%2015.2709%2010.193%2015.0152Z%22%20fill%3D%22%236155FA%22%20style%3D%22fill%3A%20rgb(97%2C%2085%2C%20250)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M19.9762%2027C19.9762%2027.5523%2019.5268%2028.0064%2018.9788%2027.9376C17.6454%2027.77%2016.3699%2027.2684%2015.2739%2026.4721C13.9072%2025.4791%2012.8898%2024.0789%2012.3678%2022.4721C11.8457%2020.8654%2011.8457%2019.1346%2012.3678%2017.5279C12.8898%2015.9211%2013.9072%2014.5209%2015.2739%2013.5279C16.6407%2012.5348%2018.2868%2012%2019.9762%2012C21.6656%2012%2023.3117%2012.5348%2024.6785%2013.5279C26.0453%2014.5209%2027.0626%2015.9211%2027.5847%2017.5279C28.0033%2018.8162%2028.0862%2020.1843%2027.8335%2021.5042C27.7297%2022.0467%2027.1589%2022.3338%2026.6336%2022.1631C26.1084%2021.9925%2025.8299%2021.428%2025.9111%2020.8817C26.0467%2019.9688%2025.9705%2019.0322%2025.6826%2018.1459C25.291%2016.9408%2024.528%2015.8907%2023.5029%2015.1459C22.4778%2014.4011%2021.2433%2014%2019.9762%2014C18.7091%2014%2017.4746%2014.4011%2016.4495%2015.1459C15.4244%2015.8907%2014.6614%2016.9408%2014.2699%2018.1459C13.8783%2019.351%2013.8783%2020.649%2014.2699%2021.8541C14.6614%2023.0592%2015.4244%2024.1093%2016.4495%2024.8541C17.2034%2025.4019%2018.0707%2025.7637%2018.9808%2025.9169C19.5254%2026.0085%2019.9762%2026.4477%2019.9762%2027Z%22%20fill%3D%22%236155FA%22%20style%3D%22fill%3A%20rgb(97%2C%2085%2C%20250)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M26.2133%2023.1779C26.7053%2023.4287%2026.906%2024.0353%2026.5958%2024.4923C26.0775%2025.2561%2025.4294%2025.9266%2024.6785%2026.4721C23.9276%2027.0177%2023.0897%2027.4269%2022.2031%2027.6838C21.6726%2027.8376%2021.1577%2027.4593%2021.0713%2026.9138C20.9849%2026.3683%2021.3614%2025.864%2021.8849%2025.6883C22.4617%2025.4948%2023.0076%2025.214%2023.5029%2024.8541C23.9983%2024.4942%2024.434%2024.0618%2024.7963%2023.5731C25.1252%2023.1294%2025.7212%2022.9272%2026.2133%2023.1779Z%22%20fill%3D%22%236155FA%22%20style%3D%22fill%3A%20rgb(97%2C%2085%2C%20250)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/663e4960fd682070c6a1bfdc/69a1f18bd9380ece4a64b18f_favicon.svg",
    "ogImage": "https://cdn.prod.website-files.com/663e4960fd682070c6a1bfdc/69a598f358cb4c32720ac105_tracebit-opengraph-home.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 32,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Tracebit'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #0 uses the vibrant brand color #6155FA and has action-oriented text 'Book a demo', making it the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Read case study",
      "reasoning": "Button #3 has a different background color (#FFFFFF) and serves as a secondary action with text 'Read case study'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business 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 visible, located in the header, links to the homepage, and matches the brand name 'Tracebit'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles