Home · Branding · Hydra

Hydra Brand Identity

A complete profile of Hydra's visual system — colors, typography, components, and personality — extracted from https://hydra.so. Built for designers, agents, and AI tools.

Download JSON
Primary
#FC7D1D
Accent
#FC7D1D
Body Font
Work Sans
Heading
Space Grotesk

Color Palette

Brand palette extracted from https://hydra.so.

primary
#FC7D1D
rgb(252, 125, 29)
secondary
#894817
rgb(137, 72, 23)
accent
#FC7D1D
rgb(252, 125, 29)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#3898EC
rgb(56, 152, 236)

Typography

Each font links to its Google Fonts page where available.

primary
Work Sans
heading
Space Grotesk
Space Grotesk Google Fonts →
Verdana, Geneva, 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

Hydra logo
Logo
Hydra favicon
Favicon
Hydra social image
Social Card

UI Components

Live previews rendered using Hydra's actual button styles.

buttonPrimary
background #FFFFFF textColor #000000 borderColor #000000 borderRadius 1920px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #323232 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: developers and tech professionals

Hydra Brand in the Wild

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

Frequently Asked Questions

What is Hydra's primary brand color?

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

What font does Hydra use?

Hydra uses Work Sans for body text and Space Grotesk for headings. Fonts were detected on https://hydra.so as part of their live design system.

Does Hydra use a light or dark theme?

Hydra's primary site uses a dark color scheme, with a background of #000000.

Where can I find Hydra's logo?

Hydra's logo is available directly on their site (https://hydra.so). 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://hydra.so 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 Hydra.

Methodology

Brand data on this page was extracted from https://hydra.so 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 Hydra.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Work Sans",
      "role": "body"
    },
    {
      "family": "Space Grotesk",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FC7D1D",
    "secondary": "#894817",
    "accent": "#FC7D1D",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Work Sans",
      "heading": "Space Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Verdana",
        "Geneva",
        "sans-serif"
      ],
      "body": [
        "Work Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Work Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "20px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "1920px",
      "borderRadiusCorners": {
        "topLeft": "1920px",
        "topRight": "1920px",
        "bottomRight": "1920px",
        "bottomLeft": "1920px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#323232",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%201290%20310%22%20width%3D%221290%22%20height%3D%22310%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20style%3D%22width%3A%20100%25%3B%20height%3A%20100%25%3B%20transform%3A%20translate3d(0px%2C%200px%2C%200px)%3B%20content-visibility%3A%20visible%3B%22%20data-fc-idx%3D%220%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22__lottie_element_87%22%3E%3Crect%20width%3D%221290%22%20height%3D%22310%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_87)%22%3E%3Cg%20transform%3D%22matrix(1.0000065565109253%2C0%2C0%2C1.0000065565109253%2C-135.0072784423828%2C-95.00186920166016)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M1327.18%2C260.13%20C1327.18%2C260.13%201350.14%2C208.68%201350.14%2C208.68%20C1350.14%2C208.68%201373.18%2C260.13%201373.18%2C260.13%20C1373.18%2C260.13%201327.18%2C260.13%201327.18%2C260.13z%20M1363.83%2C182.77%20C1363.83%2C182.77%201336.37%2C182.77%201336.37%2C182.77%20C1336.37%2C182.77%201278.66%2C307.72%201278.66%2C307.72%20C1278.66%2C307.72%201305.95%2C307.72%201305.95%2C307.72%20C1305.95%2C307.72%201318.64%2C279.28%201318.64%2C279.28%20C1318.64%2C279.28%201381.76%2C279.28%201381.76%2C279.28%20C1381.76%2C279.28%201394.49%2C307.72%201394.49%2C307.72%20C1394.49%2C307.72%201422.04%2C307.72%201422.04%2C307.72%20C1422.04%2C307.72%201363.83%2C182.77%201363.83%2C182.77z%20M1212.74%2C241.36%20C1212.74%2C241.36%201154.68%2C241.36%201154.68%2C241.36%20C1154.68%2C241.36%201154.68%2C205.07%201154.68%2C205.07%20C1154.68%2C205.07%201212.74%2C205.07%201212.74%2C205.07%20C1225.65%2C205.07%201234.67%2C210.72%201234.58%2C222.13%20C1234.49%2C234.12%201225.56%2C241.36%201212.74%2C241.36%20M1259.86%2C220.62%20C1259.86%2C194.33%201241.11%2C182.77%201212.74%2C182.77%20C1212.74%2C182.77%201129.4%2C182.77%201129.4%2C182.77%20C1129.4%2C182.77%201129.4%2C307.73%201129.4%2C307.73%20C1129.4%2C307.73%201154.68%2C307.73%201154.68%2C307.73%20C1154.68%2C307.73%201154.68%2C260.51%201154.68%2C260.51%20C1154.68%2C260.51%201201.11%2C260.62%201201.11%2C260.62%20C1221.05%2C260.62%201231.88%2C264.46%201231.92%2C278.71%20C1231.92%2C278.71%201232.01%2C307.73%201232.01%2C307.73%20C1232.01%2C307.73%201257.21%2C307.73%201257.21%2C307.73%20C1257.21%2C307.73%201257.21%2C277.94%201257.21%2C277.94%20C1257.21%2C260.27%201248.03%2C254.89%201228.89%2C253.32%20C1246.48%2C250.35%201259.86%2C241.75%201259.86%2C220.62%20M1028.35%2C285.43%20C1028.35%2C285.43%20983.95%2C285.43%20983.95%2C285.43%20C983.95%2C285.43%20983.95%2C205.07%20983.95%2C205.07%20C983.95%2C205.07%201028.35%2C205.07%201028.35%2C205.07%20C1064.67%2C205.07%201075.2%2C223.68%201075.2%2C244.85%20C1075.2%2C266.02%201064.67%2C285.43%201028.35%2C285.43%20M1028.95%2C182.77%20C1028.95%2C182.77%20958.67%2C182.77%20958.67%2C182.77%20C958.67%2C182.77%20958.67%2C307.72%20958.67%2C307.72%20C958.67%2C307.72%201028.95%2C307.72%201028.95%2C307.72%20C1081.76%2C307.72%201100.95%2C277.97%201100.95%2C244.85%20C1100.95%2C211.73%201084.26%2C182.77%201028.95%2C182.77%20M870.31%2C244.88%20C870.31%2C244.88%20832.56%2C182.77%20832.56%2C182.77%20C832.56%2C182.77%20803.31%2C182.77%20803.31%2C182.77%20C803.31%2C182.77%20857.37%2C268.33%20857.37%2C268.33%20C857.37%2C268.33%20857.37%2C307.73%20857.37%2C307.73%20C857.37%2C307.73%20882.65%2C307.73%20882.65%2C307.73%20C882.65%2C307.73%20882.65%2C268.33%20882.65%2C268.33%20C882.65%2C268.33%20936.72%2C182.77%20936.72%2C182.77%20C936.72%2C182.77%20907.46%2C182.77%20907.46%2C182.77%20C907.46%2C182.77%20870.31%2C244.88%20870.31%2C244.88z%20M756.07%2C235.67%20C756.07%2C235.67%20665.86%2C235.67%20665.86%2C235.67%20C665.86%2C235.67%20665.86%2C182.77%20665.86%2C182.77%20C665.86%2C182.77%20640.58%2C182.77%20640.58%2C182.77%20C640.58%2C182.77%20640.58%2C307.73%20640.58%2C307.73%20C640.58%2C307.73%20665.86%2C307.73%20665.86%2C307.73%20C665.86%2C307.73%20665.86%2C254.82%20665.86%2C254.82%20C665.86%2C254.82%20756.07%2C254.82%20756.07%2C254.82%20C756.07%2C254.82%20756.07%2C307.73%20756.07%2C307.73%20C756.07%2C307.73%20781.35%2C307.73%20781.35%2C307.73%20C781.35%2C307.73%20781.35%2C182.77%20781.35%2C182.77%20C781.35%2C182.77%20756.07%2C182.77%20756.07%2C182.77%20C756.07%2C182.77%20756.07%2C235.67%20756.07%2C235.67z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1.4199999570846558%2C0%2C0%2C1.4199999570846558%2C669.68798828125%2C297.21099853515625)%22%20style%3D%22opacity%3A%201%20!important%3B%22%2F%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1.4199999570846558%2C0%2C0%2C1.4199999570846558%2C669.68798828125%2C297.21099853515625)%22%20style%3D%22opacity%3A%201%20!important%3B%22%2F%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1.4199999570846558%2C0%2C0%2C1.4199999570846558%2C669.68798828125%2C297.21099853515625)%22%20style%3D%22opacity%3A%201%20!important%3B%22%2F%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1.4199999570846558%2C0%2C0%2C1.4199999570846558%2C870.010986328125%2C245.24899291992188)%22%20style%3D%22opacity%3A%201%20!important%3B%22%2F%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1.4199999570846558%2C0%2C0%2C1.4199999570846558%2C710.9650268554688%2C245.2480010986328)%22%20style%3D%22opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-620.9990234375%2C-445)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C835.2360229492188%2C608.1489868164062)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%2210%22%20stroke%3D%22rgb(0%2C0%2C0)%22%20stroke-opacity%3D%221%22%20stroke-width%3D%2218.483%22%20d%3D%22%20M-130.91000366210938%2C64.93299865722656%20C-130.91000366210938%2C64.93299865722656%201.0429999828338623%2C64.93299865722656%201.0429999828338623%2C64.93299865722656%20C72.39800262451172%2C64.93299865722656%20130.4969940185547%2C7.090000152587891%20130.9080047607422%2C-64.16999816894531%20C130.9080047607422%2C-64.16999816894531%20130.91000366210938%2C-64.93299865722656%20130.91000366210938%2C-64.93299865722656%22%20style%3D%22stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%2018.483px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%20stroke-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C853.968017578125%2C600.093994140625)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%2210%22%20stroke%3D%22rgb(0%2C0%2C0)%22%20stroke-opacity%3D%221%22%20stroke-width%3D%2218.483%22%20d%3D%22%20M41.303001403808594%2C66.58899688720703%20C41.303001403808594%2C66.58899688720703%2041.303001403808594%2C139.7220001220703%2041.303001403808594%2C139.7220001220703%20C41.303001403808594%2C139.7220001220703%20112.1780014038086%2C139.7220001220703%20112.1780014038086%2C139.7220001220703%20C112.1780014038086%2C139.7220001220703%20112.1780014038086%2C-139.7220001220703%20112.1780014038086%2C-139.7220001220703%20C112.1780014038086%2C-139.7220001220703%2041.303001403808594%2C-139.7220001220703%2041.303001403808594%2C-139.7220001220703%20C41.303001403808594%2C-139.7220001220703%2041.303001403808594%2C-56.87900161743164%2041.303001403808594%2C-56.87900161743164%20C41.303001403808594%2C-24.35099983215332%2014.84000015258789%2C3.11299991607666%20-17.687999725341797%2C3.11299991607666%20C-17.687999725341797%2C3.11299991607666%20-149.67799377441406%2C3.2260000705718994%20-149.67799377441406%2C3.2260000705718994%22%20style%3D%22stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%2018.483px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%20stroke-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C104.10100555419922%2C140.95399475097656)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%2210%22%20stroke%3D%22rgb(0%2C0%2C0)%22%20stroke-opacity%3D%221%22%20stroke-width%3D%2289%22%20d%3D%22%20M-80.31999969482422%2C51.8390007019043%20C-80.31999969482422%2C51.8390007019043%20-15.156000137329102%2C51.8390007019043%20-15.156000137329102%2C51.8390007019043%20C37.57400131225586%2C51.8390007019043%2080.31999969482422%2C9.093000411987305%2080.31999969482422%2C-43.637001037597656%20C80.31999969482422%2C-43.637001037597656%2080.31999969482422%2C-51.8390007019043%2080.31999969482422%2C-51.8390007019043%22%20style%3D%22stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%2089px%20!important%3B%20stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%20stroke-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C48.091007232666016%2C155)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C0%2C0)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-45.19599914550781%2C149.47999572753906%20C-45.19599914550781%2C149.47999572753906%20-45.19599914550781%2C-149.47999572753906%20-45.19599914550781%2C-149.47999572753906%20C-45.19599914550781%2C-149.47999572753906%2045.19599914550781%2C-149.47999572753906%2045.19599914550781%2C-149.47999572753906%20C45.19599914550781%2C-149.47999572753906%2045.19599914550781%2C149.47999572753906%2045.19599914550781%2C149.47999572753906%20C45.19599914550781%2C149.47999572753906%20-45.19599914550781%2C149.47999572753906%20-45.19599914550781%2C149.47999572753906z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C48.091007232666016%2C155)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C0%2C0)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-26.195999145507812%2C130.47999572753906%20C-26.195999145507812%2C130.47999572753906%2026.195999145507812%2C130.47999572753906%2026.195999145507812%2C130.47999572753906%20C26.195999145507812%2C130.47999572753906%2026.195999145507812%2C-130.47999572753906%2026.195999145507812%2C-130.47999572753906%20C26.195999145507812%2C-130.47999572753906%20-26.195999145507812%2C-130.47999572753906%20-26.195999145507812%2C-130.47999572753906%20C-26.195999145507812%2C-130.47999572753906%20-26.195999145507812%2C130.47999572753906%20-26.195999145507812%2C130.47999572753906z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C104.10100555419922%2C150.072998046875)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%2210%22%20stroke%3D%22rgb(252%2C125%2C29)%22%20stroke-opacity%3D%221%22%20stroke-width%3D%2252%22%20d%3D%22%20M-80.31999969482422%2C42.72100067138672%20C-80.31999969482422%2C42.72100067138672%20-20.91200065612793%2C42.72100067138672%20-20.91200065612793%2C42.72100067138672%20C39.487998962402344%2C42.72100067138672%2071.88200378417969%2C4.927000045776367%2079.8949966430664%2C-37.34000015258789%20C80.07499694824219%2C-38.29100036621094%2080.31999969482422%2C-40.222999572753906%2080.31999969482422%2C-42.72100067138672%22%20style%3D%22stroke%3A%20rgb(252%2C%20125%2C%2029)%20!important%3B%20stroke-width%3A%2052px%20!important%3B%20stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%20stroke-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(-0.08715574443340302%2C0.9961947202682495%2C-0.9961947202682495%2C-0.08715574443340302%2C45.625877380371094%2C175.42330932617188)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%2210%22%20stroke%3D%22rgb(0%2C0%2C0)%22%20stroke-opacity%3D%221%22%20stroke-width%3D%2276.874%22%20d%3D%22%20M75.74199676513672%2C-14.343999862670898%20C78.71499633789062%2C-23.573999404907227%2080.31999969482422%2C-33.417999267578125%2080.31999969482422%2C-43.637001037597656%20C80.31999969482422%2C-43.637001037597656%2080.31999969482422%2C-51.8390007019043%2080.31999969482422%2C-51.8390007019043%22%20style%3D%22stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%2076.874px%20!important%3B%20stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%20stroke-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(-0.08715574443340302%2C0.9961947202682495%2C-0.9961947202682495%2C-0.08715574443340302%2C36.542572021484375%2C174.6286163330078)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%2210%22%20stroke%3D%22rgb(252%2C125%2C29)%22%20stroke-opacity%3D%221%22%20stroke-width%3D%2251.024%22%20d%3D%22%20M72.29299926757812%2C-13.135000228881836%20C75.79199981689453%2C-20.860000610351562%2078.31600189208984%2C-29.01300048828125%2079.8949966430664%2C-37.34000015258789%20C80.07499694824219%2C-38.29100036621094%2080.31999969482422%2C-40.222999572753906%2080.31999969482422%2C-42.72100067138672%22%20style%3D%22stroke%3A%20rgb(252%2C%20125%2C%2029)%20!important%3B%20stroke-width%3A%2051.024px%20!important%3B%20stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%20stroke-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C48.091007232666016%2C155)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C0%2C0)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(252%2C125%2C29)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-26.195999145507812%2C130.47999572753906%20C-26.195999145507812%2C130.47999572753906%2026.509000778198242%2C130.47999572753906%2026.509000778198242%2C130.47999572753906%20C26.509000778198242%2C130.47999572753906%2026.509000778198242%2C-130.47999572753906%2026.509000778198242%2C-130.47999572753906%20C26.509000778198242%2C-130.47999572753906%20-26.195999145507812%2C-130.47999572753906%20-26.195999145507812%2C-130.47999572753906%20C-26.195999145507812%2C-130.47999572753906%20-26.195999145507812%2C130.47999572753906%20-26.195999145507812%2C130.47999572753906z%22%20style%3D%22fill%3A%20rgb(252%2C%20125%2C%2029)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/640edc15766e120e6cf226b4/640efcfc2786300a7c07c860_fav.png",
    "ogImage": "https://cdn.prod.website-files.com/640edc15766e120e6cf226b4/67db18fb033b93ebd04d4594_66bf188ecd6a3ee4e339fe5d_hydra-og.webp",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Selected #3 because it is visible, located in the header, and links to the homepage, which aligns with the brand 'Hydra'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #0 ('Book a demo') has a distinct white background with black text, making it stand out as a primary CTA. The text is action-oriented, encouraging users to engage directly with the service."
    },
    "secondary": {
      "index": 1,
      "text": "Star it ⭐️",
      "reasoning": "Button #1 ('Star it ⭐️') has a transparent background, making it less prominent than the primary button. It serves as a secondary action, encouraging users to engage with the brand on GitHub."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech 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": 3,
        "selectedLogoReasoning": "Selected #3 because it is visible, located in the header, and links to the homepage, which aligns with the brand 'Hydra'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles