Home · Branding · SmartAsset

SmartAsset Brand Identity

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

Download JSON
Primary
#20A7E2
Accent
#FF7226
Body Font
Roboto
Heading
Roboto

Color Palette

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

primary
#20A7E2
rgb(32, 167, 226)
secondary
#FF7226
rgb(255, 114, 38)
accent
#FF7226
rgb(255, 114, 38)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1C9DD4
rgb(28, 157, 212)
link
#1C9DD4
rgb(28, 157, 212)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Roboto
Raleway, Raleway Fallback, 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

SmartAsset logo
Logo

UI Components

Live previews rendered using SmartAsset's actual button styles.

input
background #FFFFFF textColor #595959 borderColor #8C8C8C borderRadius 4px shadow rgba(166, 199, 214, 0.15) 0px 0px 24px 0px
buttonPrimary
background #FF7226 textColor #FFFFFF borderRadius 16px shadow rgba(120, 42, 0, 0.12) 0px 4px 24px 0px
buttonSecondary
background #F1FAFF textColor #20A7E2 borderRadius 20px shadow none

Brand Personality

Tone: professional Energy: medium Audience: individuals seeking financial advice

SmartAsset Brand in the Wild

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

Frequently Asked Questions

What is SmartAsset's primary brand color?

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

What accent color does SmartAsset use?

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

What font does SmartAsset use?

SmartAsset uses Roboto as the primary typeface across body and headings.

Does SmartAsset use a light or dark theme?

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

Where can I find SmartAsset's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#20A7E2",
    "secondary": "#FF7226",
    "accent": "#FF7226",
    "background": "#FFFFFF",
    "textPrimary": "#1C9DD4",
    "link": "#1C9DD4"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "Raleway",
        "Raleway Fallback",
        "sans-serif"
      ],
      "body": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Proxima Nova",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "64px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#595959",
      "borderColor": "#8C8C8C",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "rgba(166, 199, 214, 0.15) 0px 0px 24px 0px"
    },
    "buttonPrimary": {
      "background": "#FF7226",
      "textColor": "#FFFFFF",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "rgba(120, 42, 0, 0.12) 0px 4px 24px 0px"
    },
    "buttonSecondary": {
      "background": "#F1FAFF",
      "textColor": "#20A7E2",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22HeaderLogo_logoSvg__rPTTH%22%20viewBox%3D%220%200%20200%2030%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M193.123%204.8H192.271V0.74123H190.8V0H194.595V0.74123H193.123V4.8Z%22%20fill%3D%22%232AA6DE%22%20style%3D%22fill%3A%20rgb(42%2C%20166%2C%20222)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M200%204.8H199.148V1.23778L197.655%204.8H197.291L195.805%201.23778V4.8H194.953V0H196.154L197.473%203.15922L198.798%200H200V4.8Z%22%20fill%3D%22%232AA6DE%22%20style%3D%22fill%3A%20rgb(42%2C%20166%2C%20222)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M170.592%2019.2504C167.815%2019.2504%20165.024%2019.2648%20162.247%2019.236C161.657%2019.236%20161.398%2019.3655%20161.571%2020.013C162.449%2023.3077%20164.952%2026.2427%20168.535%2026.7607C171.355%2027.1635%20174.606%2025.5665%20175.858%2022.9912C176.088%2022.5164%20176.333%2022.3869%20176.793%2022.5595C176.865%2022.5883%20176.923%2022.6027%20176.994%2022.6315C178.62%2023.0487%20178.649%2023.0631%20177.815%2024.5738C176.405%2027.1347%20174.103%2028.4152%20171.34%2029.0339C166.866%2030.0266%20162.866%2027.6239%20160.78%2024.3867C157.499%2019.3224%20158.837%2013.2652%20162.132%209.74031C166.046%205.55356%20173.038%205.84131%20176.879%2010.3014C178.966%2012.7185%20179.742%2015.5672%20179.699%2018.7037C179.685%2019.308%20179.325%2019.2648%20178.937%2019.2648C176.16%2019.236%20173.369%2019.2504%20170.592%2019.2504ZM169.24%2016.7614C171.57%2016.7614%20173.887%2016.7614%20176.218%2016.7614C177.124%2016.7614%20177.21%2016.6894%20176.923%2015.8118C176.606%2014.8622%20176.275%2013.8983%20175.786%2013.035C174.203%2010.2439%20170.88%208.74757%20167.758%209.30868C164.78%209.85541%20162.233%2012.589%20161.542%2015.9701C161.413%2016.5887%20161.571%2016.7902%20162.19%2016.7758C164.535%2016.747%20166.894%2016.7614%20169.24%2016.7614Z%22%20fill%3D%22%232AA6DE%22%20style%3D%22fill%3A%20rgb(42%2C%20166%2C%20222)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M119.013%2028.8037C117.517%2028.9619%20117.157%2028.7461%20115.862%2026.8901C115.718%2026.9621%20115.56%2027.0052%20115.431%2027.106C113.416%2028.5735%20111.1%2029.2209%20108.683%2029.2641C103.82%2029.336%20100.439%2025.7679%20101.101%2021.1783C101.374%2019.2648%20102.554%2017.9843%20104.165%2017.0635C106.05%2015.9988%20108.122%2015.6104%20110.265%2015.7255C111.934%2015.8262%20113.589%2016.0564%20115.243%2016.2866C115.862%2016.3729%20116.136%2016.229%20116.035%2015.6104C115.891%2014.6177%20115.848%2013.5818%20115.517%2012.661C114.495%209.88418%20111.546%208.50299%20108.553%209.46695C107.115%209.92734%20105.791%2010.7474%20104.424%2011.4236C104.151%2011.5531%20103.906%2011.7546%20103.59%2011.9704C103.1%2011.3373%20102.64%2010.733%20102.108%2010.0281C102.77%209.59643%20103.359%209.16481%20103.978%208.79074C105.92%207.63974%20107.935%206.77649%20110.265%206.79088C115.1%206.80527%20118.337%209.94173%20118.409%2014.8191C118.466%2018.2289%20118.423%2021.6243%20118.423%2025.0342C118.423%2025.5809%20118.236%2026.1996%20118.912%2026.5592C118.999%2026.6024%20118.999%2026.8182%20118.999%2026.9621C119.013%2027.5664%20119.013%2028.1706%20119.013%2028.8037ZM116.035%2021.1783C116.035%2020.6604%20116.006%2020.3151%20116.035%2019.9842C116.121%2019.236%20115.79%2018.8763%20115.071%2018.7756C113.589%2018.5598%20112.107%2018.2289%20110.611%2018.1282C108.855%2018.0131%20107.115%2018.2721%20105.518%2019.0922C104.194%2019.7827%20103.374%2020.833%20103.417%2022.4157C103.475%2024.4731%20105.129%2026.3003%20107.33%2026.6743C109.359%2027.0196%20111.287%2026.588%20113.1%2025.6672C114.999%2024.7176%20116.366%2023.3796%20116.035%2021.1783Z%22%20fill%3D%22%232AA6DE%22%20style%3D%22fill%3A%20rgb(42%2C%20166%2C%20222)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M121.272%2025.1637C121.718%2024.7752%20122.135%2024.4155%20122.524%2024.0414C122.883%2023.6961%20123.171%2023.6818%20123.545%2024.0414C124.883%2025.3219%20126.451%2026.2571%20128.279%2026.6168C130.422%2027.0484%20132.48%2026.8182%20134.393%2025.696C135.573%2025.0054%20136.163%2023.9407%20136.033%2022.5739C135.904%2021.2071%20135.084%2020.2719%20133.832%2019.8978C132.652%2019.5382%20131.401%2019.4375%20130.178%2019.2504C128.782%2019.0346%20127.343%2019.0058%20126.005%2018.6318C123.387%2017.898%20121.919%2015.9413%20121.862%2013.0638C121.819%2010.6611%20122.955%208.81951%20125.185%207.78361C127.861%206.5319%20130.667%206.45997%20133.458%207.30883C135.271%207.85555%20136.479%209.1792%20137.458%2010.8913C136.753%2011.1934%20136.091%2011.4956%20135.415%2011.7689C135.314%2011.8121%20135.069%2011.7114%20135.012%2011.6107C134.192%209.81224%20132.58%209.43817%20130.854%209.25113C129.329%209.09287%20127.833%209.25113%20126.423%209.89857C125.113%2010.5028%20124.308%2011.4956%20124.308%2012.9631C124.308%2014.5026%20125.056%2015.6679%20126.509%2016.1859C127.444%2016.5168%20128.466%2016.6031%20129.444%2016.7614C131.041%2017.006%20132.695%2017.0635%20134.249%2017.4808C136.594%2018.0994%20138.163%2019.6533%20138.422%2022.1567C138.709%2024.8471%20137.602%2026.9045%20135.17%2028.1131C130.552%2030.3863%20124.682%2029.2353%20121.272%2025.1637Z%22%20fill%3D%22%232AA6DE%22%20style%3D%22fill%3A%20rgb(42%2C%20166%2C%20222)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M140.105%2025.1349C140.609%2024.6889%20141.069%2024.2141%20141.601%2023.8544C141.745%2023.7537%20142.177%2023.8832%20142.349%2024.0414C143.731%2025.2644%20145.27%2026.2139%20147.097%2026.6024C148.982%2027.0053%20150.824%2026.8038%20152.579%2026.0413C154.363%2025.2644%20155.169%2023.7681%20154.766%2022.0847C154.55%2021.1783%20153.989%2020.5597%20153.198%2020.1281C151.917%2019.4231%20150.522%2019.2504%20149.097%2019.236C147.486%2019.236%20145.889%2019.0922%20144.378%2018.4735C142.321%2017.639%20141.055%2016.1427%20140.796%2013.9127C140.508%2011.4524%20141.256%209.43817%20143.443%208.05698C146.148%206.34487%20151.903%206.20099%20154.277%208.40228C155.01%209.09287%20155.629%209.91296%20156.42%2010.7906C155.471%2011.2078%20154.737%2011.5244%20153.946%2011.884C153.356%2010.2295%20152.061%209.56766%20150.507%209.32307C148.392%208.99216%20146.32%209.07848%20144.479%2010.3158C142.637%2011.5531%20142.68%2014.4306%20144.536%2015.7399C145.601%2016.488%20146.824%2016.6463%20148.076%2016.7614C149.644%2016.8909%20151.241%2016.9772%20152.766%2017.3513C155.097%2017.9412%20156.823%2019.3224%20157.226%2021.8689C157.787%2025.4514%20155.658%2027.5232%20153.082%2028.5016C148.608%2030.1993%20143.443%2028.9332%20140.249%2025.3795C140.22%2025.3507%20140.191%2025.2788%20140.105%2025.1349Z%22%20fill%3D%22%232AA6DE%22%20style%3D%22fill%3A%20rgb(42%2C%20166%2C%20222)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M183.634%209.65398C183.044%209.65398%20182.598%209.65398%20182.138%209.65398C181.706%209.65398%20181.275%209.65398%20180.8%209.65398C180.8%208.76196%20180.8%207.9131%20180.8%206.96353C181.692%206.96353%20182.613%206.96353%20183.62%206.96353C183.62%204.61837%20183.62%202.34516%20183.62%200.0431633C184.555%200.0431633%20185.404%200.0431633%20186.339%200.0431633C186.339%202.31638%20186.339%204.57521%20186.339%206.90598C187.965%206.90598%20189.519%206.90598%20191.13%206.90598C191.13%207.82678%20191.13%208.70441%20191.13%209.63959C189.562%209.63959%20188.023%209.63959%20186.368%209.63959C186.368%209.95612%20186.368%2010.2151%20186.368%2010.4597C186.368%2015.1788%20186.368%2019.9122%20186.368%2024.6313C186.368%2025.9118%20187.087%2026.6168%20188.368%2026.4441C189.13%2026.329%20189.878%2026.0269%20190.612%2025.7679C190.972%2025.6384%20191.288%2025.4226%20191.663%2025.2212C192.123%2025.883%20192.555%2026.5017%20193.058%2027.2211C192.67%2027.5376%20192.324%2027.8973%20191.907%2028.1419C190.425%2028.9763%20188.843%2029.3792%20187.145%2029.077C185.059%2028.7174%20183.649%2027.0772%20183.649%2024.9622C183.634%2020.1712%20183.649%2015.3658%20183.649%2010.5748C183.634%2010.3014%20183.634%2010.0137%20183.634%209.65398Z%22%20fill%3D%22%232AA6DE%22%20style%3D%22fill%3A%20rgb(42%2C%20166%2C%20222)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M20.3151%206.96353C21.1927%206.96353%2022.0128%206.96353%2022.948%206.96353C22.948%207.84116%2022.948%208.73318%2022.948%209.85541C25.0054%207.72606%2027.2786%206.5319%2030.0842%206.63262C32.9904%206.73333%2035.0335%208.17207%2036.2708%2010.805C36.8319%2010.1863%2037.3067%209.59643%2037.8678%209.0641C40.0547%206.97792%2042.6588%206.21538%2045.6082%206.79088C48.0829%207.26566%2049.6367%208.89145%2050.3129%2011.2366C50.7302%2012.6897%2051.0035%2014.2436%2051.0323%2015.7543C51.133%2019.9986%2051.0755%2024.2429%2051.0755%2028.4872C51.0755%2028.6023%2051.0611%2028.7174%2051.0611%2028.9044C50.1834%2028.9044%2049.3058%2028.9044%2048.3706%2028.9044C48.3706%2028.6023%2048.3706%2028.3145%2048.3706%2028.0411C48.3706%2024.2716%2048.3994%2020.5021%2048.3562%2016.747C48.3419%2015.5816%2048.2555%2014.4018%2048.0685%2013.2365C47.5362%2010.0137%2045.3636%208.66125%2042.2128%209.56766C40.3856%2010.0856%2039.0763%2011.2798%2038.1268%2012.8768C37.393%2014.0997%2036.9614%2015.409%2036.9901%2016.8909C37.0477%2020.6028%2037.0045%2024.3292%2037.0045%2028.0411C37.0045%2028.3289%2037.0045%2028.6023%2037.0045%2028.9332C36.0694%2028.9332%2035.2205%2028.9332%2034.2853%2028.9332C34.2853%2028.631%2034.2853%2028.3433%2034.2853%2028.0699C34.2853%2024.2285%2034.3141%2020.387%2034.2709%2016.56C34.2565%2015.3946%2034.1702%2014.2004%2033.9544%2013.0638C33.4077%2010.1%2031.6524%208.76196%2028.2426%209.56766C25.3795%2010.2583%2022.9624%2013.4954%2022.9624%2016.4592C22.9624%2020.3151%2022.9624%2024.1853%2022.9624%2028.0411C22.9624%2028.3289%2022.9624%2028.6023%2022.9624%2028.9332C22.0416%2028.9332%2021.1927%2028.9332%2020.2863%2028.9332C20.3151%2021.61%2020.3151%2014.3011%2020.3151%206.96353Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M56.0967%2012.1862C55.5356%2011.438%2055.0176%2010.7474%2054.4709%2010.0137C57.4203%207.92749%2060.4273%206.18661%2064.1968%206.73333C68.2685%207.32322%2070.9446%2010.2295%2071.0884%2014.3299C71.2035%2017.9412%2071.1316%2021.5668%2071.146%2025.1924C71.146%2025.509%2071.146%2025.8111%2071.146%2026.142C71.3762%2026.2139%2071.5632%2026.2859%2071.7646%2026.3578C71.7646%2027.2211%2071.7646%2028.0555%2071.7646%2028.89C70.2827%2029.336%2069.0454%2028.6454%2068.4555%2027.0196C68.3548%2027.0628%2068.2541%2027.0916%2068.1678%2027.1491C65.8658%2028.7749%2063.2904%2029.4223%2060.4993%2029.3648C56.0391%2029.2641%2052.6581%2025.1493%2053.5645%2020.9194C53.9386%2019.1641%2055.0032%2017.9124%2056.5139%2017.0347C58.4994%2015.8694%2060.6863%2015.4521%2062.9451%2015.5528C64.7579%2015.6392%2066.5564%2015.8981%2068.3692%2016.0852C68.9879%2011.6107%2065.6644%208.40227%2061.2186%209.58205C59.8374%209.95612%2058.5713%2010.7618%2057.2621%2011.3949C56.8592%2011.5963%2056.5283%2011.884%2056.0967%2012.1862ZM68.4124%2021.0057C68.4124%2020.646%2068.3692%2020.2863%2068.4267%2019.9266C68.5275%2019.2792%2068.2109%2019.0634%2067.6354%2018.9051C65.6931%2018.4016%2063.7364%2018.157%2061.7366%2018.3008C60.3985%2018.4016%2059.0749%2018.6605%2057.8951%2019.3511C56.7585%2020.0129%2056.1111%2020.9769%2056.1255%2022.3437C56.1686%2024.3292%2057.5786%2026.0413%2059.6792%2026.4873C61.679%2026.9189%2063.6069%2026.5161%2065.4054%2025.6672C67.3477%2024.7608%2068.8152%2023.4659%2068.4124%2021.0057Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M16.6607%2010.9201C15.8118%2011.2941%2014.9917%2011.6682%2014.1285%2012.0567C14.0134%2011.8696%2013.8983%2011.7258%2013.8263%2011.5531C13.4235%2010.6323%2012.7041%2010.0568%2011.7833%209.76908C9.78347%209.15042%207.76923%209.15042%205.78376%209.88418C4.18675%2010.4741%203.4386%2011.5531%203.46738%2013.0638C3.49615%2014.5889%204.34501%2015.7543%205.94202%2016.2147C6.89159%2016.488%207.9131%2016.6031%208.90583%2016.6463C10.6179%2016.7182%2012.3013%2016.8477%2013.8983%2017.5383C16.0996%2018.4879%2017.4808%2020.0561%2017.6102%2022.5451C17.7397%2025.1205%2016.5743%2026.9621%2014.3443%2028.1706C10.5028%2030.2424%205.20826%2029.6525%201.71211%2026.775C1.13661%2026.3003%200.618661%2025.7823%200%2025.2068C0.690598%2024.6025%201.35242%2024.027%202.02863%2023.4372C2.4027%2023.7681%202.73362%2024.0702%203.07892%2024.358C5.85569%2026.6743%208.949%2027.2642%2012.3588%2026.0701C13.6537%2025.6097%2014.6896%2024.8184%2014.8766%2023.3077C15.0493%2021.8833%2014.4738%2020.833%2013.1933%2020.1856C11.8553%2019.5094%2010.3877%2019.4087%208.92022%2019.3943C7.35199%2019.3799%205.81253%2019.2072%204.3594%2018.5742C2.12934%2017.5959%200.920797%2015.8837%200.762535%2013.4667C0.604273%2010.9776%201.58262%209.03532%203.7839%207.86993C6.66139%206.33048%209.71153%206.24415%2012.7617%207.29444C14.5601%207.89871%2015.6967%209.27991%2016.6607%2010.9201Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M89.8065%209.65398C89.2166%209.65398%2088.7706%209.65398%2088.3102%209.65398C87.8786%209.65398%2087.4469%209.65398%2086.9722%209.65398C86.9722%208.76196%2086.9722%207.9131%2086.9722%206.96353C87.8642%206.96353%2088.785%206.96353%2089.7921%206.96353C89.7921%204.61837%2089.7921%202.34516%2089.7921%200.0431633C90.7273%200.0431633%2091.5761%200.0431633%2092.5113%200.0431633C92.5113%202.31638%2092.5113%204.57521%2092.5113%206.90598C94.1371%206.90598%2095.691%206.90598%2097.3024%206.90598C97.3024%207.82678%2097.3024%208.70441%2097.3024%209.63959C95.7341%209.63959%2094.1947%209.63959%2092.5401%209.63959C92.5401%209.95612%2092.5401%2010.2151%2092.5401%2010.4597C92.5401%2015.1788%2092.5401%2019.9122%2092.5401%2024.6313C92.5401%2025.9118%2093.2595%2026.6168%2094.54%2026.4441C95.3025%2026.329%2096.0506%2026.0269%2096.7844%2025.7679C97.1441%2025.6384%2097.4606%2025.4226%2097.8347%2025.2212C98.2951%2025.883%2098.7267%2026.5017%2099.2303%2027.2211C98.8418%2027.5376%2098.4965%2027.8973%2098.0793%2028.1419C96.5974%2028.9763%2095.0147%2029.3792%2093.317%2029.077C91.2308%2028.7174%2089.8209%2027.0772%2089.8209%2024.9622C89.8065%2020.1712%2089.8209%2015.3658%2089.8209%2010.5748C89.8065%2010.3014%2089.8065%2010.0137%2089.8065%209.65398Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M77.5196%209.71153C79.764%207.63974%2082.3106%206.7621%2085.2888%206.94914C85.2888%207.81239%2085.2888%208.66125%2085.2888%209.56766C84.6702%209.63959%2084.0371%209.66837%2083.4041%209.76908C80.4259%2010.2583%2078.4116%2012.5171%2077.5915%2015.2939C77.5196%2015.5384%2077.5484%2015.8118%2077.5484%2016.0852C77.5484%2020.0705%2077.5484%2024.0414%2077.5484%2028.0268C77.5484%2028.3145%2077.5484%2028.5879%2077.5484%2028.9332C76.642%2028.9332%2075.7931%2028.9332%2074.8867%2028.9332C74.8867%2021.6387%2074.8867%2014.3443%2074.8867%206.9923C75.7212%206.9923%2076.57%206.9923%2077.5196%206.9923C77.5196%207.86994%2077.5196%208.79073%2077.5196%209.71153Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": null,
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'SmartAsset.com'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #0 has a vibrant brand color (#FF7226) and action-oriented text ('Subscribe'), making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Retirement",
      "reasoning": "Button #1 has a different background color (#F1FAFF) and serves as a secondary navigation option ('Retirement')."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "individuals seeking financial advice"
  },
  "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 'SmartAsset.com'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles