Home · Branding · Segment

Segment Brand Identity

A complete profile of Segment's visual system — colors, typography, components, and personality — extracted from http://segment.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#191F36
Accent
#1866EE
Body Font
Whitney SSm
Heading
Whitney SSm

Color Palette

Brand palette extracted from http://segment.com.

primary
#191F36
rgb(25, 31, 54)
secondary
#1866EE
rgb(24, 102, 238)
accent
#1866EE
rgb(24, 102, 238)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000D25
rgb(0, 13, 37)
link
#000D25
rgb(0, 13, 37)

Typography

Each font links to its Google Fonts page where available.

primary
Whitney SSm
Whitney SSm Google Fonts →
heading
Whitney SSm
Whitney SSm Google Fonts →
Whitney SSm, helvetica, 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

Segment logo
Logo
Segment favicon
Favicon
Segment social image
Social Card

UI Components

Live previews rendered using Segment's actual button styles.

buttonPrimary
background #1866EE textColor #FFFFFF borderRadius 50px shadow rgb(24, 102, 238) 0px 0px 0px 2px inset
buttonSecondary
background #191F36 textColor #FFFFFF borderRadius 50px shadow rgb(255, 255, 255) 0px 0px 0px 2px inset

Brand Personality

Tone: professional Energy: medium Audience: businesses and developers

Segment Brand in the Wild

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

Frequently Asked Questions

What is Segment's primary brand color?

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

What accent color does Segment use?

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

What font does Segment use?

Segment uses Whitney SSm as the primary typeface across body and headings.

Does Segment use a light or dark theme?

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

Where can I find Segment's logo?

Segment's logo is available directly on their site (http://segment.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 http://segment.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 Segment.

Methodology

Brand data on this page was extracted from http://segment.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 Segment.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Whitney SSm",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#191F36",
    "secondary": "#1866EE",
    "accent": "#1866EE",
    "background": "#FFFFFF",
    "textPrimary": "#000D25",
    "link": "#000D25"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Whitney SSm",
      "heading": "Whitney SSm"
    },
    "fontStacks": {
      "heading": [
        "Whitney SSm",
        "helvetica",
        "arial",
        "sans-serif"
      ],
      "body": [
        "Whitney SSm",
        "helvetica",
        "arial",
        "sans-serif"
      ],
      "paragraph": [
        "Whitney SSm",
        "helvetica",
        "arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1866EE",
      "textColor": "#FFFFFF",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "rgb(24, 102, 238) 0px 0px 0px 2px inset"
    },
    "buttonSecondary": {
      "background": "#191F36",
      "textColor": "#FFFFFF",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 2px inset"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22589%22%20height%3D%22151%22%20viewBox%3D%220%200%20589%20151%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_982_2534)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%3Cpath%20d%3D%22M261.064%200.929688H250.459C250.115%200.929688%20249.836%201.20854%20249.836%201.55251V7.81446C249.836%208.15844%20250.115%208.43729%20250.459%208.43729H261.064C261.408%208.43729%20261.687%208.15844%20261.687%207.81446V1.55251C261.687%201.20854%20261.408%200.929688%20261.064%200.929688Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M261.017%2010.3203H250.412C250.068%2010.3203%20249.789%2010.5992%20249.789%2010.9431V38.3307C249.789%2038.6747%20250.068%2038.9536%20250.412%2038.9536H261.017C261.361%2038.9536%20261.64%2038.6747%20261.64%2038.3307V10.9431C261.64%2010.5992%20261.361%2010.3203%20261.017%2010.3203Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M247.091%200.929688H236.486C236.142%200.929688%20235.863%201.20854%20235.863%201.55251V38.333C235.863%2038.677%20236.142%2038.9559%20236.486%2038.9559H247.091C247.435%2038.9559%20247.714%2038.677%20247.714%2038.333V1.55251C247.714%201.20854%20247.435%200.929688%20247.091%200.929688Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M233.154%200.929688H222.549C222.205%200.929688%20221.926%201.20854%20221.926%201.55251V7.81446C221.926%208.15844%20222.205%208.43729%20222.549%208.43729H233.154C233.497%208.43729%20233.776%208.15844%20233.776%207.81446V1.55251C233.776%201.20854%20233.497%200.929688%20233.154%200.929688Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M233.139%2010.3231H211.693C211.323%2010.3231%20211.121%2010.4746%20211.02%2010.8954L208.562%2022.6786L206.054%2010.8954C206.004%2010.5251%20205.734%2010.3231%20205.381%2010.3231H195.365C194.995%2010.3231%20194.742%2010.5251%20194.692%2010.8954L192.184%2022.7965L189.844%2010.8954C189.743%2010.4746%20189.524%2010.3231%20189.17%2010.3231H172.001V1.40146C172.001%200.930135%20171.681%200.728137%20171.159%200.879636L160.874%204.21261C160.504%204.31361%20160.302%204.63344%20160.302%204.98693V8.89223C160.302%209.98639%20159.729%2010.4577%20158.635%2010.4577H156.396C156.026%2010.4577%20155.773%2010.7102%20155.773%2011.0806V18.7565C155.773%2019.1268%20156.026%2019.3793%20156.396%2019.3793H160.15V29.0247C160.15%2035.758%20162.608%2039.3603%20170.688%2039.3603C173.819%2039.3603%20176.276%2038.8385%20177.623%2038.2157C178.044%2038.0137%20178.145%2037.7443%20178.145%2037.3235V29.8159C178.145%2029.3951%20177.774%2029.1931%20177.253%2029.4456C176.579%2029.7654%20175.889%2029.9169%20175.115%2029.9169C173.027%2029.9169%20171.984%2029.1426%20171.984%2026.5334V19.3793H177.455C177.825%2019.3793%20178.077%2019.11%20178.077%2018.7565V12.0737L185.013%2038.4177C185.114%2038.788%20185.383%2038.9395%20185.787%2038.9395H196.005C196.375%2038.9395%20196.527%2038.788%20196.628%2038.4177L199.961%2026.3651L203.193%2038.4177C203.294%2038.788%20203.445%2038.9395%20203.815%2038.9395H214.201C214.622%2038.9395%20214.875%2038.788%20214.976%2038.4177L221.861%2012.2757V38.2998C221.861%2038.6702%20222.113%2038.9227%20222.483%2038.9227H233.071C233.442%2038.9227%20233.694%2038.6702%20233.694%2038.2998V10.9122C233.694%2010.5419%20233.442%2010.2894%20233.071%2010.2894L233.139%2010.3231Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M279.115%209.84961C269.57%209.84961%20263.258%2015.7412%20263.258%2024.242V24.9153C263.258%2033.4161%20269.57%2039.3582%20279.115%2039.3582C288.659%2039.3582%20294.972%2033.4161%20294.972%2024.9153V24.242C294.972%2015.7412%20288.659%209.84961%20279.115%209.84961ZM283.02%2024.7807C283.02%2028.6355%20281.404%2030.2009%20279.115%2030.2009C276.825%2030.2009%20275.209%2028.6355%20275.209%2024.7807V24.4103C275.209%2020.505%20276.825%2018.9395%20279.115%2018.9395C281.404%2018.9395%20283.02%2020.505%20283.02%2024.4103V24.7807Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M65.2475%201.01562C29.679%201.01562%200.84375%2029.6489%200.84375%2065.0996C0.84375%20100.55%2029.679%20129.503%2065.2475%20129.503C100.816%20129.503%20129.55%20100.668%20129.55%2065.0996C129.55%2029.5311%20100.715%201.01562%2065.2475%201.01562ZM65.2475%20112.637C39.0719%20112.637%2017.7106%2091.1742%2017.7106%2065.0996C17.7106%2039.025%2039.0719%2017.7815%2065.2475%2017.7815C91.4232%2017.7815%20112.566%2038.924%20112.566%2065.0996C112.566%2091.2752%2091.4232%20112.637%2065.2475%20112.637Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M81.1534%2035.7207C73.8983%2035.7207%2067.8047%2041.9153%2067.8047%2049.2883C67.8047%2056.6612%2073.8983%2062.536%2081.1534%2062.536C88.4085%2062.536%2094.5021%2056.5602%2094.5021%2049.2883C94.5021%2042.0163%2088.6274%2035.7207%2081.1534%2035.7207Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M81.1534%2035.7207C73.8983%2035.7207%2067.8047%2041.9153%2067.8047%2049.2883C67.8047%2056.6612%2073.8983%2062.536%2081.1534%2062.536C88.4085%2062.536%2094.5021%2056.5602%2094.5021%2049.2883C94.5021%2042.0163%2088.6274%2035.7207%2081.1534%2035.7207Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M81.1534%2035.7207C73.8983%2035.7207%2067.8047%2041.9153%2067.8047%2049.2883C67.8047%2056.6612%2073.8983%2062.536%2081.1534%2062.536C88.4085%2062.536%2094.5021%2056.5602%2094.5021%2049.2883C94.5021%2042.0163%2088.6274%2035.7207%2081.1534%2035.7207Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M81.1534%2067.8789C73.8983%2067.8789%2067.8047%2073.7537%2067.8047%2081.2276C67.8047%2088.7016%2073.8983%2094.5764%2081.1534%2094.5764C88.4085%2094.5764%2094.5021%2088.6006%2094.5021%2081.2276C94.5021%2073.8547%2088.6274%2067.8789%2081.1534%2067.8789Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M81.1534%2067.8789C73.8983%2067.8789%2067.8047%2073.7537%2067.8047%2081.2276C67.8047%2088.7016%2073.8983%2094.5764%2081.1534%2094.5764C88.4085%2094.5764%2094.5021%2088.6006%2094.5021%2081.2276C94.5021%2073.8547%2088.6274%2067.8789%2081.1534%2067.8789Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M81.1534%2067.8789C73.8983%2067.8789%2067.8047%2073.7537%2067.8047%2081.2276C67.8047%2088.7016%2073.8983%2094.5764%2081.1534%2094.5764C88.4085%2094.5764%2094.5021%2088.6006%2094.5021%2081.2276C94.5021%2073.8547%2088.6274%2067.8789%2081.1534%2067.8789Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M49.1183%2035.7207C41.6443%2035.7207%2035.7695%2041.9153%2035.7695%2049.2883C35.7695%2056.6612%2041.6443%2062.536%2049.1183%2062.536C56.5922%2062.536%2062.568%2056.5602%2062.568%2049.2883C62.568%2042.0163%2056.4744%2035.7207%2049.1183%2035.7207Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M49.1183%2035.7207C41.6443%2035.7207%2035.7695%2041.9153%2035.7695%2049.2883C35.7695%2056.6612%2041.6443%2062.536%2049.1183%2062.536C56.5922%2062.536%2062.568%2056.5602%2062.568%2049.2883C62.568%2042.0163%2056.4744%2035.7207%2049.1183%2035.7207Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M49.1183%2035.7207C41.6443%2035.7207%2035.7695%2041.9153%2035.7695%2049.2883C35.7695%2056.6612%2041.6443%2062.536%2049.1183%2062.536C56.5922%2062.536%2062.568%2056.5602%2062.568%2049.2883C62.568%2042.0163%2056.4744%2035.7207%2049.1183%2035.7207Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M49.1183%2067.8789C41.6443%2067.8789%2035.7695%2073.7537%2035.7695%2081.2276C35.7695%2088.7016%2041.6443%2094.5764%2049.1183%2094.5764C56.5922%2094.5764%2062.568%2088.6006%2062.568%2081.2276C62.568%2073.8547%2056.4744%2067.8789%2049.1183%2067.8789Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M49.1183%2067.8789C41.6443%2067.8789%2035.7695%2073.7537%2035.7695%2081.2276C35.7695%2088.7016%2041.6443%2094.5764%2049.1183%2094.5764C56.5922%2094.5764%2062.568%2088.6006%2062.568%2081.2276C62.568%2073.8547%2056.4744%2067.8789%2049.1183%2067.8789Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M49.1183%2067.8789C41.6443%2067.8789%2035.7695%2073.7537%2035.7695%2081.2276C35.7695%2088.7016%2041.6443%2094.5764%2049.1183%2094.5764C56.5922%2094.5764%2062.568%2088.6006%2062.568%2081.2276C62.568%2073.8547%2056.4744%2067.8789%2049.1183%2067.8789Z%22%20fill%3D%22%23EF373C%22%20style%3D%22fill%3A%20rgb(239%2C%2055%2C%2060)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M155.791%20120.783V110.312C163.652%20117.012%20172.877%20120.48%20183.027%20120.48C191.73%20120.48%20197.588%20116.187%20197.588%20107.063C197.588%2097.9399%20190.046%2096.9972%20180.3%2095.5327C166.783%2093.3276%20154.949%2091.0214%20154.949%2074.6764C154.949%2059.4929%20165.638%2051.2109%20181.243%2051.2109C192.454%2051.2109%20201.257%2054.4597%20206.492%2058.2304V68.0778C199.574%2062.8427%20190.046%2060.0147%20181.041%2060.0147C172.035%2060.0147%20165.857%2064.728%20165.857%2073.3129C165.857%2081.8979%20172.877%2083.6822%20182.522%2085.2645C196.039%2087.5706%20208.512%2089.3549%20208.512%20105.801C208.512%20121.102%20198.042%20129.586%20183.263%20129.586C171.008%20129.586%20162.406%20125.917%20155.808%20120.783H155.791Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M216.661%2099.8262V98.3617C216.661%2080.6532%20227.771%2069.0215%20242.955%2069.0215C258.138%2069.0215%20267.262%2078.2461%20267.262%2097.2002V102.015H227.35C227.973%20114.909%20236.356%20120.986%20248.611%20120.986C254.906%20120.986%20260.444%20119.302%20265.579%20116.373V124.857C261.808%20127.062%20255.731%20129.57%20246.507%20129.57C228.074%20129.57%20216.645%20119.201%20216.645%2099.8094L216.661%2099.8262ZM227.35%2094.6921H256.893C256.371%2082.8584%20251.018%2076.9836%20242.652%2076.9836C233.747%2076.9836%20227.99%2083.5822%20227.35%2094.6921Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M272.293%20139.534C272.293%20134.198%20276.686%20129.468%20286.652%20127.061C279.009%20126.219%20275.761%20123.071%20275.761%20118.998C275.761%20114.284%20279.632%20110.514%20288.655%20108.41C280.07%20105.582%20275.878%2098.5621%20275.878%2090.701C275.878%2077.8068%20286.467%2070.4844%20299.041%2070.4844H328.061V78.8673H317.052C319.981%2081.3754%20321.867%2085.6847%20321.867%2090.2802C321.867%20102.232%20312.221%20109.874%20298.502%20109.874H296.718C292.324%20109.874%20285.709%20111.658%20285.709%20115.631C285.709%20117.836%20288.015%20119.082%20293.991%20119.082H309.292C321.227%20119.082%20328.045%20122.852%20328.045%20132.178C328.045%20142.968%20317.877%20150.829%20297.341%20150.829H294.934C281.215%20150.829%20272.31%20146.739%20272.31%20139.517L272.293%20139.534ZM317.658%20134.08C317.658%20129.468%20313.888%20127.902%20306.649%20127.902H297.526C288.722%20127.902%20282.864%20131.572%20282.864%20136.386C282.864%20141.201%20288.941%20142.884%20296.903%20142.884H299.108C311.683%20142.884%20317.658%20139.012%20317.658%20134.08ZM311.8%2090.1792C311.8%2083.0588%20307.71%2077.5038%20299.024%2077.5038C290.338%2077.5038%20286.029%2083.1598%20286.029%2090.398C286.029%2097.2155%20290.018%20102.972%20298.923%20102.972C307.828%20102.972%20311.817%2096.6937%20311.817%2090.196L311.8%2090.1792Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M337.474%2070.4835H347.843V83.5797C351.934%2074.9948%20358.734%2068.918%20368.06%2068.918C376.763%2068.918%20383.041%2074.3719%20384.405%2084.3203C388.596%2074.7928%20395.414%2068.918%20404.941%2068.918C415.412%2068.918%20422.431%2075.6176%20422.431%2089.8753V128.12H411.742V92.4003C411.742%2082.8727%20407.651%2077.7386%20400.211%2077.7386C393.932%2077.7386%20389.741%2081.6102%20387.536%2086.0205C385.97%2088.8485%20385.331%2092.2993%20385.331%2095.4471L385.129%20128.137H374.658V92.8211C374.658%2082.6539%20370.568%2077.7386%20363.128%2077.7386C356.31%2077.7386%20352.54%2081.6102%20350.351%2086.0205C348.887%2088.8485%20348.146%2092.1983%20348.146%2095.4471V128.137H337.457V70.5171L337.474%2070.4835Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M433.337%2099.8262V98.3617C433.337%2080.6532%20444.447%2069.0215%20459.631%2069.0215C474.814%2069.0215%20483.938%2078.2461%20483.938%2097.2002V102.015H444.026C444.649%20114.909%20453.032%20120.986%20465.287%20120.986C471.582%20120.986%20477.12%20119.302%20482.254%20116.373V124.857C478.484%20127.062%20472.407%20129.57%20463.182%20129.57C444.75%20129.57%20433.32%20119.201%20433.32%2099.8094L433.337%2099.8262ZM444.026%2094.6921H473.568C473.047%2082.8584%20467.694%2076.9836%20459.328%2076.9836C450.423%2076.9836%20444.666%2083.5822%20444.026%2094.6921Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M495.271%2070.486H505.64V84.104C509.629%2074.7784%20516.649%2069.0215%20526.597%2069.0215C537.606%2069.0215%20544.508%2076.1419%20544.508%2090.1808V128.106H533.819V92.487C533.819%2082.9594%20529.307%2077.8253%20521.766%2077.8253C515.37%2077.8253%20510.757%2081.2761%20508.249%2086.3092C506.785%2088.9352%20505.943%2092.0661%20505.943%2095.3149V128.106H495.254V70.486H495.271Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M562.955%20113.34V78.9662H552.266V71.0041L556.979%2070.9031C560.329%2070.8021%20563.157%2069.8595%20563.578%2063.8837L564.52%2052.252H573.745V70.4823H588.726V78.9662H573.644V111.858C573.644%20117.935%20576.994%20120.763%20582.65%20120.763C584.434%20120.763%20587.043%20120.342%20588.406%20119.921V127.564C586.622%20128.405%20582.852%20129.348%20578.98%20129.348C568.291%20129.348%20562.955%20124.315%20562.955%20113.323V113.34Z%22%20fill%3D%22%23000434%22%20style%3D%22fill%3A%20rgb(0%2C%204%2C%2052)%20!important%3B%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%3CclipPath%20id%3D%22clip0_982_2534%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%3Crect%20width%3D%22587.883%22%20height%3D%22149.999%22%20fill%3D%22white%22%20transform%3D%22translate(0.84375%200.830078)%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://www.twilio.com/content/dam/twilio-com/core-assets/social/apple-touch-icon.png",
    "ogImage": "https://www.twilio.com/content/dam/twilio-com/core-assets/social/twilio-com-default-ogimage.png",
    "logoHref": "/en-us"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is in the header, visible, and matches the brand name 'Twilio'. It is the most prominent logo fitting the brand identity.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Visit Twilio.com",
      "reasoning": "Button #3 has a vibrant blue background (#1866EE), which is a strong indicator of a primary CTA. The text 'Visit Twilio.com' suggests an action-oriented purpose, aligning with primary CTA characteristics."
    },
    "secondary": {
      "index": 4,
      "text": "Log in now",
      "reasoning": "Button #4 has a different background color (#191F36) from the primary button and serves a secondary action 'Log in now', which is typical for secondary CTAs."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and developers"
  },
  "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 in the header, visible, and matches the brand name 'Twilio'. It is the most prominent logo fitting the brand identity.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles