Home · Branding · Fractional

Fractional Brand Identity

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

Download JSON
Primary
#000000
Accent
#F1EBE5
Body Font
Sohne
Heading
Tiempos

Color Palette

Brand palette extracted from https://fractional.app.

primary
#000000
rgb(0, 0, 0)
accent
#F1EBE5
rgb(241, 235, 229)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#000000
rgb(0, 0, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Sohne
heading
Tiempos
Sohne, 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

Fractional logo
Logo
Fractional favicon
Favicon
Fractional social image
Social Card

UI Components

Live previews rendered using Fractional's actual button styles.

buttonPrimary
background #F1EBE5 textColor #2C2C2C borderRadius 8px shadow none
buttonSecondary
background #212121 textColor #FFFFFF borderColor #4D4D4D borderRadius 8px shadow color(srgb 1 1 1 / 0.03) 0px 0px 0px 3px, color(srgb 0.129412 0.129412 0.129412 / 0.1) 0px 0px 0px 1px, color(srgb 1 1 1 / 0.08) 0px 0px 3px 0px, color(srgb 1 1 1 / 0.06) 0px 6px 4px 3px inset

Brand Personality

Tone: modern Energy: medium Audience: investors interested in fractional property ownership

Fractional Brand in the Wild

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

Frequently Asked Questions

What is Fractional's primary brand color?

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

What accent color does Fractional use?

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

What font does Fractional use?

Fractional uses Sohne for body text and Tiempos for headings. Fonts were detected on https://fractional.app as part of their live design system.

Does Fractional use a light or dark theme?

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

Where can I find Fractional's logo?

Fractional's logo is available directly on their site (https://fractional.app). 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://fractional.app 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 Fractional.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Sohne",
      "role": "body"
    },
    {
      "family": "Tiempos",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#000000",
    "accent": "#F1EBE5",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#000000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Sohne",
      "heading": "Tiempos"
    },
    "fontStacks": {
      "heading": [
        "Sohne",
        "sans-serif"
      ],
      "body": [
        "Sohne",
        "sans-serif"
      ],
      "paragraph": [
        "Tiempos",
        "serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "60px",
      "body": "32px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F1EBE5",
      "textColor": "#2C2C2C",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#212121",
      "textColor": "#FFFFFF",
      "borderColor": "#4D4D4D",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "color(srgb 1 1 1 / 0.03) 0px 0px 0px 3px, color(srgb 0.129412 0.129412 0.129412 / 0.1) 0px 0px 0px 1px, color(srgb 1 1 1 / 0.08) 0px 0px 3px 0px, color(srgb 1 1 1 / 0.06) 0px 6px 4px 3px inset"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22135%22%20height%3D%2223%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20focusable%3D%22false%22%20shape-rendering%3D%22geometricPrecision%22%20viewBox%3D%220%200%20135%2023%22%20class%3D%22text-current%20h-6%20stroke-%5B0.125rem%5D%20w-auto%22%20data-fc-idx%3D%220%22%3E%3Cg%20clip-path%3D%22url(%23clip0_460_383)%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%3E%3Cpath%20d%3D%22M8.88163%2017.3082L7.68129%2021.8592L0%2021.8573L1.20202%2017.304L6.79819%2017.307L2.10354%2013.889L3.30556%209.33562L12.3276%209.34054L4.20707%205.92061L5.40825%201.37042L21.7138%201.37615L20.5115%205.9295L7.33246%205.92231L15.4966%209.34227L14.2945%2013.8956L4.2621%2013.8901L8.88163%2017.3082Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M40.9102%2021.8587V5.82289H44.0062L44.4482%208.71978C44.5858%208.32989%2044.753%207.96903%2044.9497%207.63705C45.3427%206.99332%2045.79%206.49125%2046.2911%206.13009C46.7926%205.76938%2047.3476%205.58881%2047.9572%205.58881C48.016%205.58881%2048.0846%205.59382%2048.1637%205.6034C48.2418%205.61343%2048.3009%205.61799%2048.3404%205.61799L48.2225%2010.0366C48.1046%209.99782%2047.9719%209.96849%2047.8246%209.94888C47.6769%209.92973%2047.5342%209.91954%2047.3969%209.91954C47.0624%209.91954%2046.7481%209.97806%2046.4535%2010.0951C46.1585%2010.2121%2045.8978%2010.3929%2045.672%2010.6365C45.4459%2010.8807%2045.2542%2011.1733%2045.097%2011.5144C44.9396%2011.8559%2044.8216%2012.256%2044.7432%2012.7141C44.6645%2013.1727%2044.6253%2013.6752%2044.6253%2014.2212V21.8587L40.9102%2021.8587Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M29.1426%2021.8586H32.9758V13.9285H38.4012V10.5048H32.9758V4.79861H39.1679V1.37488H29.1426V21.8586Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M100.795%208.54436C100.48%207.88132%20100.092%207.32985%2099.6301%206.89087C99.1679%206.45203%2098.6275%206.12553%2098.0083%205.91075C97.3891%205.69612%2096.6961%205.58881%2095.9296%205.58881C95.163%205.58881%2094.4701%205.69612%2093.8508%205.91075C93.2316%206.12553%2092.6908%206.45203%2092.2291%206.89087C91.767%207.32985%2091.3786%207.88132%2091.0645%208.54436C90.7497%209.2077%2090.5189%209.98323%2090.3716%2010.8706C90.2241%2011.7586%2090.1504%2012.7485%2090.1504%2013.8408C90.1504%2014.9528%2090.2241%2015.9477%2090.3716%2016.8255C90.5189%2017.7035%2090.7497%2018.4745%2091.0645%2019.1373C91.3786%2019.8008%2091.767%2020.3517%2092.2291%2020.7907C92.6908%2021.2297%2093.2316%2021.5565%2093.8508%2021.771C94.4701%2021.9854%2095.163%2022.0927%2095.9296%2022.0927C96.6961%2022.0927%2097.3891%2021.9854%2098.0083%2021.771C98.6275%2021.5565%2099.1679%2021.2297%2099.6301%2020.7907C100.092%2020.3517%20100.48%2019.8008%20100.795%2019.1373C101.109%2018.4745%20101.34%2017.7035%20101.488%2016.8255C101.635%2015.9477%20101.709%2014.9528%20101.709%2013.8408C101.709%2012.7289%20101.635%2011.734%20101.488%2010.856C101.34%209.97806%20101.109%209.2077%20100.795%208.54436ZM97.8314%2015.9184C97.7821%2016.5233%2097.7084%2017.0354%2097.6102%2017.4548C97.5117%2017.8745%2097.3841%2018.2156%2097.227%2018.479C97.0694%2018.7423%2096.8828%2018.9374%2096.6667%2019.0642C96.4502%2019.1913%2096.2046%2019.2544%2095.9296%2019.2544C95.654%2019.2544%2095.4085%2019.1913%2095.1924%2019.0642C94.976%2018.9374%2094.7945%2018.7423%2094.647%2018.479C94.4995%2018.2156%2094.3714%2017.8745%2094.2636%2017.4548C94.1555%2017.0354%2094.0766%2016.5283%2094.0277%2015.9331C93.9784%2015.3383%2093.9541%2014.6409%2093.9541%2013.8408C93.9541%2013.0607%2093.9784%2012.373%2094.0277%2011.7778C94.0766%2011.1828%2094.1555%2010.6709%2094.2636%2010.2415C94.3714%209.81268%2094.4995%209.46611%2094.647%209.20269C94.7945%208.93926%2094.976%208.74911%2095.1924%208.63207C95.4085%208.51502%2095.654%208.4565%2095.9296%208.4565C96.2046%208.4565%2096.4502%208.51502%2096.6667%208.63207C96.8828%208.74911%2097.0694%208.93926%2097.227%209.20269C97.3842%209.46611%2097.5117%209.80751%2097.6102%2010.2269C97.7084%2010.6466%2097.7821%2011.1588%2097.8314%2011.7632C97.8802%2012.3682%2097.9052%2013.0607%2097.9052%2013.8408C97.9052%2014.6213%2097.8802%2015.314%2097.8314%2015.9184Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M114.592%207.72491C114.317%207.02266%20113.909%206.4914%20113.369%206.13024C112.828%205.76939%20112.174%205.58881%20111.408%205.58881C110.798%205.58881%20110.238%205.69612%20109.727%205.91075C109.216%206.12553%20108.754%206.44747%20108.341%206.87627C107.929%207.30569%20107.584%207.8421%20107.309%208.48569L106.606%205.82289H103.83V21.8587H107.545V12.6703C107.545%2012.0462%20107.599%2011.5048%20107.707%2011.0463C107.815%2010.5882%20107.973%2010.2223%20108.179%209.94887C108.386%209.67587%20108.621%209.47113%20108.887%209.33448C109.152%209.19813%20109.452%209.12958%20109.786%209.12958C110.12%209.12958%20110.4%209.19813%20110.627%209.33448C110.852%209.47113%20111.02%209.69564%20111.128%2010.0074C111.236%2010.3198%20111.29%2010.7098%20111.29%2011.178V21.8587H115.005V10.3293C115.005%209.29556%20114.867%208.42732%20114.592%207.72491Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M82.3198%2018.8446C82.1724%2018.8643%2082.0249%2018.8839%2081.8774%2018.9032C81.7301%2018.9228%2081.5874%2018.9325%2081.45%2018.9325C80.9585%2018.9325%2080.5801%2018.8643%2080.3149%2018.7276C80.0494%2018.5914%2079.8624%2018.3813%2079.7546%2018.0983C79.6463%2017.8159%2079.5924%2017.4502%2079.5924%2017.0011V8.89541H82.6295V5.82281H79.5924V1.37488H75.8895C75.8863%202.68241%2075.9067%204.72929%2075.9067%205.82281H74.0195V8.89541H75.9067V17.8496C75.9067%2018.5914%2076.0048%2019.2301%2076.2015%2019.7664C76.3979%2020.3033%2076.6778%2020.7371%2077.0418%2021.0685C77.4054%2021.4004%2077.8574%2021.6493%2078.3982%2021.8148C78.9385%2021.9802%2079.5628%2022.0635%2080.2706%2022.0635C80.5455%2022.0635%2080.8206%2022.0534%2081.0961%2022.0343C81.3712%2022.0145%2081.6365%2021.9853%2081.8923%2021.9464C82.1475%2021.9072%2082.3936%2021.8683%2082.6295%2021.8294L82.7474%2018.786C82.6096%2018.8057%2082.4673%2018.8255%2082.3198%2018.8446Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M134.084%201.37488H130.369V21.8586H134.084V1.37488Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M84.2852%203.86271V0H88.0594V3.86271H84.2852ZM84.3146%2021.8592V5.82326H88.03V21.8592H84.3146Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M72.4295%208.19324C71.997%207.29611%2071.4123%206.63763%2070.6752%206.21795C69.938%205.79857%2069.0287%205.58881%2067.9478%205.58881C67.1613%205.58881%2066.4537%205.69612%2065.8248%205.91075C65.1954%206.12553%2064.6454%206.45203%2064.1735%206.89087C63.7018%207.32985%2063.3134%207.88132%2063.0089%208.54436C62.7039%209.2077%2062.4731%209.98323%2062.3159%2010.8706C62.1583%2011.7586%2062.0801%2012.7485%2062.0801%2013.8408C62.0801%2014.9528%2062.1538%2015.9477%2062.3012%2016.8255C62.4486%2017.7035%2062.6744%2018.4745%2062.9793%2019.1373C63.2839%2019.8008%2063.6673%2020.3517%2064.1293%2020.7907C64.5909%2021.2297%2065.1268%2021.5565%2065.7362%2021.771C66.3454%2021.9854%2067.0337%2022.0927%2067.8003%2022.0927C68.9208%2022.0927%2069.8689%2021.8632%2070.6457%2021.4051C71.422%2020.9469%2072.0463%2020.2638%2072.518%2019.3567C72.9898%2018.4497%2073.2943%2017.3134%2073.4321%2015.9477H69.8826C69.8212%2016.6195%2069.7325%2017.1889%2069.6137%2017.645C69.4662%2018.2109%2069.2599%2018.6207%2068.9945%2018.8739C68.7291%2019.1278%2068.3798%2019.2544%2067.9478%2019.2544C67.6529%2019.2544%2067.3921%2019.1913%2067.1663%2019.0642C66.9401%2018.9375%2066.7485%2018.7423%2066.5914%2018.479C66.4337%2018.2156%2066.3011%2017.8745%2066.1933%2017.4548C66.0851%2017.0354%2066.0063%2016.5283%2065.9574%2015.9331C65.9081%2015.3383%2065.8837%2014.6409%2065.8837%2013.8408C65.8837%2013.0607%2065.9081%2012.373%2065.9574%2011.7778C66.0063%2011.1828%2066.0851%2010.6759%2066.1933%2010.2562C66.3011%209.83685%2066.4337%209.49074%2066.5914%209.21744C66.7485%208.94444%2066.9401%208.74912%2067.1663%208.63207C67.3921%208.51503%2067.6626%208.45651%2067.9772%208.45651C68.39%208.45651%2068.724%208.57355%2068.9798%208.80764C69.235%209.04172%2069.4414%209.43222%2069.599%209.97807C69.7255%2010.4183%2069.8188%2010.9782%2069.8818%2011.6462H73.3731C73.1763%2010.2415%2072.8617%209.09066%2072.4295%208.19324Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M60.755%2019.1667H60.5487C60.4308%2019.1667%2060.3321%2019.1424%2060.2539%2019.0934C60.1752%2019.0451%2060.116%2018.9718%2060.077%2018.8739C60.0373%2018.7766%2060.018%2018.6499%2060.018%2018.4936V10.6805C60.018%209.82226%2059.9097%209.07607%2059.6936%208.44191C59.477%207.80805%2059.1579%207.27635%2058.7354%206.84709C58.3124%206.41814%2057.7817%206.1009%2057.1431%205.89601C56.5041%205.69126%2055.7523%205.58881%2054.8875%205.58881C54.0223%205.58881%2053.2656%205.70129%2052.617%205.92534C51.9683%206.1497%2051.4127%206.48623%2050.951%206.93495C50.4889%207.38382%2050.1255%207.94942%2049.86%208.63207C49.5948%209.31517%2049.4128%2010.1149%2049.3146%2011.0316H52.7262C52.762%2010.5198%2052.8373%2010.083%2052.9561%209.72938C53.1036%209.2904%2053.3145%208.96861%2053.59%208.76386C53.8651%208.55896%2054.2286%208.45651%2054.681%208.45651C54.9759%208.45651%2055.231%208.50044%2055.4476%208.58814C55.6637%208.676%2055.8406%208.82223%2055.9785%209.02713C56.1157%209.23203%2056.2189%209.48572%2056.288%209.78806C56.3566%2010.0905%2056.3912%2010.4564%2056.3912%2010.8852V11.8802L53.6196%2012.524C52.5773%2012.7582%2051.7178%2013.1048%2051.0396%2013.5629C50.3614%2014.0214%2049.8499%2014.5871%2049.5062%2015.26C49.1621%2015.9331%2048.9902%2016.7185%2048.9902%2017.6156C48.9902%2018.552%2049.1524%2019.3567%2049.4768%2020.0298C49.8011%2020.7028%2050.2627%2021.2149%2050.8627%2021.5662C51.462%2021.9173%2052.1845%2022.0927%2053.0298%2022.0927C53.5799%2022.0927%2054.0716%2022.0096%2054.5041%2021.8441C54.9363%2021.6787%2055.3196%2021.4299%2055.6541%2021.0979C55.9489%2020.7861%2056.2143%2020.4152%2056.4502%2019.986C56.4894%2020.2786%2056.558%2020.5323%2056.6565%2020.7468C56.8137%2021.2149%2057.0938%2021.5565%2057.4969%2021.771C57.8996%2021.9854%2058.406%2022.0927%2059.0154%2022.0927C59.3495%2022.0927%2059.6493%2022.0733%2059.9148%2022.0344C60.1801%2021.995%2060.4994%2021.9173%2060.873%2021.8003L60.9321%2019.1373C60.8532%2019.1569%2060.7942%2019.1667%2060.755%2019.1667ZM56.3912%2015.5089C56.3912%2015.9966%2056.3617%2016.4355%2056.3027%2016.8255C56.2438%2017.2162%2056.16%2017.5571%2056.0521%2017.8497C55.9439%2018.1425%2055.806%2018.3866%2055.6394%2018.5813C55.4721%2018.7766%2055.2755%2018.9229%2055.0497%2019.0203C54.8233%2019.118%2054.5631%2019.1667%2054.2682%2019.1667C53.9144%2019.1667%2053.6196%2019.0984%2053.3836%2018.9618C53.1477%2018.8256%2052.9657%2018.6207%2052.8382%2018.3472C52.7101%2018.0744%2052.6466%2017.7327%2052.6466%2017.323C52.6466%2016.8942%2052.7202%2016.5233%2052.8677%2016.2111C53.0151%2015.8992%2053.2459%2015.6359%2053.5606%2015.421C53.8748%2015.2065%2054.2779%2015.0405%2054.7694%2014.9235L56.3912%2014.543V15.5089Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M128.511%2019.1667H128.305C128.187%2019.1667%20128.088%2019.1424%20128.01%2019.0934C127.931%2019.0451%20127.872%2018.9718%20127.833%2018.8739C127.793%2018.7766%20127.774%2018.6499%20127.774%2018.4936V10.6805C127.774%209.82226%20127.666%209.07607%20127.449%208.44191C127.233%207.80805%20126.914%207.27635%20126.491%206.84709C126.068%206.41814%20125.538%206.1009%20124.899%205.89601C124.26%205.69126%20123.508%205.58881%20122.643%205.58881C121.778%205.58881%20121.022%205.70129%20120.373%205.92534C119.724%206.1497%20119.169%206.48623%20118.707%206.93495C118.245%207.38382%20117.881%207.94942%20117.616%208.63207C117.351%209.31517%20117.169%2010.1149%20117.07%2011.0316H120.482C120.518%2010.5198%20120.593%2010.083%20120.712%209.72938C120.859%209.2904%20121.07%208.96861%20121.346%208.76386C121.621%208.55896%20121.984%208.45651%20122.437%208.45651C122.732%208.45651%20122.987%208.50044%20123.203%208.58814C123.42%208.676%20123.596%208.82223%20123.734%209.02713C123.872%209.23203%20123.975%209.48572%20124.044%209.78806C124.112%2010.0905%20124.147%2010.4564%20124.147%2010.8852V11.8802L121.375%2012.524C120.333%2012.7582%20119.474%2013.1048%20118.795%2013.5629C118.117%2014.0214%20117.606%2014.5871%20117.262%2015.26C116.918%2015.9331%20116.746%2016.7185%20116.746%2017.6156C116.746%2018.552%20116.908%2019.3567%20117.233%2020.0298C117.557%2020.7028%20118.019%2021.2149%20118.619%2021.5662C119.218%2021.9173%20119.94%2022.0927%20120.786%2022.0927C121.336%2022.0927%20121.827%2022.0096%20122.26%2021.8441C122.692%2021.6787%20123.075%2021.4299%20123.41%2021.0979C123.705%2020.7861%20123.97%2020.4152%20124.206%2019.986C124.245%2020.2786%20124.314%2020.5323%20124.412%2020.7468C124.57%2021.2149%20124.85%2021.5565%20125.253%2021.771C125.655%2021.9854%20126.162%2022.0927%20126.771%2022.0927C127.105%2022.0927%20127.405%2022.0733%20127.671%2022.0344C127.936%2021.995%20128.255%2021.9173%20128.629%2021.8003L128.688%2019.1373C128.609%2019.1569%20128.55%2019.1667%20128.511%2019.1667ZM124.147%2015.5089C124.147%2015.9966%20124.118%2016.4355%20124.059%2016.8255C124%2017.2162%20123.916%2017.5571%20123.808%2017.8497C123.7%2018.1425%20123.562%2018.3866%20123.395%2018.5813C123.228%2018.7766%20123.031%2018.9229%20122.806%2019.0203C122.579%2019.118%20122.319%2019.1667%20122.024%2019.1667C121.67%2019.1667%20121.375%2019.0984%20121.139%2018.9618C120.904%2018.8256%20120.722%2018.6207%20120.594%2018.3472C120.466%2018.0744%20120.402%2017.7327%20120.402%2017.323C120.402%2016.8942%20120.476%2016.5233%20120.624%2016.2111C120.771%2015.8992%20121.002%2015.6359%20121.316%2015.421C121.631%2015.2065%20122.034%2015.0405%20122.525%2014.9235L124.147%2014.543V15.5089Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M44.448%208.72029L43.7449%206.0575H40.9688%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(44%2C%2044%2C%2044)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%3E%3CclipPath%20id%3D%22clip0_460_383%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%3E%3Crect%20width%3D%22134.083%22%20height%3D%2222.0933%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://www.fractional.app/static/images/logo-192x192.png",
    "ogImage": "https://fractional.app/static/images/og_background_1.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start a club",
      "reasoning": "Button #0 ('Start a club') has a vibrant red/orange background (#F1EBE5), making it stand out as the primary call-to-action. The text is action-oriented, encouraging users to initiate an activity, which aligns with primary CTA characteristics."
    },
    "secondary": {
      "index": 1,
      "text": "Join a club",
      "reasoning": "Button #1 ('Join a club') has a dark background (#212121), which is distinct from the primary button's color. It serves as a secondary action, complementing the primary CTA by offering an alternative engagement option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "investors interested in fractional property ownership"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles