Home · Branding · OpenEvidence

OpenEvidence Brand Identity

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

Download JSON
Primary
#FAE0D8
Accent
#E4643D
Body Font
Schibsted Grotesk
Heading
Schibsted Grotesk

Color Palette

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

primary
#FAE0D8
rgb(250, 224, 216)
secondary
#C6704C
rgb(198, 112, 76)
accent
#E4643D
rgb(228, 100, 61)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#212121
rgb(33, 33, 33)
link
#E4643D
rgb(228, 100, 61)

Typography

Each font links to its Google Fonts page where available.

primary
Schibsted Grotesk
Schibsted Grotesk Google Fonts →
heading
Schibsted Grotesk
Schibsted Grotesk Google Fonts →
Schibsted Grotesk, 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

OpenEvidence logo
Logo
OpenEvidence favicon
Favicon
OpenEvidence social image
Social Card

UI Components

Live previews rendered using OpenEvidence's actual button styles.

input
background transparent textColor #212121 borderColor null borderRadius 0px shadow none
buttonPrimary
background #E4643D textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background transparent textColor #212121 borderColor #212121 borderRadius 8px shadow none

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals

OpenEvidence Brand in the Wild

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

Frequently Asked Questions

What is OpenEvidence's primary brand color?

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

What accent color does OpenEvidence use?

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

What font does OpenEvidence use?

OpenEvidence uses Schibsted Grotesk as the primary typeface across body and headings.

Does OpenEvidence use a light or dark theme?

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

Where can I find OpenEvidence's logo?

OpenEvidence's logo is available directly on their site (https://www.openevidence.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.openevidence.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 OpenEvidence.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Schibsted Grotesk",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FAE0D8",
    "secondary": "#C6704C",
    "accent": "#E4643D",
    "background": "#FFFFFF",
    "textPrimary": "#212121",
    "link": "#E4643D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Schibsted Grotesk",
      "heading": "Schibsted Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Schibsted Grotesk",
        "sans-serif"
      ],
      "body": [
        "Schibsted Grotesk",
        "sans-serif"
      ],
      "paragraph": [
        "Schibsted Grotesk",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "30px",
      "body": "14.4px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#212121",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#E4643D",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#212121",
      "borderColor": "#212121",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22185%22%20height%3D%2234%22%20viewBox%3D%220%200%20185%2038%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%22M9.8642%2027.3191C8.29845%2027.3191%206.95521%2027.0554%205.83446%2026.528C4.71372%2026.0006%203.80723%2025.3002%203.11501%2024.4266C2.42278%2023.5366%201.91186%2022.556%201.58223%2021.4847C1.2526%2020.4134%201.08778%2019.3421%201.08778%2018.2708C1.08778%2017.2324%201.26084%2016.1859%201.60695%2015.131C1.95306%2014.0597%202.48047%2013.0791%203.18918%2012.1891C3.91436%2011.2991%204.81261%2010.5821%205.88391%2010.0383C6.97169%209.49437%208.24901%209.22242%209.71586%209.22242C11.2157%209.22242%2012.5177%209.49437%2013.622%2010.0383C14.7262%2010.5821%2015.6327%2011.3073%2016.3414%2012.2138C17.0666%2013.1038%2017.6023%2014.0762%2017.9484%2015.131C18.2945%2016.1859%2018.4676%2017.2324%2018.4676%2018.2708C18.4676%2019.2926%2018.2945%2020.3392%2017.9484%2021.4105C17.6023%2022.4653%2017.0666%2023.446%2016.3414%2024.3525C15.6327%2025.2425%2014.7427%2025.9594%2013.6714%2026.5033C12.6001%2027.0472%2011.3311%2027.3191%209.8642%2027.3191ZM9.93836%2026.1819C10.9437%2026.1819%2011.809%2025.9677%2012.5342%2025.5391C13.2594%2025.0941%2013.861%2024.509%2014.3389%2023.7839C14.8169%2023.0587%2015.1712%2022.2593%2015.402%2021.3858C15.6327%2020.4958%2015.7481%2019.614%2015.7481%2018.7405C15.7481%2017.6857%2015.6162%2016.6638%2015.3525%2015.6749C15.0888%2014.686%2014.6933%2013.796%2014.1659%2013.0049C13.6549%2012.1973%2013.0122%2011.5546%2012.2375%2011.0766C11.4629%2010.5821%2010.5811%2010.3432%209.59225%2010.3596C8.60336%2010.3596%207.73808%2010.5821%206.99641%2011.0271C6.27122%2011.4721%205.66965%2012.0572%205.19168%2012.7824C4.71372%2013.5076%204.35112%2014.3152%204.1039%2015.2052C3.87316%2016.0787%203.75779%2016.9605%203.75779%2017.8505C3.75779%2018.7405%203.87316%2019.6717%204.1039%2020.6441C4.35112%2021.6%204.72196%2022.5065%205.2164%2023.3636C5.72733%2024.2041%206.37011%2024.8881%207.14474%2025.4155C7.93586%2025.9265%208.86706%2026.1819%209.93836%2026.1819ZM20.3103%2033.2278V32.3378C20.8213%2032.3378%2021.1756%2032.2142%2021.3734%2031.9669C21.5712%2031.7362%2021.6865%2031.3983%2021.7195%2030.9533C21.7525%2030.5248%2021.7689%2030.0304%2021.7689%2029.47L21.8184%2017.7763C21.8184%2017.5126%2021.8184%2017.2407%2021.8184%2016.9605C21.8349%2016.6638%2021.8678%2016.3672%2021.9173%2016.0705C21.6206%2016.087%2021.3239%2016.1035%2021.0273%2016.1199C20.7306%2016.1364%2020.4422%2016.1529%2020.162%2016.1694V15.0074C20.9037%2015.0074%2021.4723%2014.9745%2021.8678%2014.9085C22.2634%2014.8261%2022.5518%2014.7355%2022.7331%2014.6366C22.9309%2014.5377%2023.0875%2014.4306%2023.2028%2014.3152H24.0434C24.0599%2014.48%2024.0764%2014.6778%2024.0928%2014.9085C24.1093%2015.1228%2024.1258%2015.3618%2024.1423%2015.6255C24.6532%2015.164%2025.2383%2014.8097%2025.8976%2014.5624C26.5568%2014.2987%2027.2161%2014.1669%2027.8754%2014.1669C28.8478%2014.1669%2029.7378%2014.4141%2030.5454%2014.9085C31.353%2015.403%2032.004%2016.1117%2032.4984%2017.0347C32.9929%2017.9576%2033.2401%2019.0537%2033.2401%2020.3227C33.2401%2021.7072%2032.9517%2022.9268%2032.3748%2023.9816C31.8144%2025.0364%2031.0563%2025.8605%2030.1004%2026.4539C29.1609%2027.0307%2028.1226%2027.3191%2026.9854%2027.3191C26.425%2027.3191%2025.9141%2027.2532%2025.4526%2027.1214C24.9911%2026.9895%2024.5543%2026.8082%2024.1423%2026.5775V30.3847C24.1423%2030.6979%2024.134%2030.9945%2024.1176%2031.2747C24.1176%2031.5549%2024.0928%2031.8433%2024.0434%2032.14C24.3071%2032.1235%2024.5708%2032.107%2024.8345%2032.0905C25.0982%2032.0905%2025.3537%2032.0823%2025.6009%2032.0658V33.2278H20.3103ZM26.8617%2026.1819C27.6529%2026.1819%2028.3204%2025.9429%2028.8642%2025.465C29.4081%2024.987%2029.8202%2024.336%2030.1004%2023.5119C30.3805%2022.6878%2030.5206%2021.7566%2030.5206%2020.7183C30.5206%2019.8448%2030.397%2019.0124%2030.1498%2018.2213C29.9026%2017.4302%2029.5153%2016.7874%2028.9879%2016.293C28.4769%2015.7986%2027.7847%2015.5513%2026.9112%2015.5513C26.3838%2015.5513%2025.8728%2015.6832%2025.3784%2015.9469C24.884%2016.1941%2024.4802%2016.5073%2024.167%2016.8863C24.167%2017.0347%2024.167%2017.1995%2024.167%2017.3808C24.167%2017.5621%2024.167%2017.8258%2024.167%2018.1719C24.167%2018.5015%2024.167%2018.963%2024.167%2019.5563C24.167%2020.1332%2024.167%2020.8913%2024.167%2021.8308C24.167%2022.7538%2024.167%2023.9157%2024.167%2025.3166C24.5296%2025.5968%2024.9416%2025.8111%2025.4031%2025.9594C25.8646%2026.1077%2026.3508%2026.1819%2026.8617%2026.1819ZM41.2293%2027.3191C40.0755%2027.3191%2039.0372%2027.0554%2038.1142%2026.528C37.2078%2025.9841%2036.4908%2025.226%2035.9634%2024.2536C35.436%2023.2647%2035.1723%2022.1027%2035.1723%2020.7677C35.1723%2019.614%2035.4278%2018.5345%2035.9387%2017.5291C36.4661%2016.5237%2037.1995%2015.7161%2038.139%2015.1063C39.0784%2014.48%2040.1662%2014.1669%2041.4023%2014.1669C42.0945%2014.1669%2042.7456%2014.274%2043.3554%2014.4883C43.9652%2014.7025%2044.5091%2015.0404%2044.987%2015.5019C45.465%2015.9469%2045.8358%2016.5237%2046.0995%2017.2324C46.3797%2017.9412%2046.5198%2018.7735%2046.5198%2019.7294L37.9165%2019.8777C37.9165%2021.0809%2038.0483%2022.1357%2038.312%2023.0422C38.5757%2023.9487%2039.0042%2024.6574%2039.5976%2025.1683C40.1909%2025.6627%2040.9573%2025.91%2041.8968%2025.91C42.3747%2025.91%2042.8692%2025.8276%2043.3801%2025.6627C43.891%2025.4815%2044.3772%2025.2425%2044.8387%2024.9458C45.3002%2024.6327%2045.6793%2024.2783%2045.9759%2023.8827L46.6434%2024.4761C46.182%2025.1848%2045.6298%2025.7534%2044.987%2026.1819C44.3607%2026.594%2043.718%2026.8824%2043.0587%2027.0472C42.3994%2027.2285%2041.7896%2027.3191%2041.2293%2027.3191ZM37.9906%2018.7405H43.9982C43.9982%2018.1307%2043.9075%2017.5621%2043.7262%2017.0347C43.5614%2016.5073%2043.2894%2016.0787%2042.9104%2015.7491C42.5313%2015.4195%2042.0368%2015.2547%2041.427%2015.2547C40.5205%2015.2547%2039.7624%2015.5348%2039.1526%2016.0952C38.5592%2016.6556%2038.1719%2017.5374%2037.9906%2018.7405ZM48.5598%2026.9236V26.0336C49.0707%2026.0336%2049.4251%2025.9182%2049.6229%2025.6875C49.8206%2025.4402%2049.936%2025.1024%2049.969%2024.6739C50.0019%2024.2289%2050.0184%2023.7262%2050.0184%2023.1658L50.0431%2017.7763C50.0431%2017.5126%2050.0431%2017.2407%2050.0431%2016.9605C50.0596%2016.6638%2050.0926%2016.3672%2050.142%2016.0705C49.8618%2016.087%2049.5652%2016.1035%2049.252%2016.1199C48.9554%2016.1364%2048.6669%2016.1529%2048.3867%2016.1694V15.0074C49.1284%2015.0074%2049.697%2014.9745%2050.0926%2014.9085C50.4881%2014.8261%2050.7848%2014.7355%2050.9826%2014.6366C51.1968%2014.5377%2051.3617%2014.4306%2051.477%2014.3152H52.2681C52.2846%2014.4471%2052.2929%2014.5872%2052.2929%2014.7355C52.3093%2014.8673%2052.3258%2015.0157%2052.3423%2015.1805C52.3588%2015.3453%2052.367%2015.5431%2052.367%2015.7738C52.7296%2015.4772%2053.1252%2015.2052%2053.5537%2014.958C53.9987%2014.7108%2054.4602%2014.5212%2054.9382%2014.3894C55.4161%2014.241%2055.8776%2014.1669%2056.3226%2014.1669C57.773%2014.1669%2058.8196%2014.6119%2059.4623%2015.5019C60.1216%2016.3919%2060.4512%2017.7846%2060.4512%2019.68V24.0805C60.4512%2024.3937%2060.443%2024.6903%2060.4265%2024.9705C60.4265%2025.2507%2060.4018%2025.5391%2060.3523%2025.8358C60.6325%2025.8193%2060.9045%2025.8111%2061.1682%2025.8111C61.4319%2025.7946%2061.6873%2025.7781%2061.9346%2025.7616V26.9236H56.644V26.0336C57.1384%2026.0336%2057.4845%2025.9182%2057.6823%2025.6875C57.8966%2025.4402%2058.0202%2025.1024%2058.0532%2024.6739C58.0861%2024.2289%2058.1026%2023.7262%2058.1026%2023.1658V19.68C58.0861%2018.3285%2057.8636%2017.3066%2057.4351%2016.6144C57.0066%2015.9222%2056.3308%2015.5843%2055.4079%2015.6008C54.8475%2015.6173%2054.2954%2015.7656%2053.7515%2016.0458C53.2076%2016.3095%2052.7544%2016.6556%2052.3918%2017.0841C52.4082%2017.2324%2052.4165%2017.3973%2052.4165%2017.5786C52.4165%2017.7599%2052.4165%2017.9412%2052.4165%2018.1224L52.3918%2024.0805C52.3918%2024.3937%2052.3835%2024.6903%2052.367%2024.9705C52.367%2025.2507%2052.3423%2025.5391%2052.2929%2025.8358C52.5566%2025.8193%2052.8203%2025.8111%2053.084%2025.8111C53.3477%2025.7946%2053.6031%2025.7781%2053.8504%2025.7616V26.9236H48.5598ZM72.3413%2020.5947C72.3413%2019.8695%2072.2342%2019.3503%2072.0199%2019.0372C71.8221%2018.724%2071.5172%2018.5345%2071.1052%2018.4686C70.6931%2018.4026%2070.1493%2018.3862%2069.4735%2018.4191L67.8666%2018.4933V23.8827C67.8666%2024.3277%2067.8583%2024.7151%2067.8418%2025.0447C67.8418%2025.3578%2067.8254%2025.6215%2067.7924%2025.8358L72.2671%2025.7864C72.9594%2025.7699%2073.5609%2025.6545%2074.0719%2025.4402C74.5993%2025.2095%2075.0113%2024.8222%2075.308%2024.2783C75.6046%2023.7179%2075.753%2022.9598%2075.753%2022.0038H76.7171L76.5688%2026.9236H63.7627V25.9594C64.356%2025.9429%2064.768%2025.8193%2064.9988%2025.5886C65.2295%2025.3578%2065.3614%2025.0282%2065.3943%2024.5997C65.4438%2024.1712%2065.4685%2023.6685%2065.4685%2023.0916V12.6094C65.4685%2012.2633%2065.4767%2011.9254%2065.4932%2011.5958C65.5262%2011.2661%2065.5509%2010.9859%2065.5674%2010.7552C65.2707%2010.7717%2064.9658%2010.7882%2064.6527%2010.8046C64.3395%2010.8211%2064.0428%2010.8376%2063.7627%2010.8541V9.61798H75.7282L75.8766%2014.0185H74.9124C74.9124%2013.0626%2074.7641%2012.3374%2074.4674%2011.843C74.1707%2011.3485%2073.7669%2011.0189%2073.256%2010.8541C72.7616%2010.6728%2072.2177%2010.5904%2071.6243%2010.6069L69.7207%2010.6563C69.1604%2010.6728%2068.7483%2010.7799%2068.4846%2010.9777C68.2209%2011.159%2068.0479%2011.4557%2067.9654%2011.8677C67.8995%2012.2633%2067.8666%2012.7907%2067.8666%2013.4499V17.3808L72.2177%2017.4055L72.0693%2015.2547H73.2807V20.5947H72.3413ZM83.2637%2026.9978L79.6543%2018.8394C79.407%2018.2625%2079.2175%2017.7681%2079.0857%2017.3561C78.9538%2016.944%2078.8549%2016.6061%2078.789%2016.3424C78.7395%2016.0623%2078.7066%2015.8315%2078.6901%2015.6502L77.6518%2015.7244V14.5624H82.3984V15.4524C81.937%2015.4524%2081.6403%2015.5761%2081.5084%2015.8233C81.3766%2016.054%2081.3519%2016.3754%2081.4343%2016.7874C81.5167%2017.183%2081.6485%2017.6033%2081.8298%2018.0483L83.6346%2022.2016C83.7664%2022.4818%2083.89%2022.7785%2084.0054%2023.0916C84.1372%2023.4048%2084.2609%2023.7262%2084.3762%2024.0558H84.4009C84.4998%2023.7921%2084.5987%2023.5119%2084.6976%2023.2152C84.813%2022.9186%2084.9201%2022.6384%2085.019%2022.3747L86.8237%2017.3561C86.9556%2016.9605%2087.0957%2016.6226%2087.244%2016.3424C87.3923%2016.0458%2087.5077%2015.815%2087.5901%2015.6502L86.0079%2015.7244V14.5624H90.0624V15.4524C89.6833%2015.4524%2089.3619%2015.5925%2089.0982%2015.8727C88.851%2016.1364%2088.6202%2016.5073%2088.406%2016.9852C88.1917%2017.4632%2087.9445%2018.04%2087.6643%2018.7158L84.4504%2026.9978H83.2637ZM91.1314%2026.0336C91.6423%2026.0336%2091.9967%2025.9182%2092.1945%2025.6875C92.3922%2025.4402%2092.5076%2025.1024%2092.5406%2024.6739C92.5735%2024.2289%2092.59%2023.7262%2092.59%2023.1658V17.7763C92.59%2017.5126%2092.5983%2017.2489%2092.6147%2016.9852C92.6312%2016.7215%2092.6559%2016.4166%2092.6889%2016.0705C92.4087%2016.087%2092.112%2016.1035%2091.7989%2016.1199C91.5022%2016.1364%2091.222%2016.1529%2090.9583%2016.1694V15.0074C91.6835%2015.0074%2092.2521%2014.9745%2092.6642%2014.9085C93.0927%2014.8261%2093.4141%2014.7355%2093.6283%2014.6366C93.8591%2014.5377%2094.0321%2014.4306%2094.1475%2014.3152H94.9634V24.0805C94.9634%2024.3937%2094.9551%2024.6903%2094.9386%2024.9705C94.9386%2025.2507%2094.9139%2025.5391%2094.8645%2025.8358C95.1282%2025.8193%2095.3919%2025.8111%2095.6556%2025.8111C95.9193%2025.7946%2096.1747%2025.7781%2096.422%2025.7616V26.9236H91.1314V26.0336ZM93.6531%2011.9419C93.274%2011.9419%2092.9444%2011.7935%2092.6642%2011.4969C92.384%2011.2002%2092.2439%2010.8294%2092.2439%2010.3844C92.2439%209.95585%2092.384%209.59325%2092.6642%209.29659C92.9608%208.98344%2093.2987%208.82686%2093.6778%208.82686C94.0733%208.82686%2094.403%208.98344%2094.6667%209.29659C94.9469%209.59325%2095.087%209.95585%2095.087%2010.3844C95.087%2010.8294%2094.9469%2011.2002%2094.6667%2011.4969C94.3865%2011.7935%2094.0486%2011.9419%2093.6531%2011.9419ZM103.432%2027.3191C102.427%2027.3191%20101.52%2027.0719%20100.713%2026.5775C99.9217%2026.0665%2099.2954%2025.3414%2098.8339%2024.4019C98.3725%2023.4625%2098.1417%2022.3582%2098.1417%2021.0891C98.1417%2019.7376%2098.4137%2018.5427%2098.9575%2017.5044C99.5014%2016.4661%20100.251%2015.6502%20101.207%2015.0569C102.163%2014.4635%20103.251%2014.1669%20104.471%2014.1669C104.998%2014.1669%20105.509%2014.2328%20106.003%2014.3647C106.514%2014.4965%20106.926%2014.6448%20107.24%2014.8097V11.7194C107.24%2011.4721%20107.24%2011.2167%20107.24%2010.953C107.256%2010.6728%20107.281%2010.3596%20107.314%2010.0135C107.033%2010.03%20106.737%2010.0465%20106.424%2010.063C106.127%2010.0795%20105.839%2010.0959%20105.558%2010.1124V8.95047C106.3%208.95047%20106.877%208.91751%20107.289%208.85159C107.701%208.76918%20108.014%208.67853%20108.228%208.57964C108.459%208.48075%20108.632%208.37362%20108.748%208.25825H109.588V24.0805C109.588%2024.3277%20109.58%2024.5997%20109.563%2024.8964C109.547%2025.193%20109.522%2025.5062%20109.489%2025.8358C109.769%2025.8193%20110.058%2025.8028%20110.355%2025.7864C110.651%2025.7699%20110.94%2025.7534%20111.22%2025.7369V26.9236H107.487C107.437%2026.6928%20107.396%2026.4786%20107.363%2026.2808C107.347%2026.0665%20107.33%2025.8605%20107.314%2025.6627C106.836%2026.1902%20106.267%2026.6022%20105.608%2026.8989C104.949%2027.179%20104.223%2027.3191%20103.432%2027.3191ZM104.396%2025.9347C104.907%2025.9347%20105.427%2025.7864%20105.954%2025.4897C106.481%2025.193%20106.91%2024.8222%20107.24%2024.3772C107.223%2024.1629%20107.215%2023.9487%20107.215%2023.7344C107.215%2023.5037%20107.215%2023.2564%20107.215%2022.9927L107.24%2016.0705C106.877%2015.8068%20106.473%2015.609%20106.028%2015.4772C105.583%2015.3453%20105.13%2015.2794%20104.668%2015.2794C103.844%2015.2794%20103.144%2015.5184%20102.567%2015.9963C101.99%2016.4743%20101.553%2017.1336%20101.257%2017.9741C100.977%2018.7982%20100.853%2019.7541%20100.886%2020.8419C100.902%2021.7978%20101.042%2022.6631%20101.306%2023.4377C101.586%2024.1959%20101.982%2024.8057%20102.493%2025.2672C103.004%2025.7122%20103.638%2025.9347%20104.396%2025.9347ZM118.912%2027.3191C117.759%2027.3191%20116.72%2027.0554%20115.797%2026.528C114.891%2025.9841%20114.174%2025.226%20113.646%2024.2536C113.119%2023.2647%20112.855%2022.1027%20112.855%2020.7677C112.855%2019.614%20113.111%2018.5345%20113.622%2017.5291C114.149%2016.5237%20114.883%2015.7161%20115.822%2015.1063C116.761%2014.48%20117.849%2014.1669%20119.085%2014.1669C119.778%2014.1669%20120.429%2014.274%20121.038%2014.4883C121.648%2014.7025%20122.192%2015.0404%20122.67%2015.5019C123.148%2015.9469%20123.519%2016.5237%20123.783%2017.2324C124.063%2017.9412%20124.203%2018.7735%20124.203%2019.7294L115.6%2019.8777C115.6%2021.0809%20115.731%2022.1357%20115.995%2023.0422C116.259%2023.9487%20116.687%2024.6574%20117.281%2025.1683C117.874%2025.6627%20118.64%2025.91%20119.58%2025.91C120.058%2025.91%20120.552%2025.8276%20121.063%2025.6627C121.574%2025.4815%20122.06%2025.2425%20122.522%2024.9458C122.983%2024.6327%20123.362%2024.2783%20123.659%2023.8827L124.326%2024.4761C123.865%2025.1848%20123.313%2025.7534%20122.67%2026.1819C122.044%2026.594%20121.401%2026.8824%20120.742%2027.0472C120.082%2027.2285%20119.473%2027.3191%20118.912%2027.3191ZM115.674%2018.7405H121.681C121.681%2018.1307%20121.591%2017.5621%20121.409%2017.0347C121.244%2016.5073%20120.972%2016.0787%20120.593%2015.7491C120.214%2015.4195%20119.72%2015.2547%20119.11%2015.2547C118.204%2015.2547%20117.445%2015.5348%20116.836%2016.0952C116.242%2016.6556%20115.855%2017.5374%20115.674%2018.7405ZM126.243%2026.9236V26.0336C126.754%2026.0336%20127.108%2025.9182%20127.306%2025.6875C127.504%2025.4402%20127.619%2025.1024%20127.652%2024.6739C127.685%2024.2289%20127.701%2023.7262%20127.701%2023.1658L127.726%2017.7763C127.726%2017.5126%20127.726%2017.2407%20127.726%2016.9605C127.743%2016.6638%20127.776%2016.3672%20127.825%2016.0705C127.545%2016.087%20127.248%2016.1035%20126.935%2016.1199C126.638%2016.1364%20126.35%2016.1529%20126.07%2016.1694V15.0074C126.811%2015.0074%20127.38%2014.9745%20127.776%2014.9085C128.171%2014.8261%20128.468%2014.7355%20128.666%2014.6366C128.88%2014.5377%20129.045%2014.4306%20129.16%2014.3152H129.951C129.968%2014.4471%20129.976%2014.5872%20129.976%2014.7355C129.992%2014.8673%20130.009%2015.0157%20130.025%2015.1805C130.042%2015.3453%20130.05%2015.5431%20130.05%2015.7738C130.413%2015.4772%20130.808%2015.2052%20131.237%2014.958C131.682%2014.7108%20132.143%2014.5212%20132.621%2014.3894C133.099%2014.241%20133.561%2014.1669%20134.006%2014.1669C135.456%2014.1669%20136.503%2014.6119%20137.145%2015.5019C137.805%2016.3919%20138.134%2017.7846%20138.134%2019.68V24.0805C138.134%2024.3937%20138.126%2024.6903%20138.11%2024.9705C138.11%2025.2507%20138.085%2025.5391%20138.035%2025.8358C138.316%2025.8193%20138.588%2025.8111%20138.851%2025.8111C139.115%2025.7946%20139.37%2025.7781%20139.618%2025.7616V26.9236H134.327V26.0336C134.821%2026.0336%20135.168%2025.9182%20135.365%2025.6875C135.58%2025.4402%20135.703%2025.1024%20135.736%2024.6739C135.769%2024.2289%20135.786%2023.7262%20135.786%2023.1658V19.68C135.769%2018.3285%20135.547%2017.3066%20135.118%2016.6144C134.69%2015.9222%20134.014%2015.5843%20133.091%2015.6008C132.531%2015.6173%20131.978%2015.7656%20131.435%2016.0458C130.891%2016.3095%20130.437%2016.6556%20130.075%2017.0841C130.091%2017.2324%20130.1%2017.3973%20130.1%2017.5786C130.1%2017.7599%20130.1%2017.9412%20130.1%2018.1224L130.075%2024.0805C130.075%2024.3937%20130.067%2024.6903%20130.05%2024.9705C130.05%2025.2507%20130.025%2025.5391%20129.976%2025.8358C130.24%2025.8193%20130.503%2025.8111%20130.767%2025.8111C131.031%2025.7946%20131.286%2025.7781%20131.533%2025.7616V26.9236H126.243ZM147.326%2027.3191C146.222%2027.3191%20145.2%2027.0719%20144.261%2026.5775C143.338%2026.0665%20142.596%2025.3414%20142.036%2024.4019C141.492%2023.446%20141.22%2022.3005%20141.22%2020.9655C141.22%2020.092%20141.376%2019.2514%20141.689%2018.4438C142.003%2017.6362%20142.439%2016.9111%20143%2016.2683C143.577%2015.6255%20144.261%2015.1146%20145.052%2014.7355C145.843%2014.3564%20146.716%2014.1669%20147.672%2014.1669C148.612%2014.1669%20149.428%2014.3152%20150.12%2014.6119C150.812%2014.8921%20151.339%2015.2711%20151.702%2015.7491C152.081%2016.2106%20152.271%2016.7133%20152.271%2017.2572C152.271%2017.6527%20152.163%2017.9906%20151.949%2018.2708C151.735%2018.5345%20151.43%2018.6663%20151.034%2018.6663C150.589%2018.6828%20150.268%2018.551%20150.07%2018.2708C149.889%2017.9741%20149.798%2017.7104%20149.798%2017.4797C149.798%2017.3149%20149.823%2017.1418%20149.873%2016.9605C149.922%2016.7792%20150.021%2016.6144%20150.169%2016.4661C150.037%2016.1035%20149.815%2015.8315%20149.502%2015.6502C149.189%2015.4689%20148.859%2015.3536%20148.513%2015.3041C148.183%2015.2382%20147.911%2015.2135%20147.697%2015.2299C146.642%2015.2299%20145.752%2015.6667%20145.027%2016.5402C144.302%2017.4137%20143.939%2018.6828%20143.939%2020.3475C143.939%2021.4023%20144.104%2022.35%20144.434%2023.1905C144.763%2024.0146%20145.233%2024.6656%20145.843%2025.1436C146.453%2025.6215%20147.178%2025.8688%20148.018%2025.8852C148.777%2025.8852%20149.502%2025.6875%20150.194%2025.2919C150.903%2024.8799%20151.463%2024.3772%20151.875%2023.7839L152.592%2024.3772C152.13%2025.1024%20151.595%2025.6792%20150.985%2026.1077C150.392%2026.5363%20149.774%2026.8412%20149.131%2027.0225C148.505%2027.2203%20147.903%2027.3191%20147.326%2027.3191ZM160.253%2027.3191C159.099%2027.3191%20158.061%2027.0554%20157.138%2026.528C156.231%2025.9841%20155.514%2025.226%20154.987%2024.2536C154.459%2023.2647%20154.196%2022.1027%20154.196%2020.7677C154.196%2019.614%20154.451%2018.5345%20154.962%2017.5291C155.489%2016.5237%20156.223%2015.7161%20157.162%2015.1063C158.102%2014.48%20159.19%2014.1669%20160.426%2014.1669C161.118%2014.1669%20161.769%2014.274%20162.379%2014.4883C162.989%2014.7025%20163.532%2015.0404%20164.01%2015.5019C164.488%2015.9469%20164.859%2016.5237%20165.123%2017.2324C165.403%2017.9412%20165.543%2018.7735%20165.543%2019.7294L156.94%2019.8777C156.94%2021.0809%20157.072%2022.1357%20157.335%2023.0422C157.599%2023.9487%20158.028%2024.6574%20158.621%2025.1683C159.214%2025.6627%20159.981%2025.91%20160.92%2025.91C161.398%2025.91%20161.893%2025.8276%20162.403%2025.6627C162.914%2025.4815%20163.401%2025.2425%20163.862%2024.9458C164.324%2024.6327%20164.703%2024.2783%20164.999%2023.8827L165.667%2024.4761C165.205%2025.1848%20164.653%2025.7534%20164.01%2026.1819C163.384%2026.594%20162.741%2026.8824%20162.082%2027.0472C161.423%2027.2285%20160.813%2027.3191%20160.253%2027.3191ZM157.014%2018.7405H163.022C163.022%2018.1307%20162.931%2017.5621%20162.75%2017.0347C162.585%2016.5073%20162.313%2016.0787%20161.934%2015.7491C161.555%2015.4195%20161.06%2015.2547%20160.45%2015.2547C159.544%2015.2547%20158.786%2015.5348%20158.176%2016.0952C157.583%2016.6556%20157.195%2017.5374%20157.014%2018.7405Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%200.87)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M180.723%209.42187V6.53906H182.105C182.251%206.53906%20182.392%206.57422%20182.527%206.64453C182.665%206.71224%20182.779%206.8138%20182.867%206.94922C182.958%207.08203%20183.004%207.24609%20183.004%207.44141C183.004%207.63672%20182.957%207.80599%20182.863%207.94922C182.772%208.08984%20182.655%208.19792%20182.512%208.27344C182.371%208.34896%20182.225%208.38672%20182.074%208.38672H181.004V7.99219H181.941C182.074%207.99219%20182.193%207.94531%20182.297%207.85156C182.404%207.75521%20182.457%207.61849%20182.457%207.44141C182.457%207.25911%20182.404%207.12891%20182.297%207.05078C182.193%206.97266%20182.078%206.93359%20181.953%206.93359H181.227V9.42187H180.723ZM182.402%208.08203L183.121%209.42187H182.559L181.859%208.08203H182.402ZM181.781%2011.1406C181.349%2011.1406%20180.944%2011.0599%20180.566%2010.8984C180.189%2010.737%20179.857%2010.513%20179.57%2010.2266C179.284%209.9401%20179.06%209.60807%20178.898%209.23047C178.737%208.85286%20178.656%208.44792%20178.656%208.01562C178.656%207.58333%20178.737%207.17839%20178.898%206.80078C179.06%206.42318%20179.284%206.09115%20179.57%205.80469C179.857%205.51823%20180.189%205.29427%20180.566%205.13281C180.944%204.97135%20181.349%204.89062%20181.781%204.89062C182.214%204.89062%20182.618%204.97135%20182.996%205.13281C183.374%205.29427%20183.706%205.51823%20183.992%205.80469C184.279%206.09115%20184.503%206.42318%20184.664%206.80078C184.826%207.17839%20184.906%207.58333%20184.906%208.01562C184.906%208.44792%20184.826%208.85286%20184.664%209.23047C184.503%209.60807%20184.279%209.9401%20183.992%2010.2266C183.706%2010.513%20183.374%2010.737%20182.996%2010.8984C182.618%2011.0599%20182.214%2011.1406%20181.781%2011.1406ZM181.781%2010.5586C182.25%2010.5586%20182.676%2010.444%20183.059%2010.2148C183.444%209.98568%20183.751%209.67969%20183.98%209.29687C184.21%208.91146%20184.324%208.48437%20184.324%208.01562C184.324%207.54687%20184.21%207.12109%20183.98%206.73828C183.751%206.35286%20183.444%206.04557%20183.059%205.81641C182.676%205.58724%20182.25%205.47266%20181.781%205.47266C181.312%205.47266%20180.885%205.58724%20180.5%205.81641C180.117%206.04557%20179.811%206.35286%20179.582%206.73828C179.353%207.12109%20179.238%207.54687%20179.238%208.01562C179.238%208.48437%20179.353%208.91146%20179.582%209.29687C179.811%209.67969%20180.117%209.98568%20180.5%2010.2148C180.885%2010.444%20181.312%2010.5586%20181.781%2010.5586Z%22%20fill%3D%22%23E9714C%22%20style%3D%22fill%3A%20rgb(233%2C%20113%2C%2076)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M152.461%2030C155.255%2033.0741%20159.26%2035%20163.709%2035C172.154%2035%20179%2028.0604%20179%2019.5C179%2010.9396%20172.154%204%20163.709%204C158.36%204%20153.653%206.78378%20150.92%2011%22%20stroke%3D%22%23E9714C%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(233%2C%20113%2C%2076)%20!important%3B%20stroke-width%3A%202px%20!important%3B%20stroke-linecap%3A%20round%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.openevidence.com/favicon.ico",
    "ogImage": "https://www.openevidence.com/open-evidence-logo.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #5 because it is located in the header, matches the brand name 'OpenEvidence', and links to the homepage.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Sign Up",
      "reasoning": "Button #1 has a vibrant brand color (#E4643D) and action-oriented text 'Sign Up', making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Subscribe",
      "reasoning": "Button #2 has a transparent background with a border, making it a suitable secondary button with a different color group than the primary."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals"
  },
  "designSystem": {
    "framework": "material",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 5,
        "selectedLogoReasoning": "Selected #5 because it is located in the header, matches the brand name 'OpenEvidence', and links to the homepage.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles