Home · Branding · Vega

Vega Brand Identity

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

Download JSON
Primary
#FFDF4F
Accent
#037B6D
Body Font
Favoritpro
Heading
Sebenta Trial

Color Palette

Brand palette extracted from https://vega.io/.

primary
#FFDF4F
rgb(255, 223, 79)
secondary
#ACEAD7
rgb(172, 234, 215)
accent
#037B6D
rgb(3, 123, 109)
background
#FBFAF4
rgb(251, 250, 244)
textPrimary
#5B5B5B
rgb(91, 91, 91)
link
#2A1C18
rgb(42, 28, 24)

Typography

Each font links to its Google Fonts page where available.

primary
Favoritpro
heading
Sebenta Trial
Sebenta Trial Google Fonts →
Sebenta Trial, Arial, 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

Vega logo
Logo
Vega favicon
Favicon

UI Components

Live previews rendered using Vega's actual button styles.

buttonPrimary
background #FFDF4F textColor #2A1C18 borderRadius 0px shadow rgb(42, 28, 24) 0px 2px 0px 0px, rgb(172, 96, 49) 0px -4px 0px 0px inset, rgb(255, 202, 5) 0px -8px 0px 0px inset, rgb(172, 96, 49) 0px 2px 0px 0px inset, rgb(255, 202, 5) 0px 6px 0px 0px inset
buttonSecondary
background #ACEAD7 textColor #2A1C18 borderRadius 0px shadow rgb(4, 34, 31) 0px 2px 0px 0px, rgb(0, 144, 132) 0px -4px 0px 0px inset, rgb(46, 206, 179) 0px -8px 0px 0px inset, rgb(7, 71, 64) 0px 2px 0px 0px inset, rgb(46, 206, 179) 0px 6px 0px 0px inset

Brand Personality

Tone: modern Energy: medium Audience: security professionals

Vega Brand in the Wild

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

Frequently Asked Questions

What is Vega's primary brand color?

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

What accent color does Vega use?

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

What font does Vega use?

Vega uses Favoritpro for body text and Sebenta Trial for headings. Fonts were detected on https://vega.io/ as part of their live design system.

Does Vega use a light or dark theme?

Vega's primary site uses a light color scheme, with a background of #FBFAF4.

Where can I find Vega's logo?

Vega's logo is available directly on their site (https://vega.io/). 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://vega.io/ 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 Vega.

Methodology

Brand data on this page was extracted from https://vega.io/ 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 Vega.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Favoritpro",
      "role": "body"
    },
    {
      "family": "Sf Pixelate",
      "role": "display"
    },
    {
      "family": "Sebenta Trial",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FFDF4F",
    "secondary": "#ACEAD7",
    "accent": "#037B6D",
    "background": "#FBFAF4",
    "textPrimary": "#5B5B5B",
    "link": "#2A1C18"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Favoritpro",
      "heading": "Sebenta Trial"
    },
    "fontStacks": {
      "heading": [
        "Sebenta Trial",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Favoritpro",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Favoritpro",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "62px",
      "h2": "44px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFDF4F",
      "textColor": "#2A1C18",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "rgb(42, 28, 24) 0px 2px 0px 0px, rgb(172, 96, 49) 0px -4px 0px 0px inset, rgb(255, 202, 5) 0px -8px 0px 0px inset, rgb(172, 96, 49) 0px 2px 0px 0px inset, rgb(255, 202, 5) 0px 6px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#ACEAD7",
      "textColor": "#2A1C18",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "rgb(4, 34, 31) 0px 2px 0px 0px, rgb(0, 144, 132) 0px -4px 0px 0px inset, rgb(46, 206, 179) 0px -8px 0px 0px inset, rgb(7, 71, 64) 0px 2px 0px 0px inset, rgb(46, 206, 179) 0px 6px 0px 0px inset"
    }
  },
  "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%204000%204000%22%20width%3D%224000%22%20height%3D%224000%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_2%22%3E%3Crect%20width%3D%224000%22%20height%3D%224000%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22__lottie_element_4%22%3E%3Cpath%20d%3D%22M0%2C0%20L4000%2C0%20L4000%2C4000%20L0%2C4000z%22%20style%3D%22fill%3A%20rgb(3%2C%20123%2C%20109)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3Cg%20id%3D%22__lottie_element_10%22%3E%3Cg%20id%3D%22367%22%20transform%3D%22matrix(8.0600004196167%2C0%2C0%2C8.0600004196167%2C-141.6953125%2C-134.20751953125)%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%2C265.718994140625%2C264.7900085449219)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(255%2C255%2C255)%22%20fill-opacity%3D%221%22%20d%3D%22%20M137.5260009765625%2C-200.58200073242188%20C32.86000061035156%2C-264.5400085449219%20-113.56199645996094%2C-226.5850067138672%20-189.51499938964844%2C-115.80599975585938%20C-265.468994140625%2C-5.0279998779296875%20-242.19200134277344%2C136.625%20-137.5260009765625%2C200.58299255371094%20C-32.85900115966797%2C264.5400085449219%20113.56199645996094%2C226.5850067138672%20189.51499938964844%2C115.80699920654297%20C265.468994140625%2C5.0279998779296875%20242.1929931640625%2C-136.62399291992188%20137.5260009765625%2C-200.58200073242188z%22%20style%3D%22fill%3A%20rgb(3%2C%20123%2C%20109)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3CclipPath%20id%3D%22__lottie_element_14%22%3E%3Cpath%20d%3D%22M0%2C0%20L7500%2C0%20L7500%2C2160%20L0%2C2160z%22%20style%3D%22fill%3A%20rgb(3%2C%20123%2C%20109)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3Cfilter%20id%3D%22__lottie_element_17%22%20filterUnits%3D%22objectBoundingBox%22%20x%3D%220%25%22%20y%3D%220%25%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3CfeComponentTransfer%20in%3D%22SourceGraphic%22%3E%3CfeFuncA%20type%3D%22table%22%20tableValues%3D%221.0%200.0%22%2F%3E%3C%2FfeComponentTransfer%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22__lottie_element_10_2%22%20mask-type%3D%22alpha%22%3E%3Cg%20filter%3D%22url(%23__lottie_element_17)%22%3E%3Crect%20width%3D%224000%22%20height%3D%224000%22%20x%3D%220%22%20y%3D%220%22%20fill%3D%22%23ffffff%22%20opacity%3D%220%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20opacity%3A%200%20!important%3B%22%2F%3E%3Cg%20id%3D%22__lottie_element_10%22%3E%3Cg%20id%3D%22367%22%20transform%3D%22matrix(8.0600004196167%2C0%2C0%2C8.0600004196167%2C-141.6953125%2C-134.20751953125)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C265.718994140625%2C264.7900085449219)%22%3E%3Cpath%20fill%3D%22rgb(255%2C255%2C255)%22%20fill-opacity%3D%221%22%20d%3D%22%20M137.5260009765625%2C-200.58200073242188%20C32.86000061035156%2C-264.5400085449219%20-113.56199645996094%2C-226.5850067138672%20-189.51499938964844%2C-115.80599975585938%20C-265.468994140625%2C-5.0279998779296875%20-242.19200134277344%2C136.625%20-137.5260009765625%2C200.58299255371094%20C-32.85900115966797%2C264.5400085449219%20113.56199645996094%2C226.5850067138672%20189.51499938964844%2C115.80699920654297%20C265.468994140625%2C5.0279998779296875%20242.1929931640625%2C-136.62399291992188%20137.5260009765625%2C-200.58200073242188z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3Cg%20id%3D%22__lottie_element_21%22%3E%3Cg%20id%3D%22210%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C3750%2C1080)%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%2C206.9530029296875%2C232.01600646972656)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(18%2C18%2C18)%22%20fill-opacity%3D%221%22%20d%3D%22%20M1988.9530029296875%2C-816.0159912109375%20C1988.9530029296875%2C-816.0159912109375%201988.9530029296875%2C816.0159912109375%201988.9530029296875%2C816.0159912109375%20C1988.9530029296875%2C816.0159912109375%201235.0469970703125%2C816.125%201235.0469970703125%2C816.125%20C1235.0469970703125%2C816.125%201635.0469970703125%2C-815.968994140625%201635.0469970703125%2C-815.968994140625%20C1635.0469970703125%2C-815.968994140625%201988.9530029296875%2C-816.0159912109375%201988.9530029296875%2C-816.0159912109375z%22%20style%3D%22fill%3A%20rgb(3%2C%20123%2C%20109)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20stroke%3D%22rgb(0%2C0%2C0)%22%20stroke-opacity%3D%221%22%20stroke-width%3D%223%22%20d%3D%22%20M1988.9530029296875%2C-816.0159912109375%20C1988.9530029296875%2C-816.0159912109375%201988.9530029296875%2C816.0159912109375%201988.9530029296875%2C816.0159912109375%20C1988.9530029296875%2C816.0159912109375%201235.0469970703125%2C816.125%201235.0469970703125%2C816.125%20C1235.0469970703125%2C816.125%201635.0469970703125%2C-815.968994140625%201635.0469970703125%2C-815.968994140625%20C1635.0469970703125%2C-815.968994140625%201988.9530029296875%2C-816.0159912109375%201988.9530029296875%2C-816.0159912109375z%22%20style%3D%22fill%3A%20rgb(3%2C%20123%2C%20109)%20!important%3B%20stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%203px%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%3C%2Fg%3E%3C%2Fg%3E%3Cfilter%20id%3D%22__lottie_element_27%22%20filterUnits%3D%22objectBoundingBox%22%20x%3D%220%25%22%20y%3D%220%25%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3CfeComponentTransfer%20in%3D%22SourceGraphic%22%3E%3CfeFuncA%20type%3D%22table%22%20tableValues%3D%221.0%200.0%22%2F%3E%3C%2FfeComponentTransfer%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22__lottie_element_21_2%22%20mask-type%3D%22alpha%22%3E%3Cg%20filter%3D%22url(%23__lottie_element_27)%22%3E%3Crect%20width%3D%227500%22%20height%3D%222160%22%20x%3D%220%22%20y%3D%220%22%20fill%3D%22%23ffffff%22%20opacity%3D%220%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20opacity%3A%200%20!important%3B%22%2F%3E%3Cg%20id%3D%22__lottie_element_21%22%3E%3Cg%20id%3D%22210%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C3750%2C1080)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C206.9530029296875%2C232.01600646972656)%22%3E%3Cpath%20fill%3D%22rgb(18%2C18%2C18)%22%20fill-opacity%3D%221%22%20d%3D%22%20M1988.9530029296875%2C-816.0159912109375%20C1988.9530029296875%2C-816.0159912109375%201988.9530029296875%2C816.0159912109375%201988.9530029296875%2C816.0159912109375%20C1988.9530029296875%2C816.0159912109375%201235.0469970703125%2C816.125%201235.0469970703125%2C816.125%20C1235.0469970703125%2C816.125%201635.0469970703125%2C-815.968994140625%201635.0469970703125%2C-815.968994140625%20C1635.0469970703125%2C-815.968994140625%201988.9530029296875%2C-816.0159912109375%201988.9530029296875%2C-816.0159912109375z%22%2F%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20stroke%3D%22rgb(0%2C0%2C0)%22%20stroke-opacity%3D%221%22%20stroke-width%3D%223%22%20d%3D%22%20M1988.9530029296875%2C-816.0159912109375%20C1988.9530029296875%2C-816.0159912109375%201988.9530029296875%2C816.0159912109375%201988.9530029296875%2C816.0159912109375%20C1988.9530029296875%2C816.0159912109375%201235.0469970703125%2C816.125%201235.0469970703125%2C816.125%20C1235.0469970703125%2C816.125%201635.0469970703125%2C-815.968994140625%201635.0469970703125%2C-815.968994140625%20C1635.0469970703125%2C-815.968994140625%201988.9530029296875%2C-816.0159912109375%201988.9530029296875%2C-816.0159912109375z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_2)%22%3E%3Cg%20id%3D%22388%22%20clip-path%3D%22url(%23__lottie_element_4)%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C0%2C0)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20mask%3D%22url(%23__lottie_element_10_2)%22%20style%3D%22display%3A%20block%3B%22%3E%3Cg%20id%3D%22365%22%20transform%3D%22matrix(-1%2C0%2C0%2C-1%2C2669.4140625%2C2639.447998046875)%22%20opacity%3D%221%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C669.4130249023438%2C639.4439697265625)%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-267.19000244140625%2C-562.989013671875%20C-126.46199798583984%2C-639.1939697265625%20-27.672000885009766%2C-597.823974609375%2015.96500015258789%2C-413.010009765625%20C22.809999465942383%2C-384.02398681640625%2029.54800033569336%2C-357.77301025390625%2035.516998291015625%2C-333.8280029296875%20C46.51900100708008%2C-357.77099609375%2058.77399826049805%2C-384.0190124511719%2071.71099853515625%2C-413.0039978027344%20C154.19700622558594%2C-597.8170166015625%20261.6839904785156%2C-639.18701171875%20386.3900146484375%2C-562.9819946289062%20C511.1000061035156%2C-486.7770080566406%20515.1300048828125%2C-377.260986328125%20370.30999755859375%2C-230.5399932861328%20C347.6000061035156%2C-207.53199768066406%20327.25299072265625%2C-186.22999572753906%20308.6210021972656%2C-166.95199584960938%20C334.2019958496094%2C-171.61399841308594%20362.32000732421875%2C-176.55799865722656%20393.1300048828125%2C-182.53199768066406%20C589.5999755859375%2C-220.62399291992188%20670.030029296875%2C-152.47900390625%20654.02001953125%2C-0.06800000369548798%20C638%2C152.34300231933594%20543.239990234375%2C220.48800659179688%20354.7799987792969%2C182.39500427246094%20C325.2229919433594%2C176.4219970703125%20298.13800048828125%2C171.47500610351562%20273.5360107421875%2C166.81199645996094%20C288.11700439453125%2C186.09300231933594%20303.98699951171875%2C207.39700317382812%20321.8630065917969%2C230.40699768066406%20C435.8500061035156%2C377.12799072265625%20408.7900085449219%2C486.6400146484375%20268.0639953613281%2C562.8499755859375%20C127.33499908447266%2C639.0499877929688%2028.545000076293945%2C597.6900024414062%20-15.092000007629395%2C412.8699951171875%20C-21.93600082397461%2C383.885986328125%20-28.673999786376953%2C357.6369934082031%20-34.643001556396484%2C333.6929931640625%20C-45.645999908447266%2C357.635986328125%20-57.9010009765625%2C383.885009765625%20-70.83699798583984%2C412.8699951171875%20C-153.32400512695312%2C597.6799926757812%20-260.8089904785156%2C639.0499877929688%20-385.51800537109375%2C562.8499755859375%20C-510.22698974609375%2C486.6400146484375%20-514.260986328125%2C377.12701416015625%20-369.43701171875%2C230.406005859375%20C-346.7239990234375%2C207.39599609375%20-326.37701416015625%2C186.0919952392578%20-307.7439880371094%2C166.81199645996094%20C-333.32598876953125%2C171.47500610351562%20-361.45001220703125%2C176.4219970703125%20-392.260986328125%2C182.39500427246094%20C-588.72998046875%2C220.48800659179688%20-669.1630249023438%2C152.34300231933594%20-653.1439819335938%2C-0.06800000369548798%20C-637.125%2C-152.47900390625%20-542.3670043945312%2C-220.62399291992188%20-353.9049987792969%2C-182.53199768066406%20C-324.3489990234375%2C-176.55799865722656%20-297.2640075683594%2C-171.61399841308594%20-272.6619873046875%2C-166.9510040283203%20C-287.2430114746094%2C-186.2310028076172%20-303.1130065917969%2C-207.53599548339844%20-320.989990234375%2C-230.5469970703125%20C-434.97198486328125%2C-377.26800537109375%20-407.9179992675781%2C-486.78399658203125%20-267.19000244140625%2C-562.989013671875z%22%20style%3D%22fill%3A%20rgb(3%2C%20123%2C%20109)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22373%22%20clip-path%3D%22url(%23__lottie_element_14)%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-1750%2C920)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20mask%3D%22url(%23__lottie_element_21_2)%22%20style%3D%22display%3A%20block%3B%22%3E%3Cg%20id%3D%22203%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C4423.18896484375%2C538.5990600585938)%22%20opacity%3D%221%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C530.5399780273438%2C553.2899780273438)%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%20M280.3699951171875%2C-549.5399780273438%20C252.0800018310547%2C-549.5399780273438%20227.08999633789062%2C-531.0800170898438%20218.77000427246094%2C-504.0400085449219%20C196.00999450683594%2C-535.5399780273438%20166.25999450683594%2C-553.0399780273438%20103.26000213623047%2C-553.0399780273438%20C103.26000213623047%2C-553.0399780273438%20-105.01000213623047%2C-553.0399780273438%20-105.01000213623047%2C-553.0399780273438%20C-183.75999450683594%2C-553.0399780273438%20-274.7699890136719%2C-505.7900085449219%20-294.0199890136719%2C-427.0299987792969%20C-294.0199890136719%2C-427.0299987792969%20-509.2900085449219%2C395.5299987792969%20-509.2900085449219%2C395.5299987792969%20C-530.2899780273438%2C474.2799987792969%20-472.5400085449219%2C553.0399780273438%20-393.7799987792969%2C553.0399780273438%20C-393.7799987792969%2C553.0399780273438%20-199.52000427246094%2C553.0399780273438%20-199.52000427246094%2C553.0399780273438%20C-136.50999450683594%2C553.0399780273438%20-59.5099983215332%2C505.7900085449219%20-28%2C442.7799987792969%20C-28%2C442.7799987792969%20-1.75%2C547.7899780273438%20-1.75%2C547.7899780273438%20C-1.75%2C547.7899780273438%20189.22000122070312%2C547.7899780273438%20189.22000122070312%2C547.7899780273438%20C221.05999755859375%2C547.7899780273438%20248.88999938964844%2C526.2999877929688%20256.94000244140625%2C495.5%20C256.94000244140625%2C495.5%20530.2899780273438%2C-549.5399780273438%20530.2899780273438%2C-549.5399780273438%20C530.2899780273438%2C-549.5399780273438%20280.3699951171875%2C-549.5399780273438%20280.3699951171875%2C-549.5399780273438z%20M31.100000381469727%2C217.10000610351562%20C23.09000015258789%2C247.97000122070312%20-4.769999980926514%2C269.5199890136719%20-36.650001525878906%2C269.5199890136719%20C-36.650001525878906%2C269.5199890136719%20-176.75999450683594%2C269.5199890136719%20-176.75999450683594%2C269.5199890136719%20C-176.75999450683594%2C269.5199890136719%20-46.86000061035156%2C-231.10000610351562%20-46.86000061035156%2C-231.10000610351562%20C-38.849998474121094%2C-261.9700012207031%20-10.989999771118164%2C-283.5199890136719%2020.899999618530273%2C-283.5199890136719%20C20.899999618530273%2C-283.5199890136719%20161.00999450683594%2C-283.5199890136719%20161.00999450683594%2C-283.5199890136719%20C161.00999450683594%2C-283.5199890136719%2031.100000381469727%2C217.10000610351562%2031.100000381469727%2C217.10000610351562z%22%20style%3D%22fill%3A%20rgb(3%2C%20123%2C%20109)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20mask%3D%22url(%23__lottie_element_21_2)%22%20style%3D%22display%3A%20block%3B%22%3E%3Cg%20id%3D%22205%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C3541.129150390625%2C538.5990600585938)%22%20opacity%3D%221%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C532.2849731445312%2C747.5549926757812)%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%20M282.125%2C-743.8049926757812%20C253.8249969482422%2C-743.8049926757812%20228.8350067138672%2C-725.344970703125%20220.51499938964844%2C-698.3049926757812%20C197.76499938964844%2C-729.8049926757812%20166.26499938964844%2C-747.3049926757812%20103.25499725341797%2C-747.3049926757812%20C103.25499725341797%2C-747.3049926757812%20-105.00499725341797%2C-747.3049926757812%20-105.00499725341797%2C-747.3049926757812%20C-183.76499938964844%2C-747.3049926757812%20-274.7749938964844%2C-700.0549926757812%20-295.7749938964844%2C-621.2949829101562%20C-295.7749938964844%2C-621.2949829101562%20-511.0350036621094%2C201.26499938964844%20-511.0350036621094%2C201.26499938964844%20C-532.0349731445312%2C280.0150146484375%20-474.2850036621094%2C358.7749938964844%20-395.5249938964844%2C358.7749938964844%20C-395.5249938964844%2C358.7749938964844%20-164.51499938964844%2C358.7749938964844%20-164.51499938964844%2C358.7749938964844%20C-101.50499725341797%2C358.7749938964844%20-61.255001068115234%2C327.2749938964844%20-36.755001068115234%2C295.7749938964844%20C-36.755001068115234%2C295.7749938964844%20-80.50499725341797%2C463.7850036621094%20-80.50499725341797%2C463.7850036621094%20C-80.50499725341797%2C463.7850036621094%20-336.43499755859375%2C463.7850036621094%20-336.43499755859375%2C463.7850036621094%20C-368.17498779296875%2C463.7850036621094%20-395.94500732421875%2C485.1449890136719%20-404.0950012207031%2C515.8250122070312%20C-404.0950012207031%2C515.8250122070312%20-465.5350036621094%2C747.3049926757812%20-465.5350036621094%2C747.3049926757812%20C-465.5350036621094%2C747.3049926757812%20-15.755000114440918%2C747.3049926757812%20-15.755000114440918%2C747.3049926757812%20C63.005001068115234%2C747.3049926757812%20154.01499938964844%2C700.0549926757812%20175.01499938964844%2C621.2949829101562%20C175.01499938964844%2C621.2949829101562%20532.0349731445312%2C-743.8049926757812%20532.0349731445312%2C-743.8049926757812%20C532.0349731445312%2C-743.8049926757812%20282.125%2C-743.8049926757812%20282.125%2C-743.8049926757812z%20M34.60499954223633%2C22.834999084472656%20C26.594999313354492%2C53.70500183105469%20-1.2649999856948853%2C75.25499725341797%20-33.154998779296875%2C75.25499725341797%20C-33.154998779296875%2C75.25499725341797%20-173.26499938964844%2C75.25499725341797%20-173.26499938964844%2C75.25499725341797%20C-173.26499938964844%2C75.25499725341797%20-43.35499954223633%2C-425.364990234375%20-43.35499954223633%2C-425.364990234375%20C-35.345001220703125%2C-456.2349853515625%20-7.485000133514404%2C-477.7850036621094%2024.405000686645508%2C-477.7850036621094%20C24.405000686645508%2C-477.7850036621094%20164.51499938964844%2C-477.7850036621094%20164.51499938964844%2C-477.7850036621094%20C164.51499938964844%2C-477.7850036621094%2034.60499954223633%2C22.834999084472656%2034.60499954223633%2C22.834999084472656z%22%20style%3D%22fill%3A%20rgb(3%2C%20123%2C%20109)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20mask%3D%22url(%23__lottie_element_21_2)%22%20style%3D%22display%3A%20block%3B%22%3E%3Cg%20id%3D%22207%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C2664.30908203125%2C538.5990600585938)%22%20opacity%3D%221%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C527.0399780273438%2C553.2899780273438)%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%20M381.5299987792969%2C-553.0399780273438%20C381.5299987792969%2C-553.0399780273438%20-91.01000213623047%2C-553.0399780273438%20-91.01000213623047%2C-553.0399780273438%20C-169.75999450683594%2C-553.0399780273438%20-260.7699890136719%2C-505.7900085449219%20-281.7699890136719%2C-427.0299987792969%20C-281.7699890136719%2C-427.0299987792969%20-505.7900085449219%2C427.0299987792969%20-505.7900085449219%2C427.0299987792969%20C-526.7899780273438%2C505.7900085449219%20-460.2799987792969%2C553.0399780273438%20-381.5299987792969%2C553.0399780273438%20C-381.5299987792969%2C553.0399780273438%2089.26000213623047%2C553.0399780273438%2089.26000213623047%2C553.0399780273438%20C168.00999450683594%2C553.0399780273438%20259.0199890136719%2C505.7900085449219%20280.0199890136719%2C427.0299987792969%20C280.0199890136719%2C427.0299987792969%20337.7799987792969%2C206.52000427246094%20337.7799987792969%2C206.52000427246094%20C337.7799987792969%2C206.52000427246094%2045.5%2C206.52000427246094%2045.5%2C206.52000427246094%20C45.5%2C206.52000427246094%2043.0099983215332%2C216.49000549316406%2043.0099983215332%2C216.49000549316406%20C35.220001220703125%2C247.66000366210938%207.21999979019165%2C269.5199890136719%20-24.90999984741211%2C269.5199890136719%20C-24.90999984741211%2C269.5199890136719%20-159.25999450683594%2C269.5199890136719%20-159.25999450683594%2C269.5199890136719%20C-159.25999450683594%2C269.5199890136719%20-110.26000213623047%2C80.51000213623047%20-110.26000213623047%2C80.51000213623047%20C-110.26000213623047%2C80.51000213623047%20213.52000427246094%2C80.51000213623047%20213.52000427246094%2C80.51000213623047%20C292.2699890136719%2C80.51000213623047%20383.2799987792969%2C33.25%20404.2799987792969%2C-45.5%20C404.2799987792969%2C-45.5%20505.7900085449219%2C-427.0299987792969%20505.7900085449219%2C-427.0299987792969%20C526.7899780273438%2C-505.7900085449219%20460.2799987792969%2C-553.0399780273438%20381.5299987792969%2C-553.0399780273438z%20M133.00999450683594%2C-126.01000213623047%20C133.00999450683594%2C-126.01000213623047%20-56%2C-126.01000213623047%20-56%2C-126.01000213623047%20C-56%2C-126.01000213623047%20-15.75%2C-283.5199890136719%20-15.75%2C-283.5199890136719%20C-15.75%2C-283.5199890136719%20173.25999450683594%2C-283.5199890136719%20173.25999450683594%2C-283.5199890136719%20C173.25999450683594%2C-283.5199890136719%20133.00999450683594%2C-126.01000213623047%20133.00999450683594%2C-126.01000213623047z%22%20style%3D%22fill%3A%20rgb(3%2C%20123%2C%20109)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20mask%3D%22url(%23__lottie_element_21_2)%22%20style%3D%22display%3A%20block%3B%22%3E%3Cg%20id%3D%22209%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C2015.0089111328125%2C542.0990600585938)%22%20opacity%3D%221%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C441.2850036621094%2C548.9149780273438)%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%20M441.0350036621094%2C-548.6649780273438%20C441.0350036621094%2C-548.6649780273438%20-96.65499877929688%2C491.864990234375%20-96.65499877929688%2C491.864990234375%20C-114.68499755859375%2C526.7550048828125%20-150.6750030517578%2C548.6649780273438%20-189.94500732421875%2C548.6649780273438%20C-189.94500732421875%2C548.6649780273438%20-336.0249938964844%2C548.6649780273438%20-336.0249938964844%2C548.6649780273438%20C-394.0150146484375%2C548.6649780273438%20-441.0350036621094%2C501.6549987792969%20-441.0350036621094%2C443.6549987792969%20C-441.0350036621094%2C443.6549987792969%20-441.0350036621094%2C-548.6649780273438%20-441.0350036621094%2C-548.6649780273438%20C-441.0350036621094%2C-548.6649780273438%20-126.00499725341797%2C-548.6649780273438%20-126.00499725341797%2C-548.6649780273438%20C-126.00499725341797%2C-548.6649780273438%20-155.7550048828125%2C49.875%20-155.7550048828125%2C49.875%20C-155.7550048828125%2C49.875%20126.01499938964844%2C-548.6649780273438%20126.01499938964844%2C-548.6649780273438%20C126.01499938964844%2C-548.6649780273438%20441.0350036621094%2C-548.6649780273438%20441.0350036621094%2C-548.6649780273438z%22%20style%3D%22fill%3A%20rgb(3%2C%20123%2C%20109)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/68791f04ead01339340acbbe/68c91f4c834d882b7555d645_favicon.png",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 9,
    "reasoning": "Selected #9 because it is visible, located in the header, and links to the homepage, matching the brand 'Vega'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Get a demo",
      "reasoning": "Button #10 has a vibrant brand color (#FFDF4F) and action-oriented text ('Get a demo'), making it the primary CTA."
    },
    "secondary": {
      "index": 5,
      "text": "see how it works",
      "reasoning": "Button #5 has a different background color (#ACEAD7) and provides a secondary action ('see how it works')."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "security 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": 9,
        "selectedLogoReasoning": "Selected #9 because it is visible, located in the header, and links to the homepage, matching the brand 'Vega'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles