Home · Branding · Equator Therapeutics

Equator Therapeutics Brand Identity

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

Download JSON
Primary
#FFFAED
Accent
#ADB2D2
Body Font
Inter
Heading
Futura Std

Color Palette

Brand palette extracted from https://equatortherapeutics.com/.

primary
#FFFAED
rgb(255, 250, 237)
secondary
#757CA2
rgb(117, 124, 162)
accent
#ADB2D2
rgb(173, 178, 210)
background
#FFFAED
rgb(255, 250, 237)
textPrimary
#070C2D
rgb(7, 12, 45)
link
#070C2D
rgb(7, 12, 45)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Futura Std
Futura Std, 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

Equator Therapeutics logo
Logo
Equator Therapeutics favicon
Favicon

UI Components

Live previews rendered using Equator Therapeutics's actual button styles.

input
background transparent textColor #070C2D borderColor null borderRadius 0px shadow none
buttonPrimary
background #ADB2D2 textColor #FFFEFA borderRadius 66.1458px shadow none
buttonSecondary
background #FFFAED textColor #070C2D borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals and patients

Equator Therapeutics Brand in the Wild

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

Frequently Asked Questions

What is Equator Therapeutics's primary brand color?

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

What accent color does Equator Therapeutics use?

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

What font does Equator Therapeutics use?

Equator Therapeutics uses Inter for body text and Futura Std for headings. Fonts were detected on https://equatortherapeutics.com/ as part of their live design system.

Does Equator Therapeutics use a light or dark theme?

Equator Therapeutics's primary site uses a light color scheme, with a background of #FFFAED.

Where can I find Equator Therapeutics's logo?

Equator Therapeutics's logo is available directly on their site (https://equatortherapeutics.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://equatortherapeutics.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 Equator Therapeutics.

Methodology

Brand data on this page was extracted from https://equatortherapeutics.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 Equator Therapeutics.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Futura Std",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FFFAED",
    "secondary": "#757CA2",
    "accent": "#ADB2D2",
    "background": "#FFFAED",
    "textPrimary": "#070C2D",
    "link": "#070C2D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Futura Std"
    },
    "fontStacks": {
      "heading": [
        "Futura Std",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Futura Std",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "55.5625px",
      "h2": "55.5625px",
      "body": "37.0417px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#070C2D",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#ADB2D2",
      "textColor": "#FFFEFA",
      "borderRadius": "66.1458px",
      "borderRadiusCorners": {
        "topLeft": "66.1458px",
        "topRight": "66.1458px",
        "bottomRight": "66.1458px",
        "bottomLeft": "66.1458px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFAED",
      "textColor": "#070C2D",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22784%22%20height%3D%22198%22%20viewBox%3D%220%200%20784%20198%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%0A%09%3Cg%20class%3D%22logo-logotype%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%09%09%3Cpath%20d%3D%22M78.0996%20135.9C102.5%20125.2%20114.9%2079.6%20114.9%2079.6C114.9%2079.6%20130.2%2023.2%20160.4%2021.1C154.7%205.60003%20147.1%202.82369e-05%20138.2%202.82369e-05C92.7996%20-0.199972%2087.0996%20109.8%2078.0996%20135.9Z%22%20fill%3D%22url(%23logo-menu-lin-1)%22%20style%3D%22fill%3A%20url(%26quot%3B%23logo-menu-lin-1%26quot%3B)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M0%2035.5C7%2059.1%2018.6%20172.5%2050.1%20172.7C61.9%20172.8%2071.3%20155.5%2078.1%20135.9C74.8%20137.3%2071.3%20138.2%2067.6%20138.2C29.5%20138.1%2018.4%2046.4%200%2035.5Z%22%20fill%3D%22url(%23logo-menu-lin-2)%22%20style%3D%22fill%3A%20url(%26quot%3B%23logo-menu-lin-2%26quot%3B)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M208.9%2080.0001C208.9%2080.0001%20193.5%2021.2001%20162.1%2021.1001C161.5%2021.1001%20160.9%2021.1001%20160.3%2021.2001C171.9%2048.3001%20182.2%20173.3%20215.1%20173.5C227.1%20173.6%20236.5%20155.8%20243.4%20135.9C220.3%20123.5%20208.9%2080.0001%20208.9%2080.0001Z%22%20fill%3D%22url(%23logo-menu-lin-3)%22%20style%3D%22fill%3A%20url(%26quot%3B%23logo-menu-lin-3%26quot%3B)%20!important%3B%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%20class%3D%22logo-line%20logo-line--1%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%09%09%3Cpath%20d%3D%22M291.4%202.69995H329.6V10.8H300.2V30.7H328.7V38.7999H300.2V65.6999H329.6V73.8H291.4V2.69995Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M380.3%2099.1999H371.8V66.9999H371.6C368.2%2071.9999%20362.8%2075.3999%20356.6%2075.3999C343%2075.3999%20335.4%2064.1999%20335.4%2051.4999C335.4%2039.3999%20343.4%2028.3999%20356.2%2028.3999C362.8%2028.3999%20368.1%2031.7999%20371.6%2037.0999H371.8V29.6999H380.3V99.1999ZM372.3%2051.7999C372.3%2043.1999%20367.1%2035.8999%20357.9%2035.8999C349.1%2035.8999%20343.9%2043.4999%20343.9%2051.7999C343.9%2060.0999%20348.9%2067.8999%20357.9%2067.8999C367.2%2067.8999%20372.3%2060.4999%20372.3%2051.7999Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M398.9%2029.7V54.2C398.9%2061.3%20400.7%2067.5%20409.1%2067.5C417.5%2067.5%20419.3%2061.3%20419.3%2054.2V29.7H427.8V55.0999C427.8%2067.2%20422.1%2075.4%20409.1%2075.4C396.1%2075.4%20390.4%2067.2%20390.4%2055.0999V29.7H398.9Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M478.201%2073.8999H469.701V66.9999H469.501C466.101%2071.9999%20460.801%2075.3999%20454.501%2075.3999C441.001%2075.3999%20433.301%2064.1999%20433.301%2051.4999C433.301%2039.3999%20441.301%2028.3999%20454.201%2028.3999C460.701%2028.3999%20466.001%2031.7999%20469.501%2037.0999H469.701V29.6999H478.201V73.8999ZM470.201%2051.7999C470.201%2043.1999%20465.001%2035.8999%20455.801%2035.8999C447.001%2035.8999%20441.801%2043.4999%20441.801%2051.7999C441.801%2060.0999%20446.801%2067.8999%20455.801%2067.8999C465.101%2067.8999%20470.201%2060.4999%20470.201%2051.7999Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M500.401%2073.9001H491.901V37.6H487.301V29.7001H491.901V12.8H500.401V29.7001H508.701V37.6H500.401V73.9001Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M558.801%2051.8999C558.801%2065.1999%20548.401%2075.3999%20535.201%2075.3999C522.001%2075.3999%20511.601%2065.1999%20511.601%2051.8999C511.601%2038.5999%20522.001%2028.3999%20535.201%2028.3999C548.401%2028.3999%20558.801%2038.5999%20558.801%2051.8999ZM520.101%2051.8999C520.101%2060.1999%20526.801%2067.2999%20535.201%2067.2999C543.601%2067.2999%20550.301%2060.1999%20550.301%2051.8999C550.301%2043.4999%20543.601%2036.4999%20535.201%2036.4999C526.801%2036.4999%20520.101%2043.4999%20520.101%2051.8999Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M575.101%2036.8999H575.401C577.501%2031.6999%20581.801%2028.3999%20587.501%2028.3999C590.001%2028.3999%20592.401%2029.1999%20594.501%2030.5999L590.601%2038.2999C589.101%2036.9999%20587.401%2036.4999%20585.401%2036.4999C576.201%2036.4999%20575.101%2044.9999%20575.101%2052.1999V73.8999H566.601V29.6999H575.101V36.8999Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%20class%3D%22logo-line%20logo-line--2%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%09%09%3Cpath%20d%3D%22M316.2%20172.4H307.3V109.3H290.4V101.2H333.1V109.3H316.2V172.4Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M348.801%2090.4V134.1H349.001C351.601%20129.4%20356.901%20126.8%20362.301%20126.8C374.801%20126.8%20378.001%20135.2%20378.001%20146V172.3H369.501V147C369.501%20139.4%20368.501%20134.3%20359.801%20134.3C348.801%20134.3%20348.801%20143.9%20348.801%20152V172.3H340.301V90.3H348.801V90.4Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M394.301%20151.7C394.401%20159.3%20399.501%20166.3%20407.601%20166.3C414.101%20166.3%20417.601%20163%20420.801%20157.7L428.001%20161.8C423.801%20169.4%20416.101%20173.9%20407.501%20173.9C394.001%20173.9%20385.801%20163.7%20385.801%20150.7C385.801%20137.1%20393.101%20126.9%20407.301%20126.9C421.401%20126.9%20428.001%20137.3%20428.001%20150.4V151.7H394.301ZM419.501%20145.3C418.501%20138.7%20414.101%20134.3%20407.301%20134.3C400.701%20134.3%20395.801%20139%20394.701%20145.3H419.501Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M444.301%20135.4H444.601C446.701%20130.2%20451.001%20126.9%20456.701%20126.9C459.201%20126.9%20461.601%20127.7%20463.701%20129.1L459.801%20136.8C458.301%20135.5%20456.601%20135%20454.601%20135C445.401%20135%20444.301%20143.5%20444.301%20150.7V172.4H435.801V128.2H444.301V135.4Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M508.201%20172.4H499.701V165.5H499.501C496.101%20170.5%20490.801%20173.9%20484.501%20173.9C471.001%20173.9%20463.301%20162.7%20463.301%20150C463.301%20137.9%20471.301%20126.9%20484.201%20126.9C490.701%20126.9%20496.001%20130.3%20499.501%20135.6H499.701V128.2H508.201V172.4ZM500.201%20150.3C500.201%20141.7%20495.001%20134.4%20485.801%20134.4C477.001%20134.4%20471.801%20142%20471.801%20150.3C471.801%20158.6%20476.801%20166.4%20485.801%20166.4C495.101%20166.3%20500.201%20159%20500.201%20150.3Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M526.801%20135.6H527.001C530.501%20130.3%20535.801%20126.9%20542.401%20126.9C555.101%20126.9%20563.201%20137.9%20563.201%20150C563.201%20162.7%20555.601%20173.9%20542.001%20173.9C535.801%20173.9%20530.401%20170.5%20527.001%20165.5H526.801V197.7H518.301V128.2H526.801V135.6ZM554.701%20150.3C554.701%20141.7%20549.501%20134.4%20540.301%20134.4C531.501%20134.4%20526.301%20142%20526.301%20150.3C526.301%20158.6%20531.301%20166.4%20540.301%20166.4C549.601%20166.3%20554.701%20159%20554.701%20150.3Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M577%20151.7C577.1%20159.3%20582.2%20166.3%20590.3%20166.3C596.8%20166.3%20600.3%20163%20603.5%20157.7L610.7%20161.8C606.5%20169.4%20598.8%20173.9%20590.2%20173.9C576.7%20173.9%20568.5%20163.7%20568.5%20150.7C568.5%20137.1%20575.8%20126.9%20590%20126.9C604.1%20126.9%20610.7%20137.3%20610.7%20150.4V151.7H577ZM602.3%20145.3C601.3%20138.7%20596.9%20134.3%20590.1%20134.3C583.5%20134.3%20578.6%20139%20577.5%20145.3H602.3Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M628.2%20128.2V152.7C628.2%20159.8%20630%20166%20638.4%20166C646.8%20166%20648.6%20159.8%20648.6%20152.7V128.2H657.1V153.6C657.1%20165.7%20651.4%20173.9%20638.4%20173.9C625.4%20173.9%20619.7%20165.7%20619.7%20153.6V128.2H628.2Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M679%20172.4H670.5V136.1H665.9V128.2H670.5V111.3H679V128.2H687.3V136.1H679V172.4Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M704.8%20108C704.8%20111.2%20702.2%20113.8%20698.9%20113.8C695.6%20113.8%20693%20111.3%20693%20108C693%20104.7%20695.6%20102.1%20698.9%20102.1C702.2%20102.1%20704.8%20104.7%20704.8%20108ZM703.2%20172.4H694.7V128.2H703.2V172.4Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M747.4%20140.8C744%20136.9%20739.8%20134.9%20734.7%20134.9C726.4%20134.9%20720%20142.3%20720%20150.4C720%20159.5%20726.3%20166.1%20735.3%20166.1C740.2%20166.1%20744.2%20163.8%20747.4%20160.2V171C743.5%20173.1%20739.7%20173.9%20735.2%20173.9C722.2%20173.9%20711.5%20163.9%20711.5%20150.7C711.5%20137%20722.1%20126.9%20735.7%20126.9C739.7%20126.9%20744%20127.8%20747.4%20129.8V140.8Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M773.3%20138.3C772.3%20136.1%20770.1%20134.4%20767.6%20134.4C765.2%20134.4%20763%20136.3%20763%20138.7C763%20142.6%20768.1%20144.3%20773.3%20146.6C778.5%20149%20783.5%20152.2%20783.5%20159.2C783.5%20167.6%20776.5%20173.8%20768.3%20173.8C761.9%20173.8%20755.4%20170.1%20753%20163.9L760.3%20160.6C762.1%20163.9%20764.3%20166.3%20768.3%20166.3C771.9%20166.3%20775%20163.8%20775%20160.1C775%20157.7%20773.9%20156.6%20771.9%20155.3L763.6%20150.9C758.7%20148.3%20755.1%20145.8%20755.1%20139.8C755.1%20132.6%20761%20127%20768.1%20127C773.5%20127%20777.8%20129.9%20780.2%20134.7L773.3%20138.3Z%22%20fill%3D%22%23070C2D%22%20style%3D%22fill%3A%20rgb(7%2C%2012%2C%2045)%20!important%3B%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%09%09%3ClinearGradient%20id%3D%22logo-menu-lin-1%22%20x1%3D%2263.9141%22%20y1%3D%22126.128%22%20x2%3D%22148.65%22%20y2%3D%223.28587%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%09%09%09%3Cstop%20stop-color%3D%22%23FBCD2E%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(251%2C%20205%2C%2046)%20!important%3B%22%2F%3E%0A%09%09%09%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F48400%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(244%2C%20132%2C%200)%20!important%3B%22%2F%3E%0A%09%09%3C%2FlinearGradient%3E%0A%09%09%3ClinearGradient%20id%3D%22logo-menu-lin-2%22%20x1%3D%2219.7511%22%20y1%3D%2291.2943%22%20x2%3D%2261.7392%22%20y2%3D%22157.66%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%09%09%09%3Cstop%20offset%3D%220.1836%22%20stop-color%3D%22%2365A0D9%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(101%2C%20160%2C%20217)%20!important%3B%22%2F%3E%0A%09%09%09%3Cstop%20offset%3D%220.9845%22%20stop-color%3D%22%233D47AE%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(61%2C%2071%2C%20174)%20!important%3B%22%2F%3E%0A%09%09%3C%2FlinearGradient%3E%0A%09%09%3ClinearGradient%20id%3D%22logo-menu-lin-3%22%20x1%3D%22159.992%22%20y1%3D%2297.1129%22%20x2%3D%22243.583%22%20y2%3D%2297.4716%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%09%09%09%3Cstop%20offset%3D%220.00104866%22%20stop-color%3D%22%23A20000%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(162%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%09%09%09%3Cstop%20offset%3D%220.9995%22%20stop-color%3D%22%23FF1C00%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(255%2C%2028%2C%200)%20!important%3B%22%2F%3E%0A%09%09%3C%2FlinearGradient%3E%0A%09%09%3CclipPath%20id%3D%22logo-clip%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%09%09%09%3Crect%20width%3D%22783.5%22%20height%3D%22197.7%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%09%09%3C%2FclipPath%3E%0A%09%3C%2Fdefs%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://equatortherapeutics.com/app/themes/equator-therapeutics/favicon.png",
    "ogImage": null,
    "logoHref": "https://equatortherapeutics.com/"
  },
  "__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 'Equator Therapeutics'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Watch Video",
      "reasoning": "Button #0 is selected as the primary CTA because it has a distinct blue color (#ADB2D2) and is associated with a prominent action ('Watch Video'), which is likely a key engagement point on the site."
    },
    "secondary": {
      "index": 2,
      "text": "Scroll",
      "reasoning": "Button #2 is selected as the secondary CTA because it has a different background color (#FFFAED) and offers a navigation action ('Scroll'), which complements the primary action."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals and patients"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__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 'Equator Therapeutics'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles