Home · Branding · Homejoy

Homejoy Brand Identity

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

Download JSON
Primary
#FFEEA3
Accent
#FED346
Body Font
Figtree
Heading
Figtree

Color Palette

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

primary
#FFEEA3
rgb(255, 238, 163)
secondary
#FFF4BD
rgb(255, 244, 189)
accent
#FED346
rgb(254, 211, 70)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1B1A1A
rgb(27, 26, 26)
link
#FED346
rgb(254, 211, 70)

Typography

Each font links to its Google Fonts page where available.

primary
Figtree
heading
Figtree
Open Sans
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

Homejoy logo
Logo
Homejoy favicon
Favicon
Homejoy social image
Social Card

UI Components

Live previews rendered using Homejoy's actual button styles.

input
background #FFFFFF textColor #1B1A1A borderColor null borderRadius 8px shadow rgb(255, 255, 255) 0px 0px 0px 0px, rgb(221, 219, 215) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
buttonPrimary
background #FED346 textColor #1B1A1A borderRadius 9999px shadow none
buttonSecondary
background #F8F8F7 textColor #1B1A1A borderRadius 9999px shadow none

Brand Personality

Tone: playful Energy: medium Audience: homeowners looking for cleaning services

Homejoy Brand in the Wild

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

Frequently Asked Questions

What is Homejoy's primary brand color?

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

What accent color does Homejoy use?

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

What font does Homejoy use?

Homejoy uses Figtree as the primary typeface across body and headings.

Does Homejoy use a light or dark theme?

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

Where can I find Homejoy's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Figtree",
      "role": "body"
    },
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FFEEA3",
    "secondary": "#FFF4BD",
    "accent": "#FED346",
    "background": "#FFFFFF",
    "textPrimary": "#1B1A1A",
    "link": "#FED346"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Figtree",
      "heading": "Figtree"
    },
    "fontStacks": {
      "heading": [
        "Open Sans"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Figtree"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "28px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#1B1A1A",
      "borderColor": null,
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 0px, rgb(221, 219, 215) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonPrimary": {
      "background": "#FED346",
      "textColor": "#1B1A1A",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F8F8F7",
      "textColor": "#1B1A1A",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22163%22%20height%3D%2224.049180327868854%22%20aria-label%3D%22Homeaglow%20%7C%20home%22%20viewBox%3D%220%200%20122%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M115.019%203.59702L117.303%2012.4636L119.625%203.59702H122L119.084%2014.1025H115.75L113.489%205.53136L111.233%2014.1025H107.899L104.983%203.59702H107.439L109.756%2012.2682L112.045%203.59702H115.019Z%22%20fill%3D%22%231B1A1A%22%20style%3D%22fill%3A%20rgb(27%2C%2026%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M94.2926%208.84757C94.2926%208.01222%2094.4177%207.25468%2094.6678%206.57495C94.9211%205.89523%2095.2773%205.31398%2095.7364%204.83118C96.1955%204.34521%2096.7448%203.97042%2097.3844%203.70679C98.024%203.44316%2098.7316%203.31134%2099.5074%203.31134C100.283%203.31134%20100.991%203.44316%20101.63%203.70679C102.27%203.97042%20102.819%204.34521%20103.278%204.83118C103.737%205.31398%20104.092%205.89523%20104.342%206.57495C104.595%207.25468%20104.722%208.01222%20104.722%208.84757C104.722%209.40342%20104.665%209.92592%20104.551%2010.4151C104.437%2010.9042%20104.272%2011.3552%20104.057%2011.7682C103.845%2012.1779%20103.584%2012.5447%20103.274%2012.8687C102.966%2013.1927%20102.62%2013.4675%20102.233%2013.693C101.847%2013.9185%20101.424%2014.09%20100.965%2014.2075C100.509%2014.3282%20100.023%2014.3886%2099.5074%2014.3886C98.9913%2014.3886%2098.5037%2014.3282%2098.0446%2014.2075C97.5855%2014.09%2097.1628%2013.9185%2096.7765%2013.693C96.3902%2013.4675%2096.0435%2013.1927%2095.7364%2012.8687C95.4293%2012.5447%2095.1681%2012.1779%2094.9528%2011.7682C94.7406%2011.3552%2094.5776%2010.9042%2094.4636%2010.4151C94.3496%209.92592%2094.2926%209.40342%2094.2926%208.84757ZM96.6863%208.84757C96.6863%209.38436%2096.7512%209.86557%2096.881%2010.2912C97.0108%2010.7136%2097.196%2011.0725%2097.4367%2011.3679C97.6805%2011.6602%2097.9765%2011.8841%2098.3248%2012.0397C98.6762%2012.1954%2099.072%2012.2732%2099.5121%2012.2732C99.9522%2012.2732%20100.346%2012.1954%20100.695%2012.0397C101.043%2011.8841%20101.337%2011.6602%20101.578%2011.3679C101.822%2011.0725%20102.007%2010.7136%20102.134%2010.2912C102.264%209.86557%20102.328%209.38436%20102.328%208.84757C102.328%208.31078%20102.264%207.83117%20102.134%207.40872C102.007%206.9831%20101.822%206.62419%20101.578%206.33197C101.337%206.03975%20101.043%205.81583%20100.695%205.66019C100.346%205.50455%2099.9522%205.42673%2099.5121%205.42673C99.072%205.42673%2098.6762%205.50455%2098.3248%205.66019C97.9765%205.81583%2097.6805%206.04134%2097.4367%206.33673C97.196%206.62895%2097.0108%206.98628%2096.881%207.40872C96.7512%207.83117%2096.6863%208.31078%2096.6863%208.84757Z%22%20fill%3D%22%231B1A1A%22%20style%3D%22fill%3A%20rgb(27%2C%2026%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M92.9198%2014.1026H90.5357V0H92.9198V14.1026Z%22%20fill%3D%22%231B1A1A%22%20style%3D%22fill%3A%20rgb(27%2C%2026%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M88.9323%203.5972V12.4447C88.9323%2013.2832%2088.8104%2014.0439%2088.5666%2014.7268C88.326%2015.4097%2087.9809%2015.9942%2087.5313%2016.4801C87.0848%2016.9661%2086.545%2017.3409%2085.9118%2017.6045C85.2817%2017.8682%2084.5772%2018%2083.7983%2018C83.3392%2018%2082.9007%2017.9539%2082.4828%2017.8618C82.068%2017.7729%2081.6817%2017.6427%2081.3239%2017.4711C80.9693%2017.3028%2080.6479%2017.0979%2080.3598%2016.8565C80.0749%2016.6183%2079.8311%2016.3499%2079.6284%2016.0513C79.429%2015.7528%2079.2738%2015.4288%2079.163%2015.0794C79.0553%2014.73%2079.0015%2014.36%2079.0015%2013.9693H81.3809C81.3809%2014.271%2081.4427%2014.549%2081.5661%2014.8031C81.6896%2015.0572%2081.859%2015.2779%2082.0743%2015.4653C82.2896%2015.6527%2082.5429%2015.7988%2082.8342%2015.9037C83.1287%2016.0085%2083.4453%2016.0609%2083.7841%2016.0609C84.2083%2016.0609%2084.5899%2015.9751%2084.9287%2015.8036C85.2706%2015.6353%2085.5619%2015.3939%2085.8025%2015.0794C86.0432%2014.7681%2086.2268%2014.3902%2086.3534%2013.9455C86.4833%2013.5008%2086.5482%2013.0037%2086.5482%2012.4542V10.6914C86.3531%2011.4889%2085.797%2012.345%2085.1899%2012.8878C84.8732%2013.1736%2084.5139%2013.3928%2084.1118%2013.5453C83.7097%2013.6946%2083.2727%2013.7692%2082.801%2013.7692C82.3862%2013.7692%2081.992%2013.7104%2081.6184%2013.5929C81.2448%2013.4754%2080.8981%2013.3086%2080.5783%2013.0927C80.2617%2012.8735%2079.9751%2012.6083%2079.7187%2012.297C79.4654%2011.9857%2079.2485%2011.6363%2079.068%2011.2488C78.8907%2010.8582%2078.753%2010.4341%2078.6548%209.97674C78.5598%209.51618%2078.5123%209.03021%2078.5123%208.51883C78.5123%208.00745%2078.5598%207.52307%2078.6548%207.06569C78.753%206.60831%2078.8907%206.18745%2079.068%205.80312C79.2485%205.41879%2079.4654%205.07258%2079.7187%204.76448C79.9751%204.45638%2080.2617%204.19434%2080.5783%203.97836C80.8981%203.76237%2081.2448%203.5972%2081.6184%203.48286C81.992%203.36851%2082.3862%203.31134%2082.801%203.31134C83.2727%203.31134%2083.7097%203.38598%2084.1118%203.53527C84.5139%203.68455%2084.8732%203.90054%2085.1899%204.18323C85.7959%204.71295%2086.3542%205.56307%2086.5482%206.35103V3.5972H88.9323ZM86.5482%208.51883C86.5482%208.02016%2086.4833%207.57707%2086.3534%207.18956C86.2268%206.79888%2086.04%206.47014%2085.793%206.20333C85.5461%205.93653%2085.2437%205.73483%2084.8859%205.59825C84.5281%205.4585%2084.1197%205.38862%2083.6606%205.38862C82.7709%205.38862%2082.0886%205.65225%2081.6136%206.17951C81.1419%206.70677%2080.906%207.48654%2080.906%208.51883C80.906%209.03656%2080.9662%209.49394%2081.0865%209.89098C81.2068%2010.2848%2081.3825%2010.6152%2081.6136%2010.882C81.8479%2011.1488%2082.1361%2011.3505%2082.478%2011.4871C82.82%2011.6236%2083.2142%2011.6919%2083.6606%2011.6919C84.1165%2011.6919%2084.5234%2011.6205%2084.8812%2011.4775C85.2389%2011.3346%2085.5413%2011.1281%2085.7883%2010.8582C86.0352%2010.585%2086.2236%2010.2515%2086.3534%209.85763C86.4833%209.46377%2086.5482%209.0175%2086.5482%208.51883Z%22%20fill%3D%22%231B1A1A%22%20style%3D%22fill%3A%20rgb(27%2C%2026%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M67.4844%207.35155C67.4844%206.73218%2067.5984%206.17316%2067.8263%205.67448C68.0543%205.17581%2068.3789%204.75178%2068.8%204.40239C69.2242%204.04982%2069.7387%203.77984%2070.3435%203.59244C70.9514%203.40504%2071.6321%203.31134%2072.3857%203.31134C73.1741%203.31134%2073.8786%203.41457%2074.4991%203.62103C75.1229%203.82748%2075.65%204.12605%2076.0806%204.51673C76.5144%204.90741%2076.8453%205.38544%2077.0733%205.95082C77.3012%206.51619%2077.4152%207.15621%2077.4152%207.87087V14.1027H75.031V11.5871C74.8316%2012.3464%2074.1827%2013.1224%2073.5635%2013.5786C73.2057%2013.8391%2072.7989%2014.0392%2072.3429%2014.1789C71.8902%2014.3187%2071.3978%2014.3886%2070.8659%2014.3886C70.3118%2014.3886%2069.8068%2014.3123%2069.3509%2014.1599C68.8981%2014.0106%2068.5103%2013.7994%2068.1873%2013.5262C67.8643%2013.2531%2067.6142%2012.9243%2067.4369%2012.54C67.2628%2012.1525%2067.1757%2011.7237%2067.1757%2011.2536C67.1757%2010.7645%2067.2723%2010.3261%2067.4654%209.93862C67.6585%209.55112%2067.9356%209.22237%2068.2965%208.95239C68.6606%208.68241%2069.1039%208.47595%2069.6263%208.33302C70.1488%208.18691%2070.7377%208.11386%2071.3931%208.11386H75.031V7.87087C75.031%207.47384%2074.9693%207.1181%2074.8458%206.80365C74.7223%206.48602%2074.5435%206.21604%2074.3092%205.9937C74.078%205.77136%2073.7962%205.60143%2073.4638%205.48391C73.1313%205.36638%2072.7561%205.30762%2072.3382%205.30762C71.9139%205.30762%2071.5451%205.35686%2071.2316%205.45532C70.9213%205.55061%2070.6649%205.68719%2070.4622%205.86506C70.2596%206.04293%2070.1092%206.25733%2070.011%206.50825C69.9129%206.75918%2069.8638%207.04028%2069.8638%207.35155H67.4844ZM71.5308%209.79092C70.8786%209.79092%2070.3846%209.90051%2070.049%2010.1197C69.7166%2010.3388%2069.5504%2010.6628%2069.5504%2011.0916C69.5504%2011.5426%2069.7324%2011.8888%2070.0965%2012.1302C70.4638%2012.3685%2070.9926%2012.4876%2071.6828%2012.4876C72.1704%2012.4876%2072.6184%2012.4288%2073.0268%2012.3113C73.4384%2012.1906%2073.7915%2012.0238%2074.0859%2011.811C74.3836%2011.5982%2074.6147%2011.3457%2074.7793%2011.0535C74.9471%2010.7581%2075.031%2010.4373%2075.031%2010.0911V9.79092H71.5308Z%22%20fill%3D%22%231B1A1A%22%20style%3D%22fill%3A%20rgb(27%2C%2026%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M66.129%2010.5818C65.9897%2011.1758%2065.7728%2011.7078%2065.4783%2012.1779C65.1839%2012.648%2064.8245%2013.0466%2064.4003%2013.3738C63.976%2013.7009%2063.4947%2013.9518%2062.9565%2014.1265C62.4182%2014.3012%2061.8372%2014.3886%2061.2135%2014.3886C60.6942%2014.3886%2060.2035%2014.3282%2059.7412%2014.2075C59.2821%2014.0868%2058.8594%2013.9137%2058.4731%2013.6882C58.0868%2013.4595%2057.7401%2013.1832%2057.433%2012.8592C57.1259%2012.532%2056.8663%2012.1636%2056.6541%2011.7539C56.442%2011.3409%2056.2789%2010.8899%2056.165%2010.4008C56.051%209.91162%2055.994%209.39072%2055.994%208.83804C55.994%208.01222%2056.1175%207.25944%2056.3644%206.57972C56.6146%205.9%2056.966%205.31874%2057.4188%204.83595C57.8715%204.34998%2058.4145%203.97518%2059.0478%203.71155C59.681%203.44474%2060.3839%203.31134%2061.1565%203.31134C61.9164%203.31134%2062.605%203.44157%2063.2224%203.70202C63.843%203.96248%2064.3718%204.33251%2064.8087%204.81213C65.2456%205.28857%2065.5828%205.86665%2065.8203%206.54637C66.0578%207.22291%2066.1765%207.97886%2066.1765%208.81422C66.1765%208.9381%2066.1733%209.06197%2066.167%209.18585C66.1638%209.30972%2066.1543%209.43995%2066.1385%209.57653H58.3496C58.4003%2010.0149%2058.5032%2010.4071%2058.6583%2010.7533C58.8167%2011.0964%2059.0209%2011.3886%2059.271%2011.63C59.5211%2011.8714%2059.814%2012.0556%2060.1496%2012.1827C60.4884%2012.3097%2060.8636%2012.3732%2061.2752%2012.3732C61.9021%2012.3732%2062.4261%2012.2239%2062.8472%2011.9254C63.2683%2011.6268%2063.596%2011.179%2063.8303%2010.5818H66.129ZM63.8161%207.86134C63.6894%207.02598%2063.4013%206.39232%2062.9517%205.96035C62.5053%205.5252%2061.91%205.30762%2061.166%205.30762C60.786%205.30762%2060.4393%205.3648%2060.1259%205.47914C59.8124%205.59349%2059.537%205.76024%2059.2995%205.9794C59.0652%206.19857%2058.8705%206.46696%2058.7153%206.78459C58.5602%207.09904%2058.4494%207.45796%2058.3829%207.86134H63.8161Z%22%20fill%3D%22%231B1A1A%22%20style%3D%22fill%3A%20rgb(27%2C%2026%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M41.0374%2014.1027H38.6532V3.5972H41.0374V6.36532C41.2086%205.5781%2041.7066%204.72276%2042.2912%204.1737C42.592%203.89101%2042.9324%203.67661%2043.3123%203.5305C43.6954%203.38439%2044.1118%203.31134%2044.5614%203.31134C45.0331%203.31134%2045.4574%203.39234%2045.8342%203.55433C46.2141%203.71314%2046.545%203.94818%2046.8268%204.25946C47.1086%204.56755%2047.3397%204.94871%2047.5202%205.40291C47.7007%205.85394%2047.8273%206.13345%2047.9001%206.71789C48.0493%205.84428%2048.5075%204.90485%2049.1302%204.27375C49.4373%203.9593%2049.7888%203.72108%2050.1845%203.55909C50.5835%203.39392%2051.0204%203.31134%2051.4954%203.31134C52.0399%203.31134%2052.5228%203.41933%2052.9439%203.63532C53.3682%203.84813%2053.7244%204.1594%2054.0125%204.56914C54.3038%204.97888%2054.5254%205.48232%2054.6774%206.07946C54.8294%206.67342%2054.9054%207.35155%2054.9054%208.11386V14.1027H52.5212V8.35208C52.5212%206.40185%2051.8104%205.42673%2050.3888%205.42673C50.0088%205.42673%2049.6684%205.49502%2049.3677%205.6316C49.0669%205.76818%2048.8136%205.96829%2048.6078%206.23192C48.402%206.49237%2048.2437%206.81317%2048.1328%207.19433C48.0252%207.57548%2047.9714%208.01222%2047.9714%208.50454V14.1027H45.5872V8.35208C45.5872%206.40185%2044.8764%205.42673%2043.4548%205.42673C43.0748%205.42673%2042.7345%205.49502%2042.4337%205.6316C42.1329%205.76818%2041.8796%205.96829%2041.6738%206.23192C41.468%206.49237%2041.3097%206.81317%2041.1989%207.19433C41.0912%207.57548%2041.0374%208.01222%2041.0374%208.50454V14.1027Z%22%20fill%3D%22%231B1A1A%22%20style%3D%22fill%3A%20rgb(27%2C%2026%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M27.09%208.84757C27.09%208.01222%2027.2151%207.25468%2027.4652%206.57495C27.7185%205.89523%2028.0747%205.31398%2028.5338%204.83118C28.9929%204.34521%2029.5422%203.97042%2030.1818%203.70679C30.8214%203.44316%2031.529%203.31134%2032.3047%203.31134C33.0805%203.31134%2033.7881%203.44316%2034.4277%203.70679C35.0673%203.97042%2035.6166%204.34521%2036.0757%204.83118C36.5348%205.31398%2036.8894%205.89523%2037.1395%206.57495C37.3928%207.25468%2037.5195%208.01222%2037.5195%208.84757C37.5195%209.40342%2037.4625%209.92592%2037.3485%2010.4151C37.2345%2010.9042%2037.0699%2011.3552%2036.8546%2011.7682C36.6424%2012.1779%2036.3812%2012.5447%2036.0709%2012.8687C35.7638%2013.1927%2035.4171%2013.4675%2035.0308%2013.693C34.6446%2013.9185%2034.2219%2014.09%2033.7628%2014.2075C33.3068%2014.3282%2032.8208%2014.3886%2032.3047%2014.3886C31.7886%2014.3886%2031.3011%2014.3282%2030.842%2014.2075C30.3829%2014.09%2029.9602%2013.9185%2029.5739%2013.693C29.1876%2013.4675%2028.8409%2013.1927%2028.5338%2012.8687C28.2267%2012.5447%2027.9655%2012.1779%2027.7502%2011.7682C27.538%2011.3552%2027.375%2010.9042%2027.261%2010.4151C27.147%209.92592%2027.09%209.40342%2027.09%208.84757ZM29.4837%208.84757C29.4837%209.38436%2029.5486%209.86557%2029.6784%2010.2912C29.8082%2010.7136%2029.9934%2011.0725%2030.234%2011.3679C30.4778%2011.6602%2030.7739%2011.8841%2031.1222%2012.0397C31.4736%2012.1954%2031.8694%2012.2732%2032.3095%2012.2732C32.7496%2012.2732%2033.1438%2012.1954%2033.4921%2012.0397C33.8403%2011.8841%2034.1348%2011.6602%2034.3754%2011.3679C34.6192%2011.0725%2034.8045%2010.7136%2034.9311%2010.2912C35.0609%209.86557%2035.1258%209.38436%2035.1258%208.84757C35.1258%208.31078%2035.0609%207.83117%2034.9311%207.40872C34.8045%206.9831%2034.6192%206.62419%2034.3754%206.33197C34.1348%206.03975%2033.8403%205.81583%2033.4921%205.66019C33.1438%205.50455%2032.7496%205.42673%2032.3095%205.42673C31.8694%205.42673%2031.4736%205.50455%2031.1222%205.66019C30.7739%205.81583%2030.4778%206.04134%2030.234%206.33673C29.9934%206.62895%2029.8082%206.98628%2029.6784%207.40872C29.5486%207.83117%2029.4837%208.31078%2029.4837%208.84757Z%22%20fill%3D%22%231B1A1A%22%20style%3D%22fill%3A%20rgb(27%2C%2026%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M18.3335%2014.1026H15.9493V0H18.3335V6.45576C18.5172%205.63577%2019.0478%204.75799%2019.668%204.19744C19.991%203.9084%2020.3582%203.68923%2020.7698%203.53995C21.1815%203.38749%2021.6311%203.31126%2022.1187%203.31126C22.6981%203.31126%2023.2126%203.41925%2023.6622%203.63524C24.1149%203.84805%2024.4965%204.15932%2024.8068%204.56906C25.1202%204.9788%2025.3577%205.48224%2025.5192%206.07937C25.6806%206.67334%2025.7614%207.35147%2025.7614%208.11377V14.1026H23.3772V8.35199C23.3772%206.40177%2022.5904%205.42665%2021.0168%205.42665C20.5957%205.42665%2020.2189%205.49494%2019.8865%205.63152C19.554%205.7681%2019.2722%205.96821%2019.0411%206.23184C18.81%206.49229%2018.6342%206.81309%2018.5139%207.19424C18.3936%207.5754%2018.3335%208.01213%2018.3335%208.50445V14.1026Z%22%20fill%3D%22%231B1A1A%22%20style%3D%22fill%3A%20rgb(27%2C%2026%2C%2026)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M11.962%207C11.9633%207.17589%2011.91%207.34784%2011.8095%207.49194C11.709%207.63604%2011.5662%207.74513%2011.4011%207.80406L8.47428%208.87209C8.18142%208.97896%207.9509%209.21002%207.84471%209.50313L6.78043%2012.4408C6.71972%2012.6049%206.6104%2012.7465%206.46717%2012.8465C6.32393%2012.9464%206.15364%2013%205.97917%2013C5.8047%2013%205.6344%2012.9464%205.49117%2012.8465C5.34793%2012.7465%205.23861%2012.6049%205.1779%2012.4408L4.11324%209.5001C4.00697%209.20657%203.77603%208.97526%203.48267%208.86852L0.557266%207.80406C0.3937%207.74313%200.252632%207.63343%200.153014%207.4897C0.0533956%207.34596%200%207.17508%200%207C0%206.82492%200.0533956%206.65404%200.153014%206.5103C0.252632%206.36657%200.3937%206.25687%200.557266%206.19594L3.48652%205.12802C3.77981%205.02109%204.0106%204.78964%204.11669%204.49605L5.1779%201.55921C5.23861%201.39507%205.34793%201.25351%205.49117%201.15355C5.6344%201.05358%205.8047%201%205.97917%201C6.15364%201%206.32393%201.05358%206.46717%201.15355C6.6104%201.25351%206.71972%201.39507%206.78043%201.55921L7.8451%204.4999C7.95137%204.79343%208.18231%205.02474%208.47566%205.13148L11.4011%206.19594C11.5662%206.25487%2011.709%206.36396%2011.8095%206.50806C11.91%206.65216%2011.9633%206.82411%2011.962%207Z%22%20fill%3D%22%23FED346%22%20style%3D%22fill%3A%20rgb(254%2C%20211%2C%2070)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.homeaglow.com/_static/homeaglow_favicon.png",
    "ogImage": "/_static/bg-content2.jpg",
    "logoAlt": "Homeaglow | home"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Selected #3 because it is visible, located in the header, matches the brand name 'Homeaglow', and is of medium size, making it the primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get clean!",
      "reasoning": "Button #0 has a vibrant brand color (#FED346) and action-oriented text ('Get clean!'), making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "View All Reviews",
      "reasoning": "Button #2 has a different background color (#F8F8F7) and serves a secondary action ('View All Reviews'), making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "playful",
    "energy": "medium",
    "targetAudience": "homeowners looking for cleaning services"
  },
  "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": 3,
        "selectedLogoReasoning": "Selected #3 because it is visible, located in the header, matches the brand name 'Homeaglow', and is of medium size, making it the primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles