Home · Branding · Syrona Health

Syrona Health Brand Identity

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

Download JSON
Primary
#275C61
Accent
#275C61
Body Font
NunitoSans
Heading
NunitoSans

Color Palette

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

primary
#275C61
rgb(39, 92, 97)
secondary
#6B7280
rgb(107, 114, 128)
accent
#275C61
rgb(39, 92, 97)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#9CA3AF
rgb(156, 163, 175)

Typography

Each font links to its Google Fonts page where available.

primary
NunitoSans
heading
NunitoSans
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
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

Syrona Health logo
Logo
Syrona Health favicon
Favicon
Syrona Health social image
Social Card

UI Components

Live previews rendered using Syrona Health's actual button styles.

buttonPrimary
background #275C61 textColor #FFFFFF borderRadius 6px shadow none
buttonSecondary
background transparent textColor #000000 borderColor #000000 borderRadius 6px shadow none

Brand Personality

Tone: professional Energy: medium Audience: corporate employees and HR professionals

Syrona Health Brand in the Wild

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

Frequently Asked Questions

What is Syrona Health's primary brand color?

Syrona Health's primary brand color is #275C61. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Syrona Health use?

Syrona Health uses NunitoSans as the primary typeface across body and headings.

Does Syrona Health use a light or dark theme?

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

Where can I find Syrona Health's logo?

Syrona Health's logo is available directly on their site (https://syronahealth.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://syronahealth.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 Syrona Health.

Methodology

Brand data on this page was extracted from https://syronahealth.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 Syrona Health.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "NunitoSans",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#275C61",
    "secondary": "#6B7280",
    "accent": "#275C61",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#9CA3AF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "NunitoSans",
      "heading": "NunitoSans"
    },
    "fontStacks": {
      "heading": [
        "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"
      ],
      "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": [
        "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"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "38px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#275C61",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22131%22%20height%3D%2249%22%20viewBox%3D%220%200%20131%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cg%20clip-path%3D%22url(%23clip0_3839_3737)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M61.1484%2018.008C61.1484%2017.1683%2062.2077%2016.5513%2062.2798%2016.6554C63.1716%2017.9882%2064.8341%2019.0984%2066.9781%2019.0984C69.1465%2019.0984%2070.3754%2018.1859%2070.3754%2016.6013C70.3754%2014.8003%2068.5473%2014.381%2066.4723%2013.8868C64.0633%2013.3197%2061.5577%2012.4551%2061.5577%209.22243C61.5577%206.5079%2063.8459%204.58203%2067.1711%204.58203C70.6405%204.58203%2072.5194%206.26027%2072.5194%207.42037C72.5194%208.33388%2071.4113%208.90197%2071.3626%208.82706C70.544%207.61806%2069.0023%206.68061%2067.1985%206.68061C65.2475%206.68061%2063.9709%207.64303%2063.9709%209.12358C63.9709%2010.8757%2065.4882%2011.1473%2067.6566%2011.6654C70.3063%2012.2824%2072.8606%2013.3436%2072.8606%2016.4286C72.8606%2019.3657%2070.6445%2021.1928%2067.0066%2021.1928C63.2437%2021.1917%2061.1484%2019.3158%2061.1484%2018.008Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M76.4788%2025.0175L78.4085%2020.2055C77.8783%2020.1555%2077.5899%2020.0078%2077.3928%2019.5136L73.2491%209.59291C73.2013%209.44412%2073.7305%208.87708%2074.5024%208.87708C75.1767%208.87708%2075.6338%209.19754%2076.0197%2010.2588L79.1529%2018.4502L81.9225%2010.3067C82.2607%209.22043%2082.7899%208.875%2083.4165%208.875C84.0675%208.875%2084.7175%209.41811%2084.6698%209.54089L79.2006%2024.3267C78.8157%2025.3879%2078.2866%2025.6793%2077.731%2025.6793C77.0556%2025.6845%2076.43%2025.1413%2076.4788%2025.0175Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M91.4646%208.70312C92.6691%208.70312%2093.3679%209.29514%2093.3679%2010.2825C93.3679%2011.2189%2092.6935%2011.5904%2092.6448%2011.5415C92.2311%2011.1941%2091.7099%2011.0096%2091.1751%2011.0212C89.2962%2011.0212%2088.5498%2012.894%2088.5498%2015.6356V19.8068C88.5498%2020.6953%2088.0917%2020.9669%2087.4894%2020.9669H87.2244C86.5977%2020.9669%2086.1641%2020.6953%2086.1641%2019.8068V9.1474C86.1641%209.07352%2086.55%208.87584%2087.0314%208.87584C87.7545%208.87584%2088.501%209.27017%2088.5254%2010.9484C89.0312%209.49282%2089.995%208.70312%2091.4646%208.70312Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M93.8945%2014.9219C93.8945%2011.2949%2096.4001%208.70312%2099.9883%208.70312C103.53%208.70312%20106.035%2011.3188%20106.035%2014.9718C106.035%2018.5999%20103.53%2021.1916%2099.9639%2021.1916C96.3757%2021.1916%2093.8945%2018.5999%2093.8945%2014.9219ZM103.82%2014.9718C103.82%2012.5039%20102.205%2010.706%2099.9609%2010.706C97.7448%2010.706%2096.0822%2012.4831%2096.0822%2014.926C96.0822%2017.369%2097.7448%2019.1919%2099.9609%2019.1919C102.177%2019.1919%20103.82%2017.3898%20103.82%2014.9718Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M114.097%208.70312C117.156%208.70312%20118.578%2010.8506%20118.578%2013.7867V19.8089C118.578%2020.6974%20118.12%2020.969%20117.518%2020.969H117.253C116.626%2020.969%20116.192%2020.6974%20116.192%2019.8089V14.0791C116.192%2012.0804%20115.205%2010.8464%20113.518%2010.8464C112.001%2010.8464%20110.844%2011.685%20110.268%2012.919V19.8047C110.268%2020.6932%20109.81%2020.9648%20109.208%2020.9648H108.946C108.32%2020.9648%20107.887%2020.6932%20107.887%2019.8047V9.1474C107.887%209.07352%20108.272%208.87584%20108.754%208.87584C109.453%208.87584%20110.176%209.24624%20110.247%2010.8007C111.037%209.5667%20112.338%208.70312%20114.097%208.70312Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M128.387%2013.4913C128.387%2011.6892%20127.372%2010.7018%20125.52%2010.7018C123.762%2010.7018%20122.726%2011.6382%20122.196%2012.7255C122.196%2012.7505%20120.726%2012.7255%20120.726%2011.5415C120.726%2010.4063%20122.412%208.70312%20125.689%208.70312C128.965%208.70312%20130.749%2010.4303%20130.749%2013.4413V20.7245C130.749%2020.8472%20130.315%2020.996%20129.881%2020.996C129.038%2020.996%20128.435%2020.5268%20128.412%2019.0712C127.544%2020.3541%20126.026%2021.1438%20124.248%2021.1438C121.766%2021.1438%20120.297%2019.786%20120.297%2017.7623C120.297%2015.0228%20122.85%2013.8388%20128.079%2013.7399H128.391L128.387%2013.4913ZM128.387%2016.1808V15.2683L127.737%2015.2923C124.364%2015.4161%20122.63%2016.058%20122.63%2017.6614C122.63%2018.7226%20123.448%2019.3896%20124.821%2019.3896C126.893%2019.3854%20128.387%2018.0567%20128.387%2016.1808Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M63.2656%2042.1312V28.1549C63.2656%2027.3829%2063.6191%2026.9844%2064.2813%2026.9844H64.6357C65.3466%2026.9844%2065.696%2027.3829%2065.696%2028.1549V34.0095H73.7357V28.1549C73.7357%2027.3829%2074.0891%2026.9844%2074.7513%2026.9844H75.1048C75.8157%2026.9844%2076.1661%2027.3829%2076.1661%2028.1549V42.1312C76.1661%2042.9032%2075.8127%2043.3017%2075.1048%2043.3017H74.7513C74.0912%2043.3017%2073.7357%2042.9032%2073.7357%2042.1312V36.2516H65.694V42.1312C65.694%2042.9032%2065.3405%2043.3017%2064.6337%2043.3017H64.2792C63.6191%2043.3017%2063.2656%2042.9022%2063.2656%2042.1312Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M84.3454%2030.918C87.6238%2030.918%2089.7932%2033.3599%2089.7932%2036.9526V37.1513C89.7932%2037.6715%2089.6277%2037.8744%2089.0823%2037.8744H80.7115C80.7155%2038.0249%2080.7312%2038.1748%2080.7582%2038.3228C81.0883%2040.2903%2082.5741%2041.5857%2084.579%2041.5857C86.5595%2041.5857%2087.5497%2040.6638%2088.1388%2039.5932C88.1865%2039.5433%2089.3656%2039.767%2089.3656%2040.8137C89.3656%2041.3339%2088.9411%2042.0091%2088.1154%2042.5574C87.2897%2043.1058%2086.0841%2043.5292%2084.5313%2043.5292C80.9471%2043.5292%2078.5391%2041.0124%2078.5391%2037.2761C78.5452%2033.6335%2080.9969%2030.918%2084.3454%2030.918ZM84.322%2032.7908C82.4594%2032.7908%2081.0213%2034.211%2080.7379%2036.2034H87.5294C87.4146%2034.1319%2086.2091%2032.7866%2084.322%2032.7866V32.7908Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M98.9188%2036.0006H99.2235V35.7508C99.2235%2033.9321%2098.2333%2032.9364%2096.4173%2032.9364C94.6908%2032.9364%2093.6823%2033.8822%2093.1673%2034.9788C93.1673%2035.0038%2091.7292%2034.9788%2091.7292%2033.7834C91.7292%2033.3349%2091.9882%2032.7866%2092.5072%2032.2882C93.2852%2031.5412%2094.6532%2030.918%2096.587%2030.918C99.7933%2030.918%20101.538%2032.6618%20101.538%2035.704V43.0537C101.538%2043.1786%20101.115%2043.3274%20100.69%2043.3274C100.053%2043.3274%2099.5343%2043.0288%2099.3454%2042.2318C99.2852%2041.9621%2099.2535%2041.6865%2099.2509%2041.4098C98.3785%2042.7052%2096.8937%2043.4772%2095.1722%2043.4772C92.7428%2043.4772%2091.3047%2042.1069%2091.3047%2040.0645C91.3027%2037.2959%2093.8021%2036.0994%2098.9188%2036.0006ZM99.2235%2037.5446L98.5867%2037.5695C95.2859%2037.6944%2093.5878%2038.3416%2093.5878%2039.9626C93.5878%2041.0332%2094.3891%2041.7064%2095.7338%2041.7064C97.7651%2041.7064%2099.2235%2040.3611%2099.2235%2038.4674V37.5446Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M104.391%2042.1278V26.3557C104.391%2026.2808%20104.792%2026.082%20105.24%2026.082C105.971%2026.082%20106.726%2026.4805%20106.726%2028.1993V42.1278C106.726%2043.0247%20106.301%2043.2983%20105.688%2043.2983H105.452C104.839%2043.2983%20104.391%2043.0247%20104.391%2042.1278Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M110.571%2039.5638V33.2358H109.746C109.015%2033.2358%20108.73%2032.9122%20108.73%2032.3139V32.1391C108.73%2031.5419%20109.014%2031.2173%20109.746%2031.2173H110.571V29.3747C110.571%2028.5267%20110.977%2028.2031%20111.609%2028.2031H111.844C112.454%2028.2031%20112.86%2028.4528%20112.86%2029.3747V31.2173H115.431C116.162%2031.2173%20116.421%2031.5169%20116.421%2032.1142V32.2879C116.421%2032.9122%20116.138%2033.2347%20115.405%2033.2347H112.835V39.288C112.835%2040.7832%20113.241%2041.5052%20114.344%2041.5052C114.659%2041.5111%20114.97%2041.4368%20115.25%2041.2889C115.53%2041.1411%20115.769%2040.9244%20115.947%2040.6583C116.019%2040.5844%20116.608%2040.933%20116.608%2041.705C116.604%2041.9129%20116.558%2042.1178%20116.473%2042.3066C116.388%2042.4954%20116.265%2042.6639%20116.113%2042.8016C115.664%2043.2251%20114.934%2043.5237%20113.967%2043.5237C111.629%2043.5247%20110.571%2042.1545%20110.571%2039.5638Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M128.94%2036.0984V42.1278C128.94%2043.0247%20128.492%2043.2983%20127.902%2043.2983H127.643C127.033%2043.2983%20126.605%2043.0247%20126.605%2042.1278V36.3731C126.605%2034.3057%20125.615%2033.0842%20123.987%2033.0842C122.058%2033.0842%20120.805%2034.4295%20120.805%2036.5968V42.1278C120.805%2043.0247%20120.357%2043.2983%20119.767%2043.2983H119.511C118.901%2043.2983%20118.473%2043.0247%20118.473%2042.1278V26.3557C118.473%2026.2808%20118.85%2026.082%20119.322%2026.082C120.033%2026.082%20120.808%2026.4805%20120.808%2028.1993V33.1071C121.633%2031.7868%20122.811%2030.9149%20124.557%2030.9149C127.548%2030.917%20128.94%2033.1092%20128.94%2036.0984Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M24.75%2048.5C38.0048%2048.5%2048.75%2037.7548%2048.75%2024.5C48.75%2011.2452%2038.0048%200.5%2024.75%200.5C11.4952%200.5%200.75%2011.2452%200.75%2024.5C0.75%2037.7548%2011.4952%2048.5%2024.75%2048.5Z%22%20fill%3D%22%2373314F%22%20style%3D%22fill%3A%20rgb(115%2C%2049%2C%2079)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M36.5207%2028.6577C34.9119%2026.3032%2032.4023%2025.0661%2027.8584%2024.3919C24.6998%2023.9185%2022.8879%2022.1029%2022.8879%2019.4196C22.8879%2016.7092%2025.0604%2014.5035%2027.7315%2014.5035C30.5386%2014.5035%2032.576%2016.5708%2032.576%2019.4196C32.576%2019.6339%2032.5475%2019.9679%2032.5475%2019.971L32.5415%2020.048L32.6125%2020.0751C32.6471%2020.0886%2033.4433%2020.3685%2033.9562%2019.9544C34.5219%2019.4986%2034.3533%2018.3614%2034.2812%2018.0181C33.9649%2016.5351%2033.1491%2015.2134%2031.9768%2014.285C30.76%2013.3259%2029.2667%2012.808%2027.7315%2012.8127C25.9738%2012.798%2024.2795%2013.4842%2023.0068%2014.7261C22.387%2015.3314%2021.8942%2016.0598%2021.5586%2016.8668C21.223%2017.6737%2021.0515%2018.5424%2021.0547%2019.4196C21.0547%2023.0351%2023.5034%2025.5582%2027.6045%2026.1731C31.667%2026.7807%2033.7632%2027.7681%2035.0805%2029.6961C36.5796%2031.8883%2036.1733%2035.2916%2036.1682%2035.3259C36.1093%2035.7879%2036.3927%2036.1063%2036.9249%2036.1791C36.9633%2036.1841%2037.002%2036.1866%2037.0407%2036.1864C37.5485%2036.1864%2037.8593%2035.9637%2037.9111%2035.5621C37.9324%2035.3884%2038.4179%2031.4336%2036.5207%2028.6577Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M19.742%2024.6242C19.803%2024.1039%2019.5572%2023.8022%2019.2027%2023.6534C19.0717%2023.5983%2016.0035%2022.434%2016.0035%2019.6019C16.0035%2016.8572%2017.8225%2015.6711%2019.5257%2015.4776C19.7257%2015.4542%2019.9275%2015.4521%2020.128%2015.4714L20.1605%2015.3933C20.1716%2015.3652%2020.4316%2014.6879%2019.9716%2014.2415C19.415%2013.7005%2018.3923%2013.9513%2018.3466%2013.9606C17.4802%2014.1552%2016.7216%2014.5922%2016.0177%2015.2976C15.4084%2015.9073%2014.3927%2017.2744%2014.3927%2019.6019C14.3927%2021.2989%2015.256%2022.8429%2016.9572%2024.1913C15.9527%2024.6075%2013.693%2025.7416%2012.5494%2027.8381C11.1712%2030.3654%2011.5683%2033.109%2011.5856%2033.2245C11.6282%2033.5002%2011.812%2033.829%2012.4529%2033.829C12.4978%2033.8292%2012.5426%2033.8257%2012.587%2033.8186C13.1151%2033.7354%2013.3903%2033.4087%2013.3213%2032.9425C13.2806%2032.7084%2012.9526%2030.5943%2013.9773%2028.7162C15.0844%2026.6863%2017.3289%2025.5002%2018.9895%2025.4149C19.3815%2025.3951%2019.6801%2025.1288%2019.742%2024.6242Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M22.3608%2027.2031H22.3496C21.6641%2027.2031%2021.0699%2027.7233%2020.6921%2028.1551C20.111%2028.8283%2019.6339%2029.5887%2019.2774%2030.4098C18.3227%2032.6114%2018.7147%2035.1209%2018.8031%2035.6016C18.8721%2035.9866%2019.1626%2036.1811%2019.6653%2036.1811C19.7188%2036.181%2019.7721%2036.1762%2019.8248%2036.1666C20.3681%2036.0625%2020.6556%2035.7192%2020.5743%2035.2645C20.5225%2035.0252%2020.0878%2032.8715%2020.8384%2031.1412C21.4874%2029.6451%2022.6513%2028.4152%2023.3561%2028.1333L23.4434%2028.0989L23.416%2028.0074C23.413%2027.9991%2023.1621%2027.2094%2022.3608%2027.2031Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3CclipPath%20id%3D%22clip0_3839_3737%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Crect%20width%3D%22130%22%20height%3D%2248%22%20fill%3D%22white%22%20transform%3D%22translate(0.75%200.5)%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://syronahealth.com/favicon-32x32.png?v=ff6feea1336255d38084883b3c7b2001",
    "ogImage": "https://syronahealth.com/syrona-health-logo-og.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is in the header, visible, and links to the homepage, aligning with the brand 'Syrona Health'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book a demo",
      "reasoning": "Button #3 has a vibrant brand color background (#275C61) and action-oriented text ('Book a demo'), making it the primary CTA."
    },
    "secondary": {
      "index": 6,
      "text": "Learn more",
      "reasoning": "Button #0 has a transparent background with a border, making it a suitable secondary CTA as it contrasts with the primary button's vibrant color."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "corporate employees and HR professionals"
  },
  "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 in the header, visible, and links to the homepage, aligning with the brand 'Syrona Health'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles