Home · Branding · Kestroll

Kestroll Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#00C7E7
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://saasfactor.co.

primary
#0000EE
rgb(0, 0, 238)
secondary
#03323B
rgb(3, 50, 59)
accent
#00C7E7
rgb(0, 199, 231)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#00C7E7
rgb(0, 199, 231)

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

Kestroll logo
Logo
Kestroll favicon
Favicon
Kestroll social image
Social Card

UI Components

Live previews rendered using Kestroll's actual button styles.

buttonPrimary
background #FFFFFF textColor #0000EE borderRadius 10px shadow rgba(60, 66, 87, 0.08) 0px 2.82px 7.05px 0px, rgba(60, 66, 87, 0.12) 0px 0px 0px 1.41px, rgba(0, 0, 0, 0.12) 0px 1.41px 1.41px 0px
buttonSecondary
background #F6F8F8 textColor #000000 borderRadius 8px shadow rgba(0, 0, 0, 0) 0px 0px 2.15px 0px, rgba(0, 0, 0, 0.4) 0px 0px 1.5px 0px, rgba(255, 255, 255, 0.5) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.02) 0px 3.87px 20.29px 0px inset

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking SaaS design services

Kestroll Brand in the Wild

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

Frequently Asked Questions

What is Kestroll's primary brand color?

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

What accent color does Kestroll use?

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

What font does Kestroll use?

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

Does Kestroll use a light or dark theme?

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

Where can I find Kestroll's logo?

Kestroll's logo is available directly on their site (https://saasfactor.co). 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://saasfactor.co 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 Kestroll.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#03323B",
    "accent": "#00C7E7",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#00C7E7"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "JetBrains Mono",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "40px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(60, 66, 87, 0.08) 0px 2.82px 7.05px 0px, rgba(60, 66, 87, 0.12) 0px 0px 0px 1.41px, rgba(0, 0, 0, 0.12) 0px 1.41px 1.41px 0px"
    },
    "buttonSecondary": {
      "background": "#F6F8F8",
      "textColor": "#000000",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 2.15px 0px, rgba(0, 0, 0, 0.4) 0px 0px 1.5px 0px, rgba(255, 255, 255, 0.5) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.02) 0px 3.87px 20.29px 0px inset"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%2522http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%2522%20xmlns%3Axlink%3D%2522http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%2522%20viewBox%3D%25220%200%20154%2036.143%2522%20overflow%3D%2522visible%2522%3E%3Cg%3E%3Cpath%20d%3D%2522M%200%200%20L%20154%200%20L%20154%2036.143%20L%200%2036.143%20Z%2522%20fill%3D%2522transparent%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%200.052%2020.781%20C%206.248%2023.006%2012.725%2024.351%2019.295%2024.775%20L%2019.936%2015.141%20C%2013.086%2014.699%206.362%2013.093%200.052%2010.391%20Z%2522%20fill%3D%2522rgb(46%2C130%2C252)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%2019.936%2024.846%20C%2014.311%2024.846%209.751%2029.39%209.751%2034.994%20L%209.751%2035.639%20L%200.051%2035.639%20L%200.051%2034.994%20C%200.051%2024.052%208.954%2015.181%2019.936%2015.181%20Z%2522%20fill%3D%2522rgb(47%2C221%2C255)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%2019.875%200%20C%2012.839%201.952%206.151%204.989%200.052%209.003%20L%200.052%2021.008%20L%200.758%2020.435%20C%206.433%2015.83%2012.916%2012.322%2019.875%2010.091%20Z%2522%20fill%3D%2522rgb(0%2C220%2C255)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%2040.475%2026.911%20C%2038.91%2026.911%2037.59%2026.667%2036.515%2026.176%20C%2035.44%2025.671%2034.625%2024.991%2034.072%2024.137%20C%2033.519%2023.267%2033.242%2022.272%2033.242%2021.149%20L%2037.013%2021.149%20C%2037.013%2021.592%2037.132%2022.003%2037.369%2022.382%20C%2037.622%2022.762%2038.001%2023.07%2038.507%2023.307%20C%2039.013%2023.528%2039.669%2023.639%2040.475%2023.639%20C%2041.203%2023.639%2041.812%2023.544%2042.302%2023.354%20C%2042.792%2023.164%2043.163%2022.904%2043.416%2022.572%20C%2043.669%2022.224%2043.796%2021.829%2043.796%2021.386%20C%2043.796%2020.833%2043.559%2020.398%2043.084%2020.082%20C%2042.61%2019.75%2041.844%2019.536%2040.784%2019.442%20L%2039.48%2019.322%20C%2037.756%2019.181%2036.38%2018.643%2035.353%2017.71%20C%2034.325%2016.777%2033.812%2015.544%2033.812%2014.01%20C%2033.812%2012.904%2034.072%2011.948%2034.594%2011.141%20C%2035.132%2010.335%2035.874%209.718%2036.824%209.291%20C%2037.772%208.849%2038.894%208.627%2040.191%208.627%20C%2041.551%208.627%2042.713%208.865%2043.677%209.339%20C%2044.657%209.797%2045.408%2010.453%2045.93%2011.307%20C%2046.452%2012.145%2046.713%2013.133%2046.713%2014.272%20L%2042.918%2014.272%20C%2042.923%2013.864%2042.817%2013.462%2042.61%2013.11%20C%2042.392%2012.734%2042.071%2012.43%2041.685%2012.232%20C%2041.29%2012.011%2040.792%2011.9%2040.191%2011.9%20C%2039.621%2011.9%2039.14%2011.995%2038.744%2012.185%20C%2038.365%2012.375%2038.08%2012.635%2037.891%2012.967%20C%2037.701%2013.282%2037.603%2013.643%2037.606%2014.011%20C%2037.606%2014.501%2037.78%2014.928%2038.128%2015.291%20C%2038.476%2015.655%2039.045%2015.868%2039.835%2015.931%20L%2041.163%2016.051%20C%2042.428%2016.161%2043.543%2016.438%2044.507%2016.881%20C%2045.472%2017.307%2046.222%2017.9%2046.76%2018.659%20C%2047.313%2019.402%2047.59%2020.311%2047.59%2021.386%20C%2047.59%2022.493%2047.298%2023.466%2046.713%2024.303%20C%2046.143%2025.125%2045.329%2025.766%2044.27%2026.224%20C%2043.21%2026.683%2041.946%2026.912%2040.475%2026.912%20Z%20M%2056.72%2026.461%20L%2056.72%2022.619%20L%2056.08%2022.619%20L%2056.08%2018.445%20C%2056.08%2017.781%2055.922%2017.283%2055.606%2016.951%20C%2055.289%2016.619%2054.783%2016.453%2054.088%2016.453%20C%2053.044%2016.462%2052.001%2016.493%2050.958%2016.548%20C%2050.357%2016.58%2049.811%2016.612%2049.321%2016.643%20L%2049.321%2013.442%20C%2049.685%2013.41%2050.111%2013.378%2050.601%2013.347%20C%2051.596%2013.285%2052.592%2013.253%2053.589%2013.252%20C%2054.918%2013.252%2056.032%2013.442%2056.934%2013.821%20C%2057.851%2014.201%2058.546%2014.778%2059.021%2015.552%20C%2059.495%2016.312%2059.732%2017.292%2059.732%2018.492%20L%2059.732%2026.462%20L%2056.72%2026.462%20Z%20M%2052.57%2026.793%20C%2051.637%2026.793%2050.815%2026.627%2050.104%2026.295%20C%2049.434%2025.986%2048.866%2025.492%2048.467%2024.872%20C%2048.072%2024.24%2047.874%2023.489%2047.874%2022.619%20C%2047.874%2021.671%2048.119%2020.896%2048.61%2020.295%20C%2049.1%2019.679%2049.787%2019.228%2050.673%2018.943%20C%2051.558%2018.643%2052.578%2018.493%2053.732%2018.493%20L%2056.507%2018.493%20L%2056.507%2020.603%20L%2053.708%2020.603%20C%2053.044%2020.603%2052.531%2020.769%2052.167%2021.101%20C%2051.819%2021.418%2051.645%2021.853%2051.645%2022.406%20C%2051.645%2022.928%2051.819%2023.354%2052.167%2023.686%20C%2052.531%2024.003%2053.044%2024.161%2053.708%2024.161%20C%2054.135%2024.161%2054.515%2024.09%2054.847%2023.947%20C%2055.194%2023.789%2055.479%2023.528%2055.7%2023.165%20C%2055.922%2022.801%2056.048%2022.295%2056.08%2021.647%20L%2056.981%2022.596%20C%2056.902%2023.496%2056.681%2024.256%2056.317%2024.872%20C%2055.978%2025.481%2055.466%2025.976%2054.847%2026.295%20C%2054.23%2026.627%2053.471%2026.793%2052.57%2026.793%20Z%20M%2069.615%2026.461%20L%2069.615%2022.619%20L%2068.975%2022.619%20L%2068.975%2018.445%20C%2068.975%2017.781%2068.817%2017.283%2068.501%2016.951%20C%2068.184%2016.619%2067.678%2016.453%2066.983%2016.453%20C%2065.939%2016.462%2064.896%2016.493%2063.853%2016.548%20C%2063.252%2016.58%2062.706%2016.612%2062.216%2016.643%20L%2062.216%2013.442%20C%2062.58%2013.41%2063.006%2013.378%2063.496%2013.347%20C%2064.491%2013.285%2065.487%2013.253%2066.484%2013.252%20C%2067.813%2013.252%2068.927%2013.442%2069.829%2013.821%20C%2070.746%2014.201%2071.441%2014.778%2071.916%2015.552%20C%2072.39%2016.312%2072.627%2017.292%2072.627%2018.492%20L%2072.627%2026.462%20L%2069.615%2026.462%20Z%20M%2065.465%2026.793%20C%2064.532%2026.793%2063.71%2026.627%2062.999%2026.295%20C%2062.329%2025.986%2061.761%2025.492%2061.362%2024.872%20C%2060.967%2024.24%2060.769%2023.489%2060.769%2022.619%20C%2060.769%2021.671%2061.014%2020.896%2061.505%2020.295%20C%2061.995%2019.679%2062.682%2019.228%2063.568%2018.943%20C%2064.453%2018.643%2065.473%2018.493%2066.628%2018.493%20L%2069.402%2018.493%20L%2069.402%2020.603%20L%2066.603%2020.603%20C%2065.939%2020.603%2065.426%2020.769%2065.062%2021.101%20C%2064.714%2021.418%2064.54%2021.853%2064.54%2022.406%20C%2064.54%2022.928%2064.714%2023.354%2065.062%2023.686%20C%2065.426%2024.003%2065.939%2024.161%2066.603%2024.161%20C%2067.03%2024.161%2067.41%2024.09%2067.742%2023.947%20C%2068.089%2023.789%2068.374%2023.528%2068.595%2023.165%20C%2068.817%2022.801%2068.943%2022.295%2068.975%2021.647%20L%2069.876%2022.596%20C%2069.797%2023.496%2069.576%2024.256%2069.212%2024.872%20C%2068.873%2025.481%2068.361%2025.976%2067.742%2026.295%20C%2067.125%2026.627%2066.366%2026.793%2065.465%2026.793%20Z%20M%2079.594%2026.864%20C%2077.744%2026.864%2076.297%2026.484%2075.254%2025.726%20C%2074.21%2024.967%2073.657%2023.9%2073.594%2022.524%20L%2076.961%2022.524%20C%2077.024%2022.936%2077.269%2023.307%2077.696%2023.639%20C%2078.139%2023.955%2078.795%2024.113%2079.664%2024.113%20C%2080.328%2024.113%2080.874%2024.003%2081.301%2023.781%20C%2081.743%2023.544%2081.965%2023.212%2081.965%2022.785%20C%2081.965%2022.405%2081.799%2022.105%2081.467%2021.885%20C%2081.134%2021.647%2080.542%2021.481%2079.687%2021.386%20L%2078.668%2021.291%20C%2077.103%2021.133%2075.925%2020.698%2075.135%2019.987%20C%2074.36%2019.275%2073.973%2018.367%2073.973%2017.26%20C%2073.973%2016.343%2074.202%2015.576%2074.661%2014.96%20C%2075.119%2014.343%2075.751%2013.876%2076.558%2013.56%20C%2077.38%2013.244%2078.313%2013.086%2079.356%2013.086%20C%2081.032%2013.086%2082.384%2013.457%2083.411%2014.2%20C%2084.439%2014.928%2084.977%2015.987%2085.024%2017.378%20L%2081.656%2017.378%20C%2081.593%2016.951%2081.372%2016.596%2080.992%2016.311%20C%2080.612%2016.011%2080.052%2015.861%2079.308%2015.861%20C%2078.724%2015.861%2078.258%2015.971%2077.909%2016.193%20C%2077.562%2016.413%2077.388%2016.714%2077.388%2017.093%20C%2077.388%2017.457%2077.538%2017.734%2077.838%2017.923%20C%2078.138%2018.113%2078.628%2018.248%2079.308%2018.327%20L%2080.328%2018.422%20C%2081.926%2018.596%2083.166%2019.038%2084.052%2019.75%20C%2084.937%2020.461%2085.38%2021.418%2085.38%2022.62%20C%2085.38%2023.489%2085.142%2024.248%2084.668%2024.896%20C%2084.194%2025.528%2083.522%2026.019%2082.652%2026.366%20C%2081.782%2026.698%2080.763%2026.864%2079.594%2026.864%20Z%20M%2086.937%2026.461%20L%2086.937%2013.347%20C%2086.937%2011.845%2087.364%2010.73%2088.217%2010.003%20C%2089.072%209.276%2090.328%208.912%2091.988%208.912%20L%2093.648%208.912%20L%2093.648%2011.758%20L%2091.822%2011.758%20C%2091.395%2011.758%2091.063%2011.876%2090.826%2012.114%20C%2090.589%2012.351%2090.47%2012.683%2090.47%2013.11%20L%2090.47%2026.461%20Z%20M%2085.395%2016.501%20L%2085.395%2013.726%20L%2093.838%2013.726%20L%2093.838%2016.501%20Z%20M%20102.325%2026.461%20L%20102.325%2022.619%20L%20101.685%2022.619%20L%20101.685%2018.445%20C%20101.685%2017.781%20101.527%2017.283%20101.211%2016.951%20C%20100.894%2016.619%20100.388%2016.453%2099.693%2016.453%20C%2098.649%2016.462%2097.606%2016.493%2096.563%2016.548%20C%2095.962%2016.58%2095.416%2016.612%2094.926%2016.643%20L%2094.926%2013.442%20C%2095.29%2013.41%2095.716%2013.378%2096.206%2013.347%20C%2097.201%2013.285%2098.197%2013.253%2099.194%2013.252%20C%20100.523%2013.252%20101.638%2013.442%20102.539%2013.821%20C%20103.456%2014.201%20104.151%2014.778%20104.626%2015.552%20C%20105.099%2016.312%20105.337%2017.292%20105.337%2018.492%20L%20105.337%2026.462%20L%20102.325%2026.462%20Z%20M%2098.175%2026.793%20C%2097.242%2026.793%2096.42%2026.627%2095.709%2026.295%20C%2095.04%2025.986%2094.472%2025.492%2094.073%2024.872%20C%2093.677%2024.24%2093.48%2023.489%2093.48%2022.619%20C%2093.48%2021.671%2093.725%2020.896%2094.215%2020.295%20C%2094.705%2019.679%2095.393%2019.228%2096.278%2018.943%20C%2097.163%2018.643%2098.183%2018.493%2099.337%2018.493%20L%20102.111%2018.493%20L%20102.111%2020.603%20L%2099.313%2020.603%20C%2098.65%2020.603%2098.136%2020.769%2097.772%2021.101%20C%2097.424%2021.418%2097.25%2021.853%2097.25%2022.406%20C%2097.25%2022.928%2097.424%2023.354%2097.772%2023.686%20C%2098.136%2024.003%2098.649%2024.161%2099.313%2024.161%20C%2099.74%2024.161%20100.12%2024.09%20100.452%2023.947%20C%20100.81%2023.78%20101.107%2023.507%20101.305%2023.165%20C%20101.527%2022.801%20101.653%2022.295%20101.685%2021.647%20L%20102.586%2022.596%20C%20102.507%2023.496%20102.286%2024.256%20101.922%2024.872%20C%20101.582%2025.48%20101.071%2025.975%20100.452%2026.295%20C%2099.835%2026.627%2099.076%2026.793%2098.175%2026.793%20Z%20M%20113.204%2026.912%20C%20112.082%2026.912%20111.102%2026.73%20110.264%2026.366%20C%20109.476%2026.012%20108.773%2025.495%20108.201%2024.848%20C%20107.653%2024.225%20107.234%2023.5%20106.967%2022.714%20C%20106.699%2021.911%20106.563%2021.07%20106.564%2020.224%20L%20106.564%2019.774%20C%20106.564%2018.888%20106.706%2018.042%20106.991%2017.236%20C%20107.264%2016.434%20107.691%2015.693%20108.248%2015.054%20C%20108.817%2014.41%20109.522%2013.9%20110.311%2013.56%20C%20111.149%2013.196%20112.106%2013.015%20113.181%2013.015%20C%20114.35%2013.015%20115.386%2013.244%20116.287%2013.703%20C%20117.162%2014.122%20117.907%2014.769%20118.446%2015.576%20C%20118.983%2016.382%20119.283%2017.307%20119.347%2018.351%20L%20115.623%2018.351%20C%20115.572%2017.791%20115.319%2017.269%20114.912%2016.881%20C%20114.517%2016.469%20113.94%2016.264%20113.181%2016.264%20C%20112.548%2016.264%20112.018%2016.422%20111.592%2016.738%20C%20111.181%2017.054%20110.872%2017.489%20110.667%2018.042%20C%20110.461%2018.596%20110.359%2019.252%20110.359%2020.011%20C%20110.359%2020.706%20110.453%2021.339%20110.643%2021.908%20C%20110.833%2022.461%20111.133%2022.896%20111.545%2023.212%20C%20111.971%2023.512%20112.524%2023.662%20113.204%2023.662%20C%20113.71%2023.662%20114.138%2023.576%20114.485%2023.402%20C%20114.849%2023.212%20115.133%2022.959%20115.339%2022.643%20C%20115.564%2022.302%20115.702%2021.911%20115.742%2021.505%20L%20119.441%2021.505%20C%20119.394%2022.58%20119.094%2023.528%20118.541%2024.35%20C%20117.981%2025.162%20117.221%2025.816%20116.335%2026.248%20C%20115.417%2026.69%20114.374%2026.912%20113.204%2026.912%20Z%20M%20126.587%2026.627%20C%20125.275%2026.627%20124.216%2026.469%20123.41%2026.153%20C%20122.604%2025.821%20122.01%2025.275%20121.631%2024.516%20C%20121.267%2023.742%20121.086%2022.698%20121.086%2021.386%20L%20121.086%209.956%20L%20124.619%209.956%20L%20124.619%2021.528%20C%20124.619%2022.145%20124.777%2022.619%20125.094%2022.951%20C%20125.425%2023.268%20125.892%2023.426%20126.493%2023.426%20L%20128.413%2023.426%20L%20128.413%2026.627%20Z%20M%20119.117%2016.24%20L%20119.117%2013.465%20L%20128.413%2013.465%20L%20128.413%2016.24%20Z%20M%20136.065%2026.912%20C%20134.927%2026.912%20133.915%2026.738%20133.029%2026.39%20C%20132.144%2026.026%20131.393%2025.536%20130.777%2024.92%20C%20130.183%2024.315%20129.715%2023.598%20129.401%2022.81%20C%20129.085%2022.001%20128.924%2021.14%20128.927%2020.272%20L%20128.927%2019.726%20C%20128.927%2018.825%20129.085%2017.971%20129.401%2017.165%20C%20129.724%2016.356%20130.208%2015.622%20130.824%2015.007%20C%20131.478%2014.376%20132.252%2013.884%20133.101%2013.56%20C%20133.986%2013.196%20134.974%2013.015%20136.065%2013.015%20C%20137.187%2013.015%20138.184%2013.196%20139.053%2013.56%20C%20139.938%2013.908%20140.689%2014.39%20141.306%2015.007%20C%20141.922%2015.622%20142.406%2016.356%20142.729%2017.165%20C%20143.062%2017.977%20143.231%2018.848%20143.227%2019.726%20L%20143.227%2020.272%20C%20143.227%2021.157%20143.069%2022.002%20142.752%2022.809%20C%20142.436%2023.601%20141.959%2024.319%20141.353%2024.919%20C%20140.753%2025.536%20140.01%2026.026%20139.124%2026.389%20C%20138.239%2026.738%20137.219%2026.912%20136.065%2026.912%20Z%20M%20136.065%2023.71%20C%20136.808%2023.71%20137.425%2023.552%20137.915%2023.236%20C%20138.405%2022.92%20138.776%2022.477%20139.029%2021.908%20C%20139.298%2021.338%20139.433%2020.706%20139.433%2020.011%20C%20139.433%2019.268%20139.298%2018.619%20139.029%2018.066%20C%20138.776%2017.515%20138.373%2017.047%20137.867%2016.714%20C%20137.377%2016.382%20136.776%2016.216%20136.065%2016.216%20C%20135.369%2016.216%20134.769%2016.382%20134.263%2016.714%20C%20133.756%2017.046%20133.354%2017.515%20133.101%2018.066%20C%20132.848%2018.619%20132.721%2019.268%20132.721%2020.011%20C%20132.721%2020.706%20132.848%2021.339%20133.101%2021.908%20C%20133.354%2022.477%20133.733%2022.92%20134.239%2023.236%20C%20134.744%2023.552%20135.353%2023.71%20136.065%2023.71%20Z%20M%20144.689%2026.461%20L%20144.689%2013.465%20L%20147.701%2013.465%20L%20147.701%2019.038%20L%20147.63%2019.038%20C%20147.63%2017.204%20148.018%2015.789%20148.792%2014.793%20C%20149.583%2013.797%20150.72%2013.299%20152.207%2013.299%20L%20152.705%2013.299%20L%20152.705%2016.572%20L%20151.756%2016.572%20C%20150.713%2016.572%20149.906%2016.857%20149.338%2017.426%20C%20148.768%2017.979%20148.483%2018.786%20148.483%2019.845%20L%20148.483%2026.461%20Z%2522%20fill%3D%2522rgb(0%2C22%2C44)%2522%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/a2daYHRrJTifjeNVxWsxl52Yg.png",
    "ogImage": "https://framerusercontent.com/images/S12jr7iZmlumODkQU2E3jd8WmiU.png",
    "logoHref": "./",
    "logoAlt": "Go to home"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and matches the brand 'Saasfactor' inferred from the page title and URL. It links to the homepage, which is a strong indicator of being the main logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 18,
      "text": "Explore Services",
      "reasoning": "Button #0 'Explore Services' has a vibrant text color (#0000EE) against a white background, making it stand out as a primary CTA. The text is action-oriented, encouraging exploration of services, which aligns with a primary action for a design agency."
    },
    "secondary": {
      "index": 3,
      "text": "SCADA & Industrial Systems",
      "reasoning": "Button #5 'SCADA & Industrial Systems' has a different background color (#F6F8F8) and serves as a secondary option, likely leading to more specific information rather than a primary action."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking SaaS design services"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and matches the brand 'Saasfactor' inferred from the page title and URL. It links to the homepage, which is a strong indicator of being the main logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles