Home · Branding · DeepJudge

DeepJudge Brand Identity

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

Download JSON
Primary
#1863DC
Accent
#CBC1F1
Body Font
Suisse Intl
Heading
Suisse Works

Color Palette

Brand palette extracted from https://www.deepjudge.ai/.

primary
#1863DC
rgb(24, 99, 220)
secondary
#9478FC
rgb(148, 120, 252)
accent
#CBC1F1
rgb(203, 193, 241)
background
#EDE9E5
rgb(237, 233, 229)
textPrimary
#1A1A1A
rgb(26, 26, 26)
link
#CBC1F1
rgb(203, 193, 241)

Typography

Each font links to its Google Fonts page where available.

primary
Suisse Intl
Suisse Intl Google Fonts →
heading
Suisse Works
Suisse Works Google Fonts →
Suisse Works, Georgia, 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

DeepJudge logo
Logo
DeepJudge favicon
Favicon
DeepJudge social image
Social Card

UI Components

Live previews rendered using DeepJudge's actual button styles.

input
background #E4DED8 textColor #242422 borderColor null borderRadius 4px shadow none
buttonPrimary
background #000000 textColor #FFFFFF borderRadius 4px shadow none
buttonSecondary
background #FFFFFF textColor #1A1A1A borderRadius 4px shadow none

Brand Personality

Tone: professional Energy: medium Audience: legal professionals

DeepJudge Brand in the Wild

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

Frequently Asked Questions

What is DeepJudge's primary brand color?

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

What accent color does DeepJudge use?

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

What font does DeepJudge use?

DeepJudge uses Suisse Intl for body text and Suisse Works for headings. Fonts were detected on https://www.deepjudge.ai/ as part of their live design system.

Does DeepJudge use a light or dark theme?

DeepJudge's primary site uses a light color scheme, with a background of #EDE9E5.

Where can I find DeepJudge's logo?

DeepJudge's logo is available directly on their site (https://www.deepjudge.ai/). 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.deepjudge.ai/ 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 DeepJudge.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Suisse Intl",
      "role": "body"
    },
    {
      "family": "Suisse Works",
      "role": "heading"
    },
    {
      "family": "Georgia",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#1863DC",
    "secondary": "#9478FC",
    "accent": "#CBC1F1",
    "background": "#EDE9E5",
    "textPrimary": "#1A1A1A",
    "link": "#CBC1F1"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Suisse Intl",
      "heading": "Suisse Works"
    },
    "fontStacks": {
      "heading": [
        "Suisse Works",
        "Georgia",
        "sans-serif"
      ],
      "body": [
        "Suisse Intl",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Suisse Intl",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "96px",
      "h2": "64px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#E4DED8",
      "textColor": "#242422",
      "borderColor": null,
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#1A1A1A",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20viewBox%3D%220%200%2093%2020%22%20fill%3D%22none%22%20class%3D%22brand--img%22%20data-fc-idx%3D%220%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1811_81)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M24.8198%203.61102H27.9327C28.9284%203.61102%2029.7986%203.81575%2030.543%204.22522C31.2875%204.63468%2031.8598%205.207%2032.26%205.94218C32.6601%206.67736%2032.8602%207.52884%2032.8602%208.49667C32.8602%209.4552%2032.6601%2010.3067%2032.26%2011.0512C31.8598%2011.7863%2031.2875%2012.3587%2030.543%2012.7681C29.7986%2013.1776%2028.9284%2013.3823%2027.9327%2013.3823H24.8198V3.61102ZM27.9327%2011.9864C28.9843%2011.9864%2029.7939%2011.6747%2030.3616%2011.0512C30.9292%2010.4183%2031.2131%209.56687%2031.2131%208.49667C31.2131%207.42647%2030.9292%206.57964%2030.3616%205.95614C29.7939%205.32333%2028.9843%205.00692%2027.9327%205.00692H26.4251V11.9864H27.9327Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M33.5687%209.82277C33.5687%209.08761%2033.713%208.44548%2034.0014%207.89641C34.2992%207.33808%2034.7087%206.90998%2035.2298%206.61221C35.7603%206.3051%2036.3652%206.15155%2037.0445%206.15155C37.7332%206.15155%2038.338%206.29114%2038.8592%206.57033C39.3896%206.8495%2039.8037%207.24501%2040.1015%207.75684C40.4086%208.26868%2040.5668%208.86889%2040.5761%209.55756C40.5761%209.74366%2040.5622%209.93444%2040.5342%2010.1299H35.1461V10.2136C35.1833%2010.8371%2035.3787%2011.3303%2035.7324%2011.6933C36.086%2012.0562%2036.5559%2012.2377%2037.1422%2012.2377C37.6075%2012.2377%2037.9984%2012.1307%2038.3148%2011.9166C38.6312%2011.6933%2038.8405%2011.3815%2038.9429%2010.9814H40.4505C40.3202%2011.7072%2039.9666%2012.3028%2039.3896%2012.7681C38.8219%2013.2334%2038.11%2013.4661%2037.2539%2013.4661C36.5094%2013.4661%2035.858%2013.3172%2035.2996%2013.0194C34.7506%2012.7123%2034.3225%2012.2842%2034.0154%2011.7352C33.7176%2011.1861%2033.5687%2010.5486%2033.5687%209.82277ZM39.0406%209.02709C38.9755%208.50596%2038.7661%208.10114%2038.4125%207.81268C38.0682%207.51488%2037.6308%207.36598%2037.1003%207.36598C36.6071%207.36598%2036.1791%207.51953%2035.8161%207.82663C35.4625%208.12443%2035.2578%208.52459%2035.2019%209.02709H39.0406Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M41.2507%209.82277C41.2507%209.08761%2041.3949%208.44548%2041.6834%207.89641C41.9812%207.33808%2042.3907%206.90998%2042.9118%206.61221C43.4423%206.3051%2044.0472%206.15155%2044.7265%206.15155C45.4152%206.15155%2046.02%206.29114%2046.5412%206.57033C47.0716%206.8495%2047.4857%207.24501%2047.7835%207.75684C48.0906%208.26868%2048.2488%208.86889%2048.2581%209.55756C48.2581%209.74366%2048.2441%209.93444%2048.2162%2010.1299H42.8281V10.2136C42.8653%2010.8371%2043.0607%2011.3303%2043.4144%2011.6933C43.768%2012.0562%2044.2379%2012.2377%2044.8242%2012.2377C45.2895%2012.2377%2045.6804%2012.1307%2045.9968%2011.9166C46.3132%2011.6933%2046.5226%2011.3815%2046.6249%2010.9814H48.1325C48.0022%2011.7072%2047.6486%2012.3028%2047.0716%2012.7681C46.5039%2013.2334%2045.792%2013.4661%2044.9359%2013.4661C44.1914%2013.4661%2043.54%2013.3172%2042.9816%2013.0194C42.4326%2012.7123%2042.0045%2012.2842%2041.6974%2011.7352C41.3996%2011.1861%2041.2507%2010.5486%2041.2507%209.82277ZM46.7226%209.02709C46.6575%208.50596%2046.4481%208.10114%2046.0945%207.81268C45.7501%207.51488%2045.3128%207.36598%2044.7823%207.36598C44.2891%207.36598%2043.861%207.51953%2043.4981%207.82663C43.1445%208.12443%2042.9397%208.52459%2042.8839%209.02709H46.7226Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M53.0223%206.15155C53.6737%206.15155%2054.2554%206.30045%2054.7672%206.59823C55.279%206.88673%2055.6792%207.31015%2055.9675%207.86851C56.2561%208.41757%2056.4003%209.06433%2056.4003%209.80882C56.4003%2010.5347%2056.2561%2011.1768%2055.9675%2011.7352C55.6792%2012.2842%2055.279%2012.7123%2054.7672%2013.0194C54.2554%2013.3172%2053.6737%2013.4661%2053.0223%2013.4661C52.4919%2013.4661%2052.0312%2013.3684%2051.6404%2013.1729C51.2495%2012.9775%2050.9377%2012.7123%2050.7051%2012.3773V16.1741H49.1975V6.2353H50.5097L50.6912%207.29619C51.2681%206.5331%2052.0452%206.15155%2053.0223%206.15155ZM52.771%2012.1958C53.3945%2012.1958%2053.8971%2011.9725%2054.2786%2011.5258C54.6695%2011.0791%2054.8649%2010.5068%2054.8649%209.80882C54.8649%209.10156%2054.6695%208.52924%2054.2786%208.09184C53.8971%207.65448%2053.3945%207.43579%2052.771%207.43579C52.1475%207.43579%2051.645%207.65448%2051.2635%208.09184C50.8819%208.51994%2050.6912%209.08296%2050.6912%209.78089C50.6912%2010.4975%2050.8819%2011.0791%2051.2635%2011.5258C51.645%2011.9725%2052.1475%2012.1958%2052.771%2012.1958Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M60.8748%203.61102V10.9535C60.8748%2011.7352%2060.6609%2012.3354%2060.2328%2012.7542C59.8139%2013.1729%2059.2138%2013.3823%2058.4319%2013.3823H56.9246V11.9445H58.0692C58.488%2011.9445%2058.7903%2011.8468%2058.9766%2011.6514C59.1719%2011.456%2059.2696%2011.1442%2059.2696%2010.7161V3.61102H60.8748Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M68.6372%206.23529V13.3823H67.3113L67.1439%2012.475C66.6042%2013.1357%2065.8688%2013.4661%2064.9382%2013.4661C64.1008%2013.4661%2063.4213%2013.2055%2062.9001%2012.6843C62.379%2012.1632%2062.1186%2011.3257%2062.1186%2010.1717V6.23529H63.6262V10.0182C63.6262%2010.7161%2063.7657%2011.2466%2064.045%2011.6095C64.324%2011.9725%2064.7382%2012.1539%2065.2872%2012.1539C65.8642%2012.1539%2066.3155%2011.9445%2066.6414%2011.5258C66.9669%2011.0977%2067.13%2010.516%2067.13%209.78088V6.23529H68.6372Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M76.7816%203.61102V13.3823H75.4693L75.2879%2012.3075C74.7203%2013.0799%2073.9431%2013.4661%2072.9566%2013.4661C72.3053%2013.4661%2071.7237%2013.3218%2071.2119%2013.0333C70.7%2012.7355%2070.2998%2012.3121%2070.0112%2011.7631C69.7229%2011.2047%2069.5787%2010.5533%2069.5787%209.80883C69.5787%209.08297%2069.7229%208.44549%2070.0112%207.89642C70.3091%207.33809%2070.714%206.90999%2071.2258%206.61222C71.7376%206.30511%2072.3146%206.15156%2072.9566%206.15156C73.4777%206.15156%2073.9338%206.24927%2074.3247%206.4447C74.7156%206.63082%2075.0318%206.89139%2075.274%207.22639V3.61102H76.7816ZM73.208%2012.1958C73.8315%2012.1958%2074.334%2011.9771%2074.7156%2011.5397C75.0969%2011.1024%2075.2879%2010.5347%2075.2879%209.83673C75.2879%209.12017%2075.0969%208.5432%2074.7156%208.10584C74.334%207.65914%2073.8315%207.4358%2073.208%207.4358C72.5843%207.4358%2072.0818%207.65914%2071.7004%208.10584C71.3188%208.5432%2071.1282%209.11087%2071.1282%209.80883C71.1282%2010.5161%2071.3188%2011.0931%2071.7004%2011.5397C72.0818%2011.9771%2072.5843%2012.1958%2073.208%2012.1958Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M84.9134%206.2353V13.0892C84.9134%2014.0942%2084.6155%2014.8713%2084.02%2015.4203C83.4244%2015.9787%2082.5031%2016.2579%2081.2562%2016.2579C80.2883%2016.2579%2079.5018%2016.0392%2078.897%2015.6018C78.2922%2015.1737%2077.957%2014.5642%2077.8919%2013.7732H79.4274C79.5204%2014.1733%2079.7346%2014.4804%2080.0695%2014.6944C80.4046%2014.9178%2080.8374%2015.0295%2081.3678%2015.0295C82.7356%2015.0295%2083.4198%2014.3641%2083.4198%2013.0333V12.2377C82.8986%2013.0194%2082.1214%2013.4102%2081.0885%2013.4102C80.4371%2013.4102%2079.8556%2013.266%2079.3437%2012.9775C78.8319%2012.6797%2078.4317%2012.2609%2078.1433%2011.7212C77.8547%2011.1721%2077.7106%2010.5254%2077.7106%209.78089C77.7106%209.06432%2077.8547%208.43153%2078.1433%207.88246C78.441%207.33343%2078.8458%206.90998%2079.3577%206.61221C79.8695%206.3051%2080.4464%206.15155%2081.0885%206.15155C81.6282%206.15155%2082.0935%206.25857%2082.4845%206.47261C82.8754%206.68665%2083.1916%206.97979%2083.4337%207.35203L83.6011%206.2353H84.9134ZM81.3399%2012.14C81.9633%2012.14%2082.4659%2011.9259%2082.8475%2011.4978C83.2288%2011.0605%2083.4198%2010.4975%2083.4198%209.80882C83.4198%209.10156%2083.2288%208.52924%2082.8475%208.09184C82.4659%207.64518%2081.9633%207.42181%2081.3399%207.42181C80.7165%207.42181%2080.2139%207.64053%2079.8323%208.07789C79.4507%208.51526%2079.26%209.08296%2079.26%209.78089C79.26%2010.4789%2079.4507%2011.0465%2079.8323%2011.4839C80.2139%2011.9213%2080.7165%2012.14%2081.3399%2012.14Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M85.8419%209.82277C85.8419%209.08761%2085.9861%208.44548%2086.2747%207.89641C86.5723%207.33808%2086.9819%206.90998%2087.503%206.61221C88.0334%206.3051%2088.6383%206.15155%2089.3175%206.15155C90.0064%206.15155%2090.6112%206.29114%2091.1323%206.57033C91.6628%206.8495%2092.0769%207.24501%2092.3746%207.75684C92.6818%208.26868%2092.8399%208.86889%2092.8492%209.55756C92.8492%209.74366%2092.8352%209.93444%2092.8073%2010.1299H87.4193V10.2136C87.4565%2010.8371%2087.6518%2011.3303%2088.0055%2011.6933C88.3593%2012.0562%2088.8292%2012.2377%2089.4155%2012.2377C89.8808%2012.2377%2090.2714%2012.1307%2090.5879%2011.9166C90.9045%2011.6933%2091.1137%2011.3815%2091.216%2010.9814H92.7236C92.5934%2011.7072%2092.2397%2012.3028%2091.6628%2012.7681C91.0951%2013.2334%2090.3833%2013.4661%2089.5271%2013.4661C88.7824%2013.4661%2088.1311%2013.3172%2087.5728%2013.0194C87.0237%2012.7123%2086.5956%2012.2842%2086.2887%2011.7352C85.9908%2011.1861%2085.8419%2010.5486%2085.8419%209.82277ZM91.3137%209.02709C91.2486%208.50596%2091.0393%208.10114%2090.6856%207.81268C90.3412%207.51488%2089.9041%207.36598%2089.3736%207.36598C88.8804%207.36598%2088.4523%207.51953%2088.0892%207.82663C87.7355%208.12443%2087.5309%208.52459%2087.4751%209.02709H91.3137Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.216%208.36583C14.7844%208.63864%2016.0729%207.3548%2016.2342%205.77404C16.2737%205.38312%2016.4283%205.01268%2016.6785%204.70958C16.9287%204.40647%2017.2633%204.18431%2017.6399%204.0712C18.0165%203.95807%2018.4182%203.95906%2018.7943%204.07405C19.1704%204.18904%2019.5038%204.41285%2019.7527%204.71719C20.0014%205.02153%2020.1542%205.39273%2020.1919%205.78385C20.2296%206.17497%2020.1503%206.56845%2019.9642%206.91453C19.7779%207.26061%2019.4932%207.54376%2019.146%207.72816C18.7988%207.91256%2018.4045%207.98995%2018.0133%207.95052C16.4271%207.78933%2015.0129%208.94436%2014.8516%2010.5251C14.8142%2010.896%2014.673%2011.2489%2014.4443%2011.5434C14.2156%2011.8379%2013.9086%2012.062%2013.5583%2012.1904C13.208%2012.3188%2012.8287%2012.3463%2012.4637%2012.2694C12.0986%2012.1926%2011.7625%2012.0148%2011.4937%2011.7561C10.3513%2010.6527%208.53472%2010.5038%207.51554%2011.727C6.4963%2012.9462%206.9629%2014.706%208.25321%2015.6358C8.57221%2015.8656%208.81583%2016.1847%208.95327%2016.553C9.09071%2016.9211%209.11579%2017.3218%209.02536%2017.7042C8.93492%2018.0865%208.73301%2018.4335%208.44516%2018.7013C8.15733%2018.969%207.79647%2019.1454%207.40826%2019.2082C7.02004%2019.271%206.62188%2019.2174%206.26414%2019.0542C5.90639%2018.8909%205.60513%2018.6253%205.39843%2018.291C5.19175%2017.9567%205.08893%2017.5686%205.10295%2017.176C5.11699%2016.7833%205.24726%2016.4036%205.47728%2016.0849C6.40772%2014.7957%206.11532%2012.993%204.82501%2012.0632C4.52243%2011.8451%204.28736%2011.5464%204.14666%2011.2011C4.00597%2010.8559%203.96533%2010.4781%204.02938%2010.1108C4.09343%209.74361%204.25959%209.40181%204.50888%209.12449C4.75816%208.84717%205.0805%208.64553%205.43908%208.5426C6.96623%208.10479%208.00007%206.60315%207.45098%205.11115C6.90587%203.61908%205.14685%203.14715%203.69529%203.79816C3.33665%203.95959%202.93813%204.0111%202.55016%203.94619C2.16218%203.88128%201.80219%203.70286%201.51571%203.4335C1.22922%203.16414%201.02913%202.81595%200.940744%202.43296C0.852353%202.04998%200.879636%201.64942%201.01914%201.28196C1.15865%200.914499%201.40411%200.596641%201.72447%200.368605C2.04483%200.14057%202.4257%200.0125991%202.81889%200.000883077C3.21209%20-0.0108318%203.59993%200.0942334%203.93338%200.302788C4.26681%200.511343%204.53086%200.814017%204.6921%201.17252C5.34375%202.61889%207.05438%203.26659%208.50593%202.61558C8.846%202.46331%209.22206%202.40959%209.59124%202.46056C9.96041%202.51151%2010.3078%202.66511%2010.5939%202.9038C10.8799%203.1425%2011.0931%203.45669%2011.209%203.81057C11.325%204.16444%2011.3391%204.54375%2011.2498%204.90522C10.8651%206.45039%2011.6477%208.09304%2013.216%208.36583ZM11.2034%208.36758C11.2124%208.84699%2011.0304%209.31032%2010.6975%209.65565C10.3646%2010.001%209.90797%2010.2%209.42813%2010.2089C8.94831%2010.2179%208.48456%2010.036%208.1389%209.70334C7.79325%209.37067%207.594%208.91445%207.585%208.43504C7.57599%207.95564%207.75796%207.49231%208.09089%207.14698C8.42381%206.80166%208.88042%206.60265%209.36025%206.59369C9.84008%206.58475%2010.3038%206.76661%2010.6495%207.09929C10.9951%207.43196%2011.1944%207.88818%2011.2034%208.36758Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/67bdd03200678df04ba07593/68010a5ca6760aeae5cf6e74_Profile%20Photo%2001%20-%20Optical%20Adjustmet.png",
    "ogImage": "https://cdn.prod.website-files.com/67bdd03200678df04ba07593/67d45178862f7a080de6a4d2_Open%20Graph%20Image%20from%20TinyPNG.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which aligns with the brand 'DeepJudge'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Submit demo request",
      "reasoning": "Button #0 ('Submit demo request') is the primary CTA due to its action-oriented text and dark background color, which stands out against the page's light theme."
    },
    "secondary": {
      "index": 1,
      "text": "book a demo",
      "reasoning": "Button #1 ('book a demo') is selected as secondary because it has a different background color (white) and offers a related action to the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "legal professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which aligns with the brand 'DeepJudge'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles