Home · Branding · Localyze

Localyze Brand Identity

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

Download JSON
Primary
#102EE9
Accent
#102EE9
Body Font
Moderat
Heading
Playfair Display

Color Palette

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

primary
#102EE9
rgb(16, 46, 233)
secondary
#B8C2FF
rgb(184, 194, 255)
accent
#102EE9
rgb(16, 46, 233)
background
#F8F8F0
rgb(248, 248, 240)
textPrimary
#200F53
rgb(32, 15, 83)
link
#200F53
rgb(32, 15, 83)

Typography

Each font links to its Google Fonts page where available.

primary
Moderat
heading
Playfair Display
Playfair Display Google Fonts →
__Playfair_Display_0a80b4, __Playfair_Display_Fallback_0a80b4
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

Localyze logo
Logo
Localyze favicon
Favicon
Localyze social image
Social Card

UI Components

Live previews rendered using Localyze's actual button styles.

buttonPrimary
background #102EE9 textColor #FFFFFF borderRadius 48px shadow rgba(20, 28, 38, 0.1) 0px 0px 0px 0px, rgba(20, 28, 38, 0.1) 1px 1px 3px 0px, rgba(20, 28, 38, 0.09) 2px 5px 5px 0px, rgba(20, 28, 38, 0.05) 6px 11px 7px 0px, rgba(20, 28, 38, 0.01) 10px 19px 9px 0px, rgba(20, 28, 38, 0) 15px 30px 9px 0px
buttonSecondary
background #FFFFFF textColor #200F53 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals seeking global mobility solutions

Localyze Brand in the Wild

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

Frequently Asked Questions

What is Localyze's primary brand color?

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

What font does Localyze use?

Localyze uses Moderat for body text and Playfair Display for headings. Fonts were detected on https://www.localyze.com as part of their live design system.

Does Localyze use a light or dark theme?

Localyze's primary site uses a light color scheme, with a background of #F8F8F0.

Where can I find Localyze's logo?

Localyze's logo is available directly on their site (https://www.localyze.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.localyze.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 Localyze.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Moderat",
      "role": "body"
    },
    {
      "family": "Playfair Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#102EE9",
    "secondary": "#B8C2FF",
    "accent": "#102EE9",
    "background": "#F8F8F0",
    "textPrimary": "#200F53",
    "link": "#200F53"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Moderat",
      "heading": "Playfair Display"
    },
    "fontStacks": {
      "heading": [
        "__Playfair_Display_0a80b4",
        "__Playfair_Display_Fallback_0a80b4"
      ],
      "body": [
        "Moderat",
        "-apple-system",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Moderat",
        "-apple-system",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60.75px",
      "h2": "42.3px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 6,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#102EE9",
      "textColor": "#FFFFFF",
      "borderRadius": "48px",
      "borderRadiusCorners": {
        "topLeft": "48px",
        "topRight": "48px",
        "bottomRight": "48px",
        "bottomLeft": "48px"
      },
      "shadow": "rgba(20, 28, 38, 0.1) 0px 0px 0px 0px, rgba(20, 28, 38, 0.1) 1px 1px 3px 0px, rgba(20, 28, 38, 0.09) 2px 5px 5px 0px, rgba(20, 28, 38, 0.05) 6px 11px 7px 0px, rgba(20, 28, 38, 0.01) 10px 19px 9px 0px, rgba(20, 28, 38, 0) 15px 30px 9px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#200F53",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22130%22%20height%3D%2241%22%20viewBox%3D%220%200%20130%2041%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M97.283%2034.74a1.35%201.35%200%200%200-.372-.464.777.777%200%200%200-.467-.144.599.599%200%200%200-.416.148.487.487%200%200%200-.165.378.547.547%200%200%200%20.191.42c.144.126.306.232.48.316.194.096.401.193.624.292.218.096.427.213.622.349.191.132.355.298.48.489.134.216.2.464.191.715.005.257-.042.513-.138.752-.086.214-.221.406-.394.563a1.768%201.768%200%200%201-.614.354%202.425%202.425%200%200%201-.792.123c-.261.003-.52-.04-.767-.127a2.07%202.07%200%200%201-1.068-.863%201.904%201.904%200%200%201-.251-.621l.909-.543c.045.152.103.3.173.445.064.135.149.261.25.373.096.105.21.191.338.255a.978.978%200%200%200%20.442.094c.206.01.409-.052.571-.176.144-.118.216-.308.216-.572a.494.494%200%200%200-.186-.394%202.192%202.192%200%200%200-.471-.292c-.19-.09-.394-.183-.61-.28a3.259%203.259%200%200%201-.611-.353%201.797%201.797%200%200%201-.471-.51%201.412%201.412%200%200%201-.187-.76%201.508%201.508%200%200%201%20.472-1.106%201.728%201.728%200%200%201%201.181-.456c.37-.008.735.086%201.052.272.304.188.545.455.697.772l-.909.551ZM91.767%2034.74a1.354%201.354%200%200%200-.372-.464.777.777%200%200%200-.467-.144.597.597%200%200%200-.416.148.487.487%200%200%200-.164.378.544.544%200%200%200%20.19.42c.145.126.306.232.48.316.194.096.401.193.624.292.218.096.427.213.623.349.19.132.354.298.48.489.134.216.2.464.19.715a1.95%201.95%200%200%201-.138.752%201.549%201.549%200%200%201-.394.563%201.766%201.766%200%200%201-.614.354%202.424%202.424%200%200%201-.792.123c-.261.003-.52-.04-.766-.127a2.065%202.065%200%200%201-1.069-.863%201.91%201.91%200%200%201-.25-.621l.908-.543c.046.152.103.3.173.445.065.135.15.261.251.373.095.105.21.191.338.255a.978.978%200%200%200%20.441.094.873.873%200%200%200%20.571-.176c.144-.118.217-.308.217-.572a.493.493%200%200%200-.187-.394%202.194%202.194%200%200%200-.471-.292c-.19-.09-.394-.183-.61-.28a3.238%203.238%200%200%201-.61-.353%201.81%201.81%200%200%201-.472-.51%201.418%201.418%200%200%201-.187-.76%201.51%201.51%200%200%201%20.472-1.106%201.726%201.726%200%200%201%201.181-.456c.371-.008.736.086%201.052.272.304.188.546.455.697.772l-.909.551ZM61.57%2036.779c.008.34-.048.678-.165.999a1.922%201.922%200%200%201-.458.702c-.198.188-.437.33-.7.415-.58.181-1.203.181-1.782%200a1.836%201.836%200%200%201-.7-.415c-.204-.2-.36-.439-.458-.702a2.732%202.732%200%200%201-.166-1v-3.567h1.103v3.584c0%20.833.371%201.25%201.112%201.25.741%200%201.111-.417%201.111-1.25v-3.584h1.104v3.568ZM74.554%2035.147a1.528%201.528%200%200%200-.453-.575c-.185-.14-.399-.24-.627-.293a3.058%203.058%200%200%200-.7-.082h-.376v3.782h.377c.235%200%20.47-.028.699-.082.228-.053.442-.152.627-.292a1.52%201.52%200%200%200%20.453-.576c.127-.298.187-.619.175-.94a2.195%202.195%200%200%200-.175-.942Zm-3.26%203.819V33.21h1.822c.341%200%20.68.055%201.002.164.325.11.621.287.87.518.266.254.475.559.61.896.162.415.24.856.229%201.3.01.442-.067.883-.229%201.298a2.55%202.55%200%200%201-.61.896%202.408%202.408%200%200%201-.87.518c-.322.109-.66.165-1.002.164h-1.821ZM79%2033.21v4.769h2.52v.987h-3.623V33.21H79ZM68.584%2033.21v5.756H67.42l-2.18-3.799v3.799h-1.103V33.21H65.3l2.18%203.798V33.21h1.104Z%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M61.57%2036.779c.008.34-.048.678-.165.999a1.922%201.922%200%200%201-.458.702c-.198.188-.437.33-.7.415-.58.181-1.203.181-1.782%200a1.836%201.836%200%200%201-.7-.415c-.204-.2-.36-.439-.458-.702a2.732%202.732%200%200%201-.166-1v-3.567h1.103v3.584c0%20.833.371%201.25%201.112%201.25.741%200%201.111-.417%201.111-1.25v-3.584h1.104v3.568ZM52.529%2034.132c-.208%200-.413.039-.605.115-.196.079-.371.2-.512.354a1.703%201.703%200%200%200-.351.608%202.673%202.673%200%200%200-.13.88c-.006.297.038.595.13.88.073.223.192.43.35.607.142.154.317.275.513.354.388.153.822.153%201.21%200%20.197-.079.372-.2.513-.354.158-.177.278-.384.35-.608.092-.284.136-.582.13-.88a2.687%202.687%200%200%200-.13-.88%201.7%201.7%200%200%200-.35-.607%201.406%201.406%200%200%200-.513-.354%201.634%201.634%200%200%200-.605-.115Zm0-.986c.347-.002.692.06%201.016.18.32.12.61.305.85.543.259.262.456.575.58.916.152.42.224.86.215%201.304a3.62%203.62%200%200%201-.214%201.303%202.556%202.556%200%200%201-.58.916c-.24.238-.53.423-.85.542a2.942%202.942%200%200%201-2.032%200%202.383%202.383%200%200%201-.85-.542%202.557%202.557%200%200%201-.581-.916%203.62%203.62%200%200%201-.214-1.303c-.01-.444.063-.884.214-1.304.124-.341.322-.654.58-.916.24-.238.53-.423.85-.542.325-.121.669-.183%201.016-.181ZM45.22%2036.434v1.545h1.009c.345%200%20.591-.067.738-.2a.736.736%200%200%200%20.221-.573.734.734%200%200%200-.22-.57c-.148-.135-.394-.203-.739-.203h-1.01Zm0-2.236v1.25h1.009a.85.85%200%200%200%20.514-.136c.121-.09.182-.254.182-.49%200-.235-.06-.398-.182-.489a.902.902%200%200%200-.54-.135h-.984Zm1.069-.987c.233-.003.466.03.691.095.198.058.38.156.535.287.153.134.272.3.348.486.086.218.128.452.123.686.003.221-.05.44-.153.637a.978.978%200%200%201-.433.423c.27.1.5.277.658.51.166.27.248.582.233.896%200%20.564-.174.995-.522%201.29-.348.296-.827.445-1.438.444h-2.215v-5.754h2.173ZM87.104%2033.21v.987h-2.571v1.209h1.638v.986h-1.638v1.587h2.656v.987h-3.76V33.21h3.675Z%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M37.111%2038.972h-.852l1.552-4.41h.986l1.555%204.41h-.853l-1.178-3.505h-.034l-1.176%203.505Zm.029-1.729h2.325v.642h-2.326v-.642ZM106.37%2036.11h-.805a.998.998%200%200%200-.358-.614.955.955%200%200%200-.314-.162%201.227%201.227%200%200%200-.377-.056c-.24%200-.452.06-.637.181-.185.12-.331.295-.435.526-.105.23-.158.51-.158.842%200%20.337.053.621.158.852.106.23.251.404.435.521.185.117.397.175.635.175.132%200%20.255-.017.37-.052.116-.036.22-.088.312-.157a.963.963%200%200%200%20.369-.599l.805.005a1.72%201.72%200%200%201-.196.59%201.735%201.735%200%200%201-.954.813%202.097%202.097%200%200%201-.717.117c-.388%200-.733-.09-1.038-.27a1.88%201.88%200%200%201-.719-.777c-.175-.338-.263-.745-.263-1.218%200-.475.089-.882.265-1.22.177-.338.417-.597.722-.776.304-.18.648-.27%201.033-.27.246%200%20.474.035.685.104.211.069.399.17.564.303.165.132.301.295.407.487.108.19.178.41.211.655ZM108.51%2039.096c-.323%200-.603-.071-.84-.213a1.442%201.442%200%200%201-.551-.597%201.95%201.95%200%200%201-.194-.896c0-.341.064-.64.194-.897a1.44%201.44%200%200%201%20.551-.599c.237-.142.517-.213.84-.213.323%200%20.602.07.839.213.237.142.42.342.549.599.131.256.196.556.196.897%200%20.342-.065.64-.196.896a1.43%201.43%200%200%201-.549.597%201.6%201.6%200%200%201-.839.213Zm.004-.625a.672.672%200%200%200%20.439-.144.872.872%200%200%200%20.263-.392c.059-.164.088-.346.088-.547%200-.202-.029-.385-.088-.549a.872.872%200%200%200-.263-.394.665.665%200%200%200-.439-.146.683.683%200%200%200-.448.146.883.883%200%200%200-.265.394%201.662%201.662%200%200%200-.086.55c0%20.2.029.382.086.546a.884.884%200%200%200%20.265.392.69.69%200%200%200%20.448.144ZM110.756%2039.031v-3.307h.745v.562h.039a.875.875%200%200%201%20.342-.444.995.995%200%200%201%20.571-.161c.223%200%20.412.054.566.163a.855.855%200%200%201%20.327.442h.035a.9.9%200%200%201%20.37-.44%201.14%201.14%200%200%201%20.622-.165c.305%200%20.553.096.745.288.193.193.289.473.289.842v2.22h-.782v-2.1c0-.204-.054-.354-.163-.45a.585.585%200%200%200-.401-.144.563.563%200%200%200-.441.177.652.652%200%200%200-.157.454v2.063h-.765V36.9a.55.55%200%200%200-.155-.409.54.54%200%200%200-.4-.153.567.567%200%200%200-.306.087.605.605%200%200%200-.22.239.754.754%200%200%200-.082.357v2.011h-.779ZM116.198%2040.272v-4.548h.767v.547h.045c.04-.08.097-.166.17-.256a.897.897%200%200%201%20.297-.235c.125-.066.285-.1.478-.1.256%200%20.486.066.691.197.207.129.371.32.491.575.123.252.184.562.184.93%200%20.363-.06.672-.179.926a1.362%201.362%200%200%201-.487.581c-.205.133-.438.2-.698.2a1.04%201.04%200%200%201-.471-.094.95.95%200%200%201-.301-.229%201.482%201.482%200%200%201-.175-.256h-.032v1.762h-.78Zm.765-2.895c0%20.215.03.402.09.562.062.161.15.287.265.377a.674.674%200%200%200%20.422.134.677.677%200%200%200%20.433-.138.844.844%200%200%200%20.262-.381c.061-.162.091-.347.091-.553a1.57%201.57%200%200%200-.088-.547.825.825%200%200%200-.263-.375.687.687%200%200%200-.435-.136.682.682%200%200%200-.424.132.8.8%200%200%200-.265.368%201.593%201.593%200%200%200-.088.557ZM120.94%2039.098c-.21%200-.399-.038-.567-.112a.93.93%200%200%201-.396-.336.984.984%200%200%201-.144-.547.93.93%200%200%201%20.103-.463.8.8%200%200%201%20.282-.293c.12-.073.254-.128.403-.166.151-.038.306-.066.467-.083.194-.02.351-.038.472-.054a.707.707%200%200%200%20.263-.078c.055-.036.083-.091.083-.166v-.012a.489.489%200%200%200-.144-.377c-.096-.09-.235-.134-.415-.134-.191%200-.343.042-.455.125a.624.624%200%200%200-.224.295l-.728-.103c.058-.201.153-.37.285-.504.132-.136.293-.239.484-.306.191-.069.402-.103.633-.103.16%200%20.318.018.476.056.158.037.302.099.433.185.131.085.235.2.314.347.081.146.121.329.121.549v2.213h-.749v-.454h-.026a.948.948%200%200%201-.521.45%201.294%201.294%200%200%201-.45.07Zm.202-.573c.156%200%20.292-.03.407-.092a.685.685%200%200%200%20.265-.25.637.637%200%200%200%20.095-.338v-.39a.373.373%200%200%201-.125.056%201.77%201.77%200%200%201-.194.045%205.664%205.664%200%200%201-.213.035l-.183.025a1.343%201.343%200%200%200-.312.078.517.517%200%200%200-.218.15.369.369%200%200%200-.08.246c0%20.144.053.252.157.325.105.074.239.11.401.11ZM124.248%2037.093v1.938h-.779v-3.307h.745v.562h.039a.943.943%200%200%201%20.364-.442c.168-.109.375-.163.622-.163.228%200%20.427.049.596.146a.99.99%200%200%201%20.397.425c.094.184.141.41.139.673v2.106h-.779v-1.985c0-.221-.057-.394-.172-.519-.114-.125-.271-.187-.472-.187a.725.725%200%200%200-.364.09.624.624%200%200%200-.247.256.863.863%200%200%200-.089.407ZM127.53%2040.271a1.57%201.57%200%200%201-.508-.081l.181-.608c.113.033.215.049.304.048a.369.369%200%200%200%20.234-.085.598.598%200%200%200%20.175-.266l.066-.18-1.199-3.375h.827l.762%202.497h.035l.764-2.497H130l-1.324%203.707a1.49%201.49%200%200%201-.246.45.997.997%200%200%201-.374.29%201.253%201.253%200%200%201-.526.1ZM40.61%2020.563v2.805h-1.902c-1.677%200-2.701-.787-2.701-2.63V6.088h3.36v13.579c0%20.495.402.896.898.896h.345ZM48.16%2023.612c-2.208%200-4.018-.584-5.43-1.75-1.413-1.17-2.12-2.694-2.12-4.576%200-1.881.702-3.408%202.107-4.574%201.403-1.17%203.218-1.753%205.443-1.753%202.226%200%204.04.584%205.444%201.75%201.404%201.168%202.107%202.693%202.107%204.575%200%201.882-.703%203.407-2.107%204.575-1.405%201.17-3.22%201.753-5.444%201.753Zm-3.068-3.882c.746.64%201.77.962%203.068.962%201.3%200%202.322-.32%203.07-.962.746-.642%201.12-1.456%201.12-2.446%200-.99-.374-1.805-1.12-2.446-.747-.642-1.77-.962-3.07-.962-1.299%200-2.322.32-3.068.962-.747.641-1.12%201.456-1.12%202.446%200%20.99.372%201.805%201.12%202.446ZM63.554%2023.613c-2.274%200-4.089-.576-5.444-1.728-1.356-1.151-2.033-2.66-2.033-4.526%200-1.866.698-3.46%202.096-4.637%201.397-1.175%203.174-1.765%205.332-1.765%201.835%200%203.406.415%204.713%201.241%201.306.828%202.065%202.012%202.278%203.554H67.11c-.179-.552-.593-1.002-1.242-1.35-.65-.35-1.437-.523-2.362-.523-1.219%200-2.196.316-2.935.948-.74.633-1.108%201.476-1.108%202.53%200%201.056.361%201.834%201.084%202.434.722.601%201.725.9%203.008.9%201.949%200%203.15-.536%203.604-1.606h3.386c-.227%201.411-.966%202.52-2.216%203.323-1.251.803-2.842%201.205-4.775%201.205ZM85.326%206.089v14.797h-.267c-.682%200-1.024-.357-1.024-1.07V15.75c0-1.574-.585-2.765-1.753-3.577-1.17-.812-2.68-1.218-4.53-1.218-1.852%200-3.289.397-4.408%201.193-1.12.796-1.762%201.858-1.925%203.188h3.361c.26-1.184%201.25-1.776%202.97-1.776.91%200%201.624.17%202.145.512.519.34.778.835.778%201.484v.316l-5.48.414c-1.347.098-2.414.454-3.201%201.071-.789.617-1.181%201.493-1.181%202.629%200%201.2.47%202.105%201.412%202.713.942.608%202.217.913%203.824.913%202.37%200%204.075-.624%205.114-1.874.439%201.087%201.373%201.631%202.801%201.631h4.725V6.089h-3.361Zm-4.653%2012.436c0%20.876-.422%201.522-1.267%201.935-.844.413-1.843.62-2.995.62-1.477%200-2.216-.421-2.216-1.265%200-.78.625-1.226%201.876-1.34l4.602-.341v.391ZM116.249%2020.764v2.604h-12.42V21.69l6.99-7.74v-.146h-6.857c-.415%200-.789.246-.953.627l-.673%201.537-3.784%208.763c-.212.47-.403.851-.573%201.144-.17.292-.463.673-.876%201.144-.413.47-.95.832-1.607%201.084-.658.25-1.424.377-2.302.377-.65%200-1.364-.09-2.144-.267l-.024-2.482c.52.097.983.145%201.389.145%201.444%200%202.434-.55%202.97-1.654l.44-.852h-1.099L89.052%2011.2h3.654l4.042%208.908h.219l3.799-8.908h15.093v1.68l-6.917%207.739v.145h7.307Z%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M126.637%2019.426h3.313c-.261%201.282-.986%202.3-2.18%203.055-1.194.754-2.708%201.131-4.542%201.131-2.24%200-4.039-.568-5.395-1.702-1.355-1.136-2.033-2.645-2.033-4.527%200-1.881.678-3.505%202.033-4.673%201.355-1.169%203.081-1.752%205.175-1.752%201.948%200%203.581.522%204.895%201.57%201.315%201.046%201.981%202.6%201.997%204.66%200%20.34-.025.682-.073%201.022h-10.666a2.827%202.827%200%200%200%201.218%202.008c.698.495%201.648.742%202.849.742%201.851%200%202.987-.511%203.409-1.534Zm-3.627-5.817c-1.056%200-1.908.211-2.558.633-.649.422-1.055.973-1.218%201.654h7.355c-.098-.697-.46-1.253-1.084-1.667-.626-.413-1.457-.62-2.495-.62ZM30.083%2012c-.2-1.022-.51-2.021-.93-2.988a14.717%2014.717%200%200%200-3.26-4.697C23.029%201.533%2019.223%200%2015.175%200%2011.508%200%208.04%201.257%205.29%203.563c-.286.24-.564.492-.834.754a14.697%2014.697%200%200%200-3.865%206.355A14.392%2014.392%200%200%200%200%2014.773c0%201.998.404%203.936%201.197%205.762a14.696%2014.696%200%200%200%203.258%204.695c2.865%202.782%206.672%204.316%2010.72%204.316a15.59%2015.59%200%200%200%204.963-.804c.387-.13.768-.276%201.143-.437h.002a15.157%2015.157%200%200%200%204.611-3.074%2014.698%2014.698%200%200%200%203.26-4.695%2014.338%2014.338%200%200%200%201.197-5.761%2014.517%2014.517%200%200%200-.268-2.776ZM4.511%2021.343l-.001.008a.379.379%200%200%201-.69.15c-.002%200-.003-.002-.005-.005l-.027-.044-.031-.05-.005-.008a7.67%207.67%200%200%201-.132-.218l-.063-.109-.125-.22-.116-.214-.12-.235c-.02-.037-.038-.076-.056-.113a12.24%2012.24%200%200%201-.263-.576l-.096-.23-.046-.117-.046-.118a13.275%2013.275%200%200%201-.351-1.064l-.004-.012a12.348%2012.348%200%200%201-.097-.366l-.03-.123a4.273%204.273%200%200%201-.032-.14%2012.571%2012.571%200%200%201-.12-.603l-.02-.126c-.008-.042-.014-.084-.02-.125a11.294%2011.294%200%200%201-.061-.458l-.012-.092a11.69%2011.69%200%200%201-.02-.207l-.01-.122a11.43%2011.43%200%200%201-.024-.359l-.004-.08-.004-.079c0-.042-.003-.085-.005-.127%200-.044-.002-.087-.003-.13-.002-.032-.002-.063-.002-.095v-.276a.5.5%200%200%201%20.826-.367l.038.032.01.01.088.071.093.075.08.062.106.079a4.442%204.442%200%200%200%20.283.192c.065.041.101.11.101.181%200%20.04-.011.08-.035.116-.545.831-.343%202.17-.135%203.026.297%201.222%201.376%202.002%201.186%203.206Zm23.491-3.112a12.758%2012.758%200%200%201-3.404%205.649.111.111%200%200%201-.188-.098c.287-1.811.12-3.674-.488-4.865-.563-.977-1.668.518-2.283-.547-.76-1.318-1.68-1.746-3.37-1.848-2.522-.151-4.13.422-4.667%203.018-.349%201.69%201.047%203.158%203.475%204%201.518.526.523%201.934.478%203.302a.753.753%200%200%201-.66.72c-.567.07-1.14.107-1.72.107-2.725%200-5.322-.789-7.52-2.252a1.006%201.006%200%200%201-.304-1.351%209.204%209.204%200%200%201%201.893-2.263c1.457-1.266%202.803-2.039%202.26-3.496-.617-1.658-2.682-1.904-4.31-3.342a2.785%202.785%200%200%200-1.866-.684.746.746%200%200%201-.736-.655c-.072-.553-.007-1.062.357-1.331.692-.511%201.435-.325%202.014.29.465.494%201.473.15%201.374-.567-.222-1.616%201.508-2.091%201.825-3.57.313-1.456-.502-2.577-1.725-3.462A.825.825%200%200%201%208.515%203.6a13.559%2013.559%200%200%201%206.658-1.723c.784%200%201.552.1%202.313.192.582.07.782.575.53.962-.751%201.153-1.41.88-1.861%201.57-.279.426-.004%201.361.602%201.373.981.017.72.778%201.46.805%201.003.037%201.593-2.04%202.14-1.807.194.083.111.308%200%20.547-.45.955-.951%202.017-2.47%202.087-.961%200-1.96.036-2.722.226a5.342%205.342%200%200%200-1.405.552c-.674.362-.715%201.36-.296%201.98.235.348.493.789.433%201.37-.142%201.341-1.122.763-1.244%202.335-.016.213-.008%201.425.469%201.966.287.325.554.558%201.324.537.616-.018%201.18-.18%201.624-.457.785-.488%201.009-.879%201.105-1.944.052-.836.614-1.145%201.153-.99.49.14.616.98%201.677.98.44%200%20.697-.281%201.218-.438.663-.2%201.077.502%201.35%201.267.641%201.792%202.28%201.888%203.654%201.588.203-.045.383-.066.543-.066%201.398-.001%201.283%201.539%201.232%201.72Z%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.localyze.com/images/touch/icon-192x192.png",
    "ogImage": "https://images.prismic.io/localyze-poc/Z8r_LxsAHJWomO3A_socialimage.png?auto=format,compress",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Localyze'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Schedule a demo",
      "reasoning": "Button #0 'Schedule a demo' uses the vibrant brand color #102EE9, making it the most prominent CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Do you want to hear more stories?",
      "reasoning": "Button #4 'Do you want to hear more stories?' has a different background color (#FFFFFF) and serves as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals seeking global mobility solutions"
  },
  "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 visible, located in the header, links to the homepage, and matches the brand name 'Localyze'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles