Home · Branding · Worksome

Worksome Brand Identity

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

Download JSON
Primary
#777787
Accent
#6A54F4
Body Font
Circular
Heading
Circular

Color Palette

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

primary
#777787
rgb(119, 119, 135)
secondary
#C6B9FF
rgb(198, 185, 255)
accent
#6A54F4
rgb(106, 84, 244)
background
#0E0D12
rgb(14, 13, 18)
textPrimary
#0E0D12
rgb(14, 13, 18)
link
#6A54F4
rgb(106, 84, 244)

Typography

Each font links to its Google Fonts page where available.

primary
Circular
heading
Circular
Sharpgrotesk23, 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

Worksome logo
Logo
Worksome favicon
Favicon
Worksome social image
Social Card

UI Components

Live previews rendered using Worksome's actual button styles.

input
background #FFFFFF textColor #FFFFFF borderColor #E1E1E1 borderRadius 4px shadow none
buttonPrimary
background #6A54F4 textColor #FFFFFF borderRadius 4px shadow none
buttonSecondary
background #FFFFFF textColor #0E0D12 borderRadius 8px shadow rgba(12, 6, 53, 0.05) 0px 4px 25px 0px

Brand Personality

Tone: modern Energy: medium Audience: business professionals and freelancers

Worksome Brand in the Wild

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

Frequently Asked Questions

What is Worksome's primary brand color?

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

What accent color does Worksome use?

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

What font does Worksome use?

Worksome uses Circular as the primary typeface across body and headings.

Does Worksome use a light or dark theme?

Worksome's primary site uses a dark color scheme, with a background of #0E0D12.

Where can I find Worksome's logo?

Worksome's logo is available directly on their site (https://www.worksome.com/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.worksome.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 Worksome.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Circular",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#777787",
    "secondary": "#C6B9FF",
    "accent": "#6A54F4",
    "background": "#0E0D12",
    "textPrimary": "#0E0D12",
    "link": "#6A54F4"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Circular",
      "heading": "Circular"
    },
    "fontStacks": {
      "heading": [
        "Sharpgrotesk23",
        "sans-serif"
      ],
      "body": [
        "Circular",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Circular",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "32px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderColor": "#E1E1E1",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#6A54F4",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0E0D12",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(12, 6, 53, 0.05) 0px 4px 25px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20125%2020%22%20fill%3D%22none%22%20role%3D%22img%22%20aria-labelledby%3D%22worksome-logo-title%20worksome-logo-desc%22%20focusable%3D%22false%22%20data-fc-idx%3D%220%22%3E%0A%20%20%20%20%3Ctitle%20id%3D%22worksome-logo-title%22%20style%3D%22fill%3A%20none%20!important%3B%22%3EWorksome%20Logo%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%20id%3D%22worksome-logo-desc%22%20style%3D%22fill%3A%20none%20!important%3B%22%3ENavigate%20to%20the%20Worksome%20homepage%3C%2Fdesc%3E%0A%20%20%3Cpath%20d%3D%22M4.39986%2019.6247C3.52337%2017.5832%202.80336%2015.8524%202.23984%2014.4323C1.67632%2013.0122%201.22922%2011.8361%200.898517%2010.9042C0.567416%209.9722%200.335%209.25254%200.20127%208.74518C0.0675404%208.23782%200.000474158%207.87899%207.1358e-05%207.66869C-0.00354735%207.30509%200.130584%206.95341%200.375884%206.68335C0.626023%206.39989%201.0105%206.25795%201.5293%206.25755C1.92284%206.25755%202.23138%206.29314%202.45494%206.3643C2.6066%206.40815%202.75532%206.46143%202.90023%206.52383C3.11452%207.30506%203.3562%208.13487%203.62527%209.01325C3.89434%209.89164%204.17026%2010.7654%204.45303%2011.6346C4.73942%2012.5042%205.02138%2013.334%205.29891%2014.124C5.57644%2014.9141%205.82235%2015.6197%206.03664%2016.241C6.2332%2015.6909%206.44326%2015.0608%206.66682%2014.3507C6.89037%2013.6407%207.12299%2012.9084%207.36467%2012.154C7.60635%2011.3995%207.8432%2010.6361%208.07521%209.86365C8.30722%209.09122%208.52191%208.35896%208.71929%207.66689C8.86268%207.2059%209.06408%206.85527%209.32349%206.61498C9.58289%206.3747%209.99878%206.25475%2010.5712%206.25515C10.8993%206.25081%2011.2259%206.30025%2011.5379%206.40148C11.8235%206.49944%2012.0023%206.56601%2012.0744%206.60119C12.3064%207.40081%2012.5568%208.24042%2012.8254%209.12C13.0941%209.99959%2013.3624%2010.865%2013.6302%2011.7162C13.8985%2012.5682%2014.1623%2013.3848%2014.4217%2014.166C14.6811%2014.9473%2014.9182%2015.6395%2015.1329%2016.2428C15.5973%2015.0182%2016.0756%2013.6789%2016.5679%2012.2247C17.0601%2010.7706%2017.5108%209.31451%2017.9201%207.8564C18.0812%207.30666%2018.2914%206.90285%2018.5508%206.64497C18.8102%206.38709%2019.208%206.25835%2019.7441%206.25875C20.2275%206.25875%2020.6202%206.33851%2020.9247%206.49864C21.2293%206.65876%2021.3984%206.75592%2021.4347%206.7913C21.2909%207.37742%2021.0403%208.18504%2020.6831%209.21416C20.3258%2010.2433%2019.923%2011.3573%2019.4747%2012.5564C19.0276%2013.7558%2018.5537%2014.9806%2018.053%2016.2309C17.5523%2017.4811%2017.0784%2018.6127%2016.6313%2019.6259H13.4671C13.3241%2019.2528%2013.1318%2018.7069%2012.8901%2017.988C12.6484%2017.2692%2012.3846%2016.4837%2012.0986%2015.6317C11.8126%2014.7797%2011.5306%2013.9053%2011.2527%2013.0086C10.9748%2012.1118%2010.7202%2011.2904%2010.489%2010.5443C10.2562%2011.2904%2010.0014%2012.1114%209.72468%2013.0074C9.44795%2013.9033%209.17083%2014.7777%208.8933%2015.6305C8.61536%2016.4825%208.36039%2017.268%208.12838%2017.9868C7.89637%2018.7057%207.70866%2019.2516%207.56527%2019.6247H4.39986Z%22%20fill%3D%22currentcolor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M28.2155%205.88482C29.2109%205.87756%2030.1986%206.05828%2031.1259%206.41737C31.9977%206.75337%2032.7947%207.25559%2033.472%207.89568C34.1366%208.52992%2034.6657%209.29048%2035.0279%2010.132C35.4%2011.0179%2035.5916%2011.9681%2035.5916%2012.9279C35.5916%2013.8877%2035.4%2014.8379%2035.0279%2015.7238C34.6659%2016.5656%2034.1368%2017.3264%2033.472%2017.9607C32.7929%2018.6021%2031.996%2019.1083%2031.1247%2019.4516C29.2534%2020.1791%2027.1745%2020.1791%2025.3032%2019.4516C24.433%2019.108%2023.6372%2018.6019%2022.959%2017.9607C22.2942%2017.3264%2021.7651%2016.5656%2021.4031%2015.7238C21.0313%2014.8379%2020.8399%2013.8876%2020.8399%2012.9279C20.8399%2011.9682%2021.0313%2011.0179%2021.4031%2010.132C21.7655%209.2906%2022.2946%208.53008%2022.959%207.89568C23.636%207.25561%2024.4329%206.75338%2025.3045%206.41737C26.232%206.05822%2027.2199%205.87749%2028.2155%205.88482ZM28.2155%2017.3082C28.7965%2017.314%2029.3724%2017.2007%2029.9073%2016.9754C30.4126%2016.7631%2030.866%2016.4452%2031.2365%2016.0434C31.6064%2015.6386%2031.8974%2015.169%2032.0945%2014.6587C32.3046%2014.1103%2032.4093%2013.5277%2032.4032%2012.9411C32.4074%2012.346%2032.3028%2011.7551%2032.0945%2011.1971C31.9033%2010.68%2031.6118%2010.205%2031.2365%209.79918C30.8625%209.40457%2030.4098%209.09166%2029.9073%208.88041C28.8202%208.43665%2027.6006%208.43665%2026.5135%208.88041C26.0164%209.09369%2025.569%209.40646%2025.1993%209.79918C24.8235%2010.2047%2024.5317%2010.6797%2024.3408%2011.1971C24.1318%2011.7549%2024.0271%2012.346%2024.032%2012.9411C24.0255%2013.5278%2024.1302%2014.1104%2024.3408%2014.6587C24.5378%2015.1692%2024.829%2015.6388%2025.1993%2016.0434C25.566%2016.4429%2026.0139%2016.7606%2026.5135%2016.9754C27.0513%2017.2027%2027.631%2017.316%2028.2155%2017.3082Z%22%20fill%3D%22currentcolor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M36.7351%2011.0242C36.7351%209.39136%2037.2404%208.12655%2038.251%207.22978C39.2616%206.333%2040.6612%205.88461%2042.4496%205.88461C43.5774%205.88461%2044.4938%206.03994%2045.1987%206.35059C45.9036%206.66124%2046.2569%207.13622%2046.2585%207.77552C46.256%208.08601%2046.1678%208.38989%2046.0035%208.6541C45.8339%208.93837%2045.6954%209.11589%2045.5878%209.18665C45.224%209.02284%2044.8471%208.88924%2044.461%208.78724C43.9624%208.65636%2043.4481%208.59361%2042.9324%208.60073C40.8398%208.60073%2039.7925%209.70141%2039.7905%2011.9028V19.6247H36.7351V11.0242Z%22%20fill%3D%22currentcolor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M46.6163%201.4113C46.6163%200.931526%2046.7593%200.576493%2047.0452%200.346202C47.3312%200.11591%2047.734%200.000564476%2048.2537%200.000164665C48.553%20-0.00292516%2048.8512%200.0374841%2049.1388%200.120108C49.4071%200.20007%2049.5859%200.257643%2049.6753%200.292827V11.1705C49.9077%2011.0106%2050.2342%2010.7761%2050.6547%2010.467C51.0753%2010.158%2051.5447%209.81814%2052.0631%209.44751C52.5815%209.07569%2053.1181%208.68627%2053.6727%208.27926C54.2274%207.87225%2054.7548%207.49243%2055.2551%207.1398C55.5921%206.89039%2055.9513%206.67199%2056.3282%206.48731C56.6504%206.33658%2057.0707%206.26121%2057.5892%206.26121C58.0725%206.26121%2058.484%206.38995%2058.8235%206.64743C59.1631%206.90491%2059.3776%207.12241%2059.467%207.29992C59.0916%207.63616%2058.5774%208.04777%2057.9245%208.53474C57.2715%209.02171%2056.6049%209.50728%2055.9246%209.99145C55.2451%2010.4784%2054.6006%2010.93%2053.9911%2011.3462C53.3817%2011.7624%2052.9435%2012.0677%2052.6764%2012.262C54.1654%2013.3549%2055.5565%2014.5732%2056.8345%2015.9035C58.0864%2017.2108%2059.1415%2018.4513%2059.9999%2019.6247H56.191C55.7798%2019.1261%2055.3194%2018.6064%2054.8098%2018.0654C54.3003%2017.5245%2053.7547%2016.9908%2053.173%2016.4642C52.5918%2015.9397%2052.0017%2015.4325%2051.4027%2014.9427C50.8038%2014.453%2050.227%2014.0038%2049.6723%2013.5952V19.6247H46.6163V1.4113Z%22%20fill%3D%22currentcolor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M60.7834%2016.2965C60.9961%2016.4314%2061.2206%2016.5472%2061.454%2016.6426C61.844%2016.8097%2062.2425%2016.9564%2062.6479%2017.0821C63.1796%2017.2465%2063.7218%2017.3754%2064.2708%2017.4678C64.9266%2017.5786%2065.591%2017.6322%2066.2562%2017.6279C67.1863%2017.6279%2067.9464%2017.5079%2068.5365%2017.2681C69.1266%2017.0282%2069.4222%2016.6156%2069.4234%2016.0302C69.4234%2015.5329%2069.2357%2015.1557%2068.8603%2014.8986C68.4849%2014.6415%2067.8143%2014.4596%2066.8483%2014.3528L64.756%2014.1129C64.0871%2014.0511%2063.4263%2013.9217%2062.7839%2013.7267C62.2299%2013.5629%2061.7083%2013.3063%2061.2414%2012.9681C60.8184%2012.6554%2060.4741%2012.2498%2060.2354%2011.783C59.9937%2011.3129%2059.8728%2010.7493%2059.8728%2010.0924C59.8698%209.53792%2059.984%208.98894%2060.2082%208.481C60.4474%207.95527%2060.8104%207.49432%2061.2667%207.13703C61.7501%206.74642%2062.3805%206.44016%2063.1579%206.21827C63.9353%205.99637%2064.8786%205.88542%2065.988%205.88542C67.8477%205.88542%2069.2919%206.08973%2070.3207%206.49833C71.3494%206.90694%2071.8626%207.43969%2071.8602%208.09658C71.8645%208.28972%2071.8231%208.48117%2071.7393%208.65552C71.6646%208.80609%2071.5748%208.94875%2071.4711%209.08132C71.3822%209.19652%2071.2784%209.29956%2071.1623%209.38777C71.0892%209.44767%2071.0078%209.49694%2070.9206%209.5341C70.7746%209.40936%2070.6174%209.29796%2070.4512%209.20126C70.1407%209.01836%2069.8126%208.86668%2069.4718%208.74847C68.9907%208.57889%2068.4975%208.44538%2067.9963%208.34906C67.3419%208.22656%2066.6768%208.16871%2066.0109%208.17634C63.9361%208.17634%2062.8989%208.71769%2062.8993%209.80038C62.8993%2010.2622%2063.096%2010.6128%2063.4896%2010.8523C63.8831%2011.0918%2064.447%2011.2559%2065.1813%2011.3447L67.9178%2011.6913C69.4017%2011.8868%2070.5551%2012.2906%2071.378%2012.9027C72.2009%2013.5148%2072.6124%2014.4156%2072.6124%2015.605C72.6124%2016.9364%2072.0803%2018.0015%2071.0161%2018.8003C69.9519%2019.5992%2068.4182%2019.999%2066.4151%2019.9998C65.5342%2020.0069%2064.6544%2019.9357%2063.7862%2019.7869C63.0913%2019.6676%2062.4051%2019.5031%2061.732%2019.2945C61.2497%2019.147%2060.779%2018.9646%2060.3236%2018.7488C59.9655%2018.5712%2059.7329%2018.4381%2059.6257%2018.3493L60.7834%2016.2965Z%22%20fill%3D%22currentcolor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.4146%205.88482C81.41%205.87756%2082.3977%206.05828%2083.3251%206.41737C84.1971%206.75349%2084.9945%207.25569%2085.6724%207.89568C86.3369%208.52992%2086.8661%209.29048%2087.2282%2010.132C87.6003%2011.0179%2087.7919%2011.9681%2087.7919%2012.9279C87.7919%2013.8877%2087.6003%2014.8379%2087.2282%2015.7238C86.8662%2016.5656%2086.3371%2017.3264%2085.6724%2017.9607C84.9932%2018.6021%2084.1964%2019.1083%2083.3251%2019.4516C81.4538%2020.1791%2079.3749%2020.1791%2077.5036%2019.4516C76.6322%2019.1085%2075.8353%2018.6023%2075.1563%2017.9607C74.4916%2017.3264%2073.9624%2016.5656%2073.6005%2015.7238C73.2286%2014.8379%2073.0372%2013.8876%2073.0372%2012.9279C73.0372%2011.9682%2073.2286%2011.0179%2073.6005%2010.132C73.9628%209.2906%2074.4919%208.53008%2075.1563%207.89568C75.8338%207.25536%2076.6313%206.75312%2077.5036%206.41737C78.4311%206.05822%2079.419%205.87749%2080.4146%205.88482ZM80.4146%2017.3082C80.9956%2017.314%2081.5715%2017.2007%2082.1064%2016.9754C82.6117%2016.7631%2083.0651%2016.4452%2083.4356%2016.0434C83.8056%2015.6386%2084.0965%2015.169%2084.2936%2014.6587C84.5038%2014.1103%2084.6085%2013.5277%2084.6023%2012.9411C84.6066%2012.346%2084.502%2011.7551%2084.2936%2011.1971C84.1024%2010.68%2083.8109%2010.205%2083.4356%209.79918C83.0617%209.40457%2082.609%209.09166%2082.1064%208.88041C81.0193%208.43665%2079.7997%208.43665%2078.7126%208.88041C78.2156%209.09369%2077.7682%209.40646%2077.3985%209.79918C77.0226%2010.2047%2076.7309%2010.6797%2076.5399%2011.1971C76.3309%2011.7549%2076.2263%2012.346%2076.2311%2012.9411C76.2246%2013.5278%2076.3294%2014.1104%2076.5399%2014.6587C76.737%2015.1692%2077.0281%2015.6388%2077.3985%2016.0434C77.7651%2016.4429%2078.213%2016.7606%2078.7126%2016.9754C79.2504%2017.2027%2079.8301%2017.316%2080.4146%2017.3082Z%22%20fill%3D%22currentcolor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M88.9316%2011.0245C88.9316%2010.1725%2089.0836%209.42684%2089.3877%208.78754C89.6761%208.16793%2090.1028%207.62159%2090.6354%207.1899C91.1883%206.75045%2091.8211%206.42044%2092.4994%206.21776C93.2559%205.99021%2094.0429%205.87798%2094.8334%205.88491C95.9423%205.88491%2096.935%206.08922%2097.8115%206.49782C98.6691%206.89027%2099.3952%207.51863%2099.9038%208.30837C100.407%207.52347%20101.123%206.89578%20101.97%206.49782C102.828%206.08922%20103.802%205.88491%20104.893%205.88491C105.674%205.87905%20106.451%205.98674%20107.201%206.20456C107.876%206.3974%20108.506%206.72378%20109.051%207.16411C109.577%207.59935%20109.999%208.14505%20110.286%208.76176C110.59%209.40145%20110.742%2010.1469%20110.742%2010.9981V19.625H107.684V12.0362C107.684%2010.8108%20107.406%209.9364%20106.852%209.41305C106.297%208.8897%20105.546%208.62802%20104.598%208.62802C103.686%208.62802%20102.921%208.92088%20102.303%209.5066C101.684%2010.0923%20101.376%2011.0417%20101.379%2012.3547V19.625H98.3208V12.3547C98.3208%2011.0405%2098.0123%2010.0907%2097.3952%209.50541C96.7781%208.92008%2096.0128%208.62722%2095.0992%208.62682C94.1692%208.62682%2093.4182%208.89309%2092.8462%209.42564C92.2742%209.95819%2091.988%2010.8378%2091.9876%2012.0644V19.6268H88.9291L88.9316%2011.0245Z%22%20fill%3D%22currentcolor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M124.49%2018.6394C124.346%2018.7282%20124.123%2018.8523%20123.819%2019.0124C123.454%2019.1967%20123.072%2019.3481%20122.679%2019.4646C122.16%2019.6219%20121.631%2019.7465%20121.096%2019.8376C120.445%2019.9486%20119.785%2020.0019%20119.125%2019.9972C118.171%2020.0049%20117.223%2019.852%20116.321%2019.545C115.476%2019.2567%20114.7%2018.7988%20114.041%2018.1998C113.376%2017.5892%20112.851%2016.845%20112.498%2016.0168C112.123%2015.1556%20111.935%2014.1659%20111.935%2013.0476C111.935%2011.9825%20112.119%2011.0106%20112.485%2010.1318C112.832%209.28097%20113.352%208.51042%20114.013%207.86847C114.676%207.2323%20115.46%206.73433%20116.32%206.40396C117.206%206.05773%20118.176%205.88461%20119.23%205.88461C120.161%205.88461%20120.983%206.00455%20121.699%206.24444C122.414%206.48433%20123.018%206.80418%20123.511%207.20399C123.981%207.57482%20124.359%208.04695%20124.617%208.58451C124.875%209.12207%20125.006%209.71092%20125%2010.3063C125.008%2010.8883%20124.889%2011.4651%20124.651%2011.9969C124.419%2012.5031%20124.007%2012.9381%20123.418%2013.3019C122.828%2013.6657%20122.032%2013.9496%20121.029%2014.1535C120.027%2014.3574%20118.759%2014.4594%20117.223%2014.4594C116.865%2014.4594%20116.53%2014.455%20116.217%2014.4462C115.904%2014.4374%20115.568%2014.424%20115.211%2014.406C115.274%2014.8415%20115.424%2015.2601%20115.652%2015.6373C115.881%2016.0145%20116.182%2016.3427%20116.54%2016.6028C117.282%2017.1625%20118.342%2017.4424%20119.719%2017.4424C120.151%2017.4452%20120.582%2017.4095%20121.007%2017.3356C121.366%2017.2733%20121.721%2017.1843%20122.067%2017.0693C122.341%2016.9781%20122.609%2016.8715%20122.871%2016.7503C123.095%2016.6435%20123.26%2016.5636%20123.367%2016.5104L124.49%2018.6394ZM115.074%2012.3286C115.485%2012.3466%20115.878%2012.3556%20116.254%2012.3556H117.381C118.364%2012.3556%20119.16%2012.2934%20119.768%2012.169C120.377%2012.0447%20120.851%2011.8848%20121.191%2011.6893C121.53%2011.4938%20121.754%2011.2719%20121.861%2011.0236C121.967%2010.7797%20122.022%2010.5168%20122.022%2010.2512C122.022%209.57667%20121.749%209.07071%20121.204%208.73327C120.658%208.39583%20119.983%208.22731%20119.179%208.22771C118.516%208.22771%20117.935%208.34305%20117.435%208.57374C116.954%208.78912%20116.525%209.10211%20116.174%209.49251C115.83%209.8801%20115.562%2010.3274%20115.382%2010.8119C115.197%2011.2974%20115.093%2011.8097%20115.074%2012.3286Z%22%20fill%3D%22currentcolor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M26.1867%2012.9676C26.185%2012.6932%2026.2397%2012.4214%2026.3474%2012.1687C26.4514%2011.9245%2026.6017%2011.7023%2026.7903%2011.5144C26.9823%2011.3253%2027.2103%2011.1759%2027.4609%2011.0749C27.7195%2010.9686%2027.9967%2010.9142%2028.2766%2010.9147C28.8229%2010.9135%2029.3473%2011.1275%2029.7347%2011.5099C30.122%2011.8922%2030.3406%2012.4115%2030.3424%2012.9538V12.9634C30.3434%2013.2419%2030.2888%2013.5179%2030.1817%2013.7754C30.0799%2014.0242%2029.9293%2014.2505%2029.7388%2014.4411C29.5482%2014.6292%2029.3257%2014.7825%2029.0814%2014.8939C28.8295%2015.0109%2028.5547%2015.0713%2028.2766%2015.0708C28.0004%2015.0736%2027.7267%2015.0195%2027.4727%2014.9118C27.2187%2014.8041%2026.99%2014.6453%2026.8012%2014.4453C26.6037%2014.2527%2026.4475%2014.0226%2026.3419%2013.7687C26.2363%2013.5147%2026.1835%2013.2423%2026.1867%2012.9676Z%22%20fill%3D%22currentcolor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M26.1845%2012.9677C26.1828%2012.6934%2026.2375%2012.4216%2026.3452%2012.1689C26.4492%2011.9246%2026.5996%2011.7025%2026.7881%2011.5146C26.9801%2011.3255%2027.2081%2011.1761%2027.4588%2011.075C27.7174%2010.9688%2027.9946%2010.9144%2028.2744%2010.9149C28.8207%2010.9136%2029.3452%2011.1277%2029.7325%2011.51C30.1199%2011.8924%2030.3384%2012.4117%2030.3402%2012.9539V12.9635C30.3412%2013.2421%2030.2866%2013.5181%2030.1795%2013.7756C30.0777%2014.0244%2029.9272%2014.2506%2029.7366%2014.4412C29.546%2014.6294%2029.3235%2014.7827%2029.0792%2014.894C28.8274%2015.0111%2028.5526%2015.0715%2028.2744%2015.0709C27.9983%2015.0738%2027.7245%2015.0197%2027.4705%2014.912C27.2165%2014.8043%2026.9879%2014.6454%2026.799%2014.4454C26.6015%2014.2529%2026.4454%2014.0228%2026.3398%2013.7689C26.2342%2013.5149%2026.1814%2013.2424%2026.1845%2012.9677Z%22%20fill%3D%22currentcolor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/60a21be3147bde7a6ece004d/60e44b20514a002fadd5f9cf_Worksome%20Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/60a21be3147bde7a6ece004d/69b7eaad558b73a987715d03_Generic%20Meta%20Data%20Image.webp",
    "logoHref": "/",
    "logoAlt": "Worksome Logo"
  },
  "__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 'Worksome'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #1 with text 'Subscribe' uses the vibrant brand color #6A54F4, making it the most prominent CTA on the page."
    },
    "secondary": {
      "index": 1,
      "text": "ENGAGEInstant OnboardingMove from \"Contract Sent\" to \"Work Started\" in minutes. Our AI handles contr",
      "reasoning": "Button #0 with a white background (#FFFFFF) provides a contrasting secondary action, fitting the criteria for a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals and freelancers"
  },
  "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 'Worksome'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles