Home · Branding · Openlayer

Openlayer Brand Identity

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

Download JSON
Primary
#9E9EFF
Accent
#592FEA
Body Font
Roboto
Heading
Monument Grotesk

Color Palette

Brand palette extracted from https://openlayer.com.

primary
#9E9EFF
rgb(158, 158, 255)
secondary
#9074F0
rgb(144, 116, 240)
accent
#592FEA
rgb(89, 47, 234)
background
#04010E
rgb(4, 1, 14)
textPrimary
#04010E
rgb(4, 1, 14)
link
#592FEA
rgb(89, 47, 234)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Monument Grotesk
Monument Grotesk Google Fonts →
Monument Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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

Openlayer logo
Logo
Openlayer favicon
Favicon
Openlayer social image
Social Card

UI Components

Live previews rendered using Openlayer's actual button styles.

buttonPrimary
background #04010E textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #110E1A borderRadius 24px shadow rgba(255, 255, 255, 0.1) 0px 0px 1px 0px inset, rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset

Brand Personality

Tone: professional Energy: medium Audience: businesses and organizations interested in AI governance

Openlayer Brand in the Wild

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

Frequently Asked Questions

What is Openlayer's primary brand color?

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

What accent color does Openlayer use?

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

What font does Openlayer use?

Openlayer uses Roboto for body text and Monument Grotesk for headings. Fonts were detected on https://openlayer.com as part of their live design system.

Does Openlayer use a light or dark theme?

Openlayer's primary site uses a dark color scheme, with a background of #04010E.

Where can I find Openlayer's logo?

Openlayer's logo is available directly on their site (https://openlayer.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://openlayer.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 Openlayer.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Monument Grotesk",
      "role": "heading"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#9E9EFF",
    "secondary": "#9074F0",
    "accent": "#592FEA",
    "background": "#04010E",
    "textPrimary": "#04010E",
    "link": "#592FEA"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Monument Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Monument Grotesk",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Monument Grotesk",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Monument Grotesk",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "16px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#04010E",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#110E1A",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "rgba(255, 255, 255, 0.1) 0px 0px 1px 0px inset, rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%22124%22%20viewBox%3D%220%200%20124%2024%22%20fill%3D%22none%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M31.2403%2017.4861C30.1834%2016.8909%2029.3778%2016.0186%2028.827%2014.8674C28.2763%2013.7162%2028%2012.3216%2028%2010.6836C28%209.17%2028.2745%207.83402%2028.8217%206.67571C29.3689%205.51739%2030.1763%204.61667%2031.2403%203.97C32.3044%203.32333%2033.5824%203%2035.0742%203C36.566%203%2037.8101%203.32511%2038.8706%203.97533C39.9311%204.62555%2040.7403%205.52982%2041.2946%206.69169C41.8489%207.85357%2042.127%209.18421%2042.127%2010.6836C42.127%2012.183%2041.8507%2013.5439%2041.3%2014.7022C40.7492%2015.8605%2039.9418%2016.763%2038.8813%2017.4079C37.8208%2018.0546%2036.5518%2018.3779%2035.0742%2018.3779C33.5966%2018.3779%2032.2973%2018.0812%2031.2403%2017.4861ZM37.311%2016.31C37.9206%2016.0364%2038.4179%2015.6207%2038.7993%2015.0611C39.1807%2014.521%2039.4677%2013.8921%2039.662%2013.1744C39.8563%2012.4549%2039.9525%2011.6252%2039.9525%2010.6854C39.9525%209.7456%2039.8563%208.92128%2039.662%208.21243C39.4677%207.50358%2039.179%206.87646%2038.7993%206.33105C38.0293%205.21892%2036.8156%204.66109%2035.158%204.66109C34.2561%204.66109%2033.4772%204.81209%2032.8231%205.11233C32.1672%205.41257%2031.6592%205.79098%2031.2991%206.24755C30.9391%206.72367%2030.6611%207.34547%2030.4668%208.10939C30.2725%208.87331%2030.1763%209.73139%2030.1763%2010.6854C30.1763%2011.6394%2030.2761%2012.5419%2030.4775%2013.3094C30.6789%2014.0769%2030.932%2014.6613%2031.2368%2015.0611C31.6592%2015.594%2032.1975%2016.0027%2032.8498%2016.2905C33.5021%2016.5783%2034.2436%2016.7204%2035.076%2016.7204C35.9565%2016.7204%2036.7015%2016.5836%2037.3128%2016.31H37.311Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M52.1277%207.91581C52.8692%208.36528%2053.4502%209.01017%2053.8709%209.85048C54.2897%2010.6908%2054.5001%2011.6768%2054.5001%2012.8102C54.5001%2013.9437%2054.2969%2014.8906%2053.8923%2015.7345C53.4859%2016.5783%2052.9173%2017.2285%2052.1866%2017.6887C51.4558%2018.1488%2050.6145%2018.378%2049.6645%2018.378C48.1531%2018.378%2047.0088%2017.829%2046.2317%2016.7293V22.3699H44.3174V7.50009H46.2317V9.05458C46.6202%208.447%2047.0979%207.9922%2047.6665%207.69018C48.2351%207.38995%2048.8803%207.23894%2049.6021%207.23894C50.545%207.23894%2051.3881%207.46278%2052.1295%207.91225L52.1277%207.91581ZM51.6643%2015.8322C52.1473%2015.1588%2052.388%2014.1515%2052.388%2012.8102C52.388%2011.9255%2052.2953%2011.19%2052.1117%2010.602C51.9281%2010.0139%2051.6073%209.55913%2051.1492%209.23757C50.6912%208.91601%2050.0602%208.75612%2049.2564%208.75612C48.2369%208.75612%2047.4669%209.09544%2046.9464%209.77231C46.426%2010.4492%2046.1657%2011.4565%2046.1657%2012.7889C46.1657%2013.9916%2046.3796%2014.9688%2046.8056%2015.7185C47.2316%2016.4682%2048.0354%2016.843%2049.2136%2016.843C50.3917%2016.843%2051.1813%2016.5055%2051.6625%2015.8322H51.6643Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M64.4849%2015.0096C64.3209%2015.5443%2064.0517%2015.96%2063.6721%2016.2567C63.173%2016.6476%2062.469%2016.843%2061.56%2016.843C60.5619%2016.843%2059.8133%2016.5605%2059.3178%2015.9938C58.8223%2015.4271%2058.5603%2014.5566%2058.5318%2013.3805H66.6148C66.6219%2013.2845%2066.6255%2013.1353%2066.6255%2012.9346C66.6255%2012.2577%2066.5453%2011.6039%2066.3866%2010.975C66.2262%2010.3461%2066.0052%209.80247%2065.72%209.3459C65.2905%208.66903%2064.7041%208.1485%2063.9626%207.78608C63.2212%207.42366%2062.4191%207.24067%2061.56%207.24067C60.79%207.24067%2060.086%207.37569%2059.4479%207.64573C58.8098%207.91577%2058.2591%208.31194%2057.7939%208.8378C57.3501%209.32813%2057.015%209.91084%2056.7904%2010.5842C56.564%2011.2575%2056.4518%2011.993%2056.4518%2012.7871C56.4518%2014.5086%2056.8849%2015.8534%2057.7511%2016.8199C58.6458%2017.8574%2059.922%2018.3762%2061.5796%2018.3762C62.9395%2018.3762%2064.0339%2018.0582%2064.8627%2017.4221C65.6006%2016.8554%2066.1014%2016.0506%2066.3688%2015.0078H64.4849V15.0096ZM58.694%2010.8755C58.7742%2010.5469%2058.9007%2010.2377%2059.0736%209.94815C59.2875%209.58929%2059.6137%209.30681%2060.0521%209.10251C60.4888%208.8982%2060.9986%208.79694%2061.5814%208.79694C62.1642%208.79694%2062.6579%208.88932%2063.0643%209.07231C63.4707%209.25529%2063.8076%209.54843%2064.0785%209.94815C64.2442%2010.1898%2064.3797%2010.4882%2064.4849%2010.8453C64.59%2011.2006%2064.6453%2011.5311%2064.6506%2011.8349H58.5656C58.5728%2011.524%2058.6155%2011.2042%2058.6957%2010.8755H58.694Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M68.5896%209.14683V18.1185H70.5039V9.14683H68.5896Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M70.5039%207.24065V9.14868H75.8831V18.1185H77.7973V11.7069C77.7973%209.23928%2075.7904%207.24065%2073.3165%207.24065H70.5039Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M80.1554%203.24879H82.0697V18.1186H80.1554V3.24879Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M94.2895%2016.6422H93.049V10.7458C93.049%209.59104%2092.7086%208.71875%2092.0295%208.12716C91.3504%207.53556%2090.3398%207.24065%2089.003%207.24065C88.324%207.24065%2087.7055%207.30816%2087.1512%207.44318C86.5969%207.5782%2086.1281%207.77362%2085.7467%208.02945C85.3314%208.30659%2085.0123%208.67611%2084.7895%209.1398C84.5917%209.55018%2084.4758%2010.0299%2084.4366%2010.577H86.3259C86.3919%2010.0103%2086.5844%209.58038%2086.907%209.29613C87.3134%208.93727%2087.9764%208.75606%2088.8997%208.75606C89.3649%208.75606%2089.7659%208.81824%2090.1063%208.9426C90.4468%209.06696%2090.6892%209.23573%2090.8335%209.45069C90.9868%209.65855%2091.0848%209.90194%2091.1294%2010.1809C91.174%2010.4616%2091.1971%2010.8631%2091.1971%2011.3889L87.6805%2012.0622C86.9943%2012.1937%2086.3919%2012.3678%2085.875%2012.5863C85.3581%2012.8048%2084.9268%2013.1353%2084.5792%2013.5776C84.2317%2014.02%2084.0588%2014.6009%2084.0588%2015.3187C84.0588%2015.976%2084.2263%2016.5356%2084.5632%2016.9993C84.9001%2017.463%2085.3403%2017.8076%2085.8839%2018.0368C86.4275%2018.2642%2087.0121%2018.3779%2087.636%2018.3779C89.4255%2018.3779%2090.6214%2017.7668%2091.2256%2016.5427C91.3148%2017.6495%2091.9511%2018.202%2093.1292%2018.202C93.5659%2018.202%2093.9651%2018.1736%2094.3252%2018.1185L94.286%2016.644L94.2895%2016.6422ZM91.1971%2014.1053C91.1971%2014.9207%2090.9298%2015.5816%2090.3969%2016.0862C89.8621%2016.5907%2089.044%2016.843%2087.9425%2016.843C87.3954%2016.843%2086.9373%2016.7044%2086.5701%2016.429C86.203%2016.1519%2086.0194%2015.7753%2086.0194%2015.2991C86.0194%2014.9118%2086.1014%2014.6027%2086.2636%2014.3718C86.4258%2014.1408%2086.645%2013.9632%2086.9195%2013.8424C87.194%2013.7215%2087.5486%2013.6132%2087.9853%2013.5155L91.1989%2012.8102V14.1053H91.1971Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M104.251%207.50009H102.25L100.216%2013.2188C99.9806%2013.8815%2099.6633%2014.8213%2099.2605%2016.0418L98.6064%2014.0769L98.3265%2013.2188L96.3036%207.50009H94.2592L98.3978%2017.9782V20.4388H94.9579V22.3681H95.8009C98.2731%2022.3681%20100.282%2020.3961%20100.333%2017.9445L104.253%207.49831L104.251%207.50009Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M112.896%2015.0096C112.732%2015.5443%20112.462%2015.96%20112.083%2016.2567C111.584%2016.6475%20110.88%2016.843%20109.971%2016.843C108.973%2016.843%20108.224%2016.5605%20107.729%2015.9938C107.233%2015.427%20106.971%2014.5565%20106.942%2013.3804H115.025C115.033%2013.2845%20115.036%2013.1353%20115.036%2012.9345C115.036%2012.2577%20114.956%2011.6039%20114.797%2010.975C114.637%2010.3461%20114.416%209.80245%20114.131%209.34588C113.701%208.66901%20113.115%208.14848%20112.373%207.78606C111.632%207.42364%20110.83%207.24065%20109.971%207.24065C109.201%207.24065%20108.497%207.37567%20107.859%207.64571C107.221%207.91575%20106.67%208.31192%20106.205%208.83778C105.761%209.32811%20105.426%209.91082%20105.201%2010.5841C104.975%2011.2575%20104.862%2011.993%20104.862%2012.7871C104.862%2014.5086%20105.296%2015.8534%20106.162%2016.8199C107.057%2017.8574%20108.333%2018.3761%20109.99%2018.3761C111.35%2018.3761%20112.445%2018.0581%20113.273%2017.4221C114.011%2016.8554%20114.512%2016.0506%20114.78%2015.0078H112.896V15.0096ZM107.105%2010.8755C107.185%2010.5468%20107.311%2010.2377%20107.484%209.94813C107.698%209.58927%20108.024%209.30679%20108.463%209.10249C108.9%208.89818%20109.409%208.79692%20109.992%208.79692C110.575%208.79692%20111.069%208.8893%20111.475%209.07229C111.881%209.25527%20112.218%209.54841%20112.489%209.94813C112.655%2010.1897%20112.79%2010.4882%20112.896%2010.8453C113.001%2011.2006%20113.056%2011.531%20113.061%2011.8348H106.976C106.983%2011.5239%20107.026%2011.2042%20107.106%2010.8755H107.105Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M118.961%209.19663H123.579V7.24241H121.592C119.055%207.24241%20117%209.29078%20117%2011.8188V18.1185H118.957L118.963%209.19663H118.961Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M5.00044%202V7H14.2411C14.66%207%2015.0004%207.34043%2015.0004%207.75929V17H20.0004V8L14.0004%202H5.00044Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M5.00161%2016.2407L4.99983%207H0L0.00192928%2011.2448C0.00192928%2017.1836%204.99239%2021.9996%2010.933%2021.9996H15L14.9998%2017H5.75912C5.34026%2017%204.99983%2016.6596%204.99983%2016.2407H5.00161Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(122%2C%2088%2C%20238)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.openlayer.com/icon1.png?175b8e01e6085650",
    "ogImage": "https://openlayer.com/opengraph-image.jpg?edcd680c69b5ea1d",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Request demo",
      "reasoning": "Button #2 'Request demo' is likely the primary CTA due to its action-oriented text and prominence in the context of an AI governance platform."
    },
    "secondary": {
      "index": 2,
      "text": "Start from a template",
      "reasoning": "Button #1 'Start from a template' is selected as secondary due to its transparent background, making it less prominent than the primary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and organizations interested in AI governance"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles