Home · Branding · Liveblocks

Liveblocks Brand Identity

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

Download JSON
Primary
#EBF6FF
Accent
#0090FF
Body Font
Suisse
Heading
Suisse

Color Palette

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

primary
#EBF6FF
rgb(235, 246, 255)
secondary
#34A7FF
rgb(52, 167, 255)
accent
#0090FF
rgb(0, 144, 255)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#0090FF
rgb(0, 144, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Suisse
heading
Suisse
Suisse, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open 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

Liveblocks logo
Logo
Liveblocks favicon
Favicon
Liveblocks social image
Social Card

UI Components

Live previews rendered using Liveblocks's actual button styles.

buttonPrimary
background #FFFFFF textColor #000000 borderRadius 8px shadow none
buttonSecondary
background #212121 textColor #FFFFFF borderRadius 6px shadow none

Brand Personality

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

Liveblocks Brand in the Wild

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

Frequently Asked Questions

What is Liveblocks's primary brand color?

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

What accent color does Liveblocks use?

Liveblocks uses #0090FF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Liveblocks use?

Liveblocks uses Suisse as the primary typeface across body and headings.

Does Liveblocks use a light or dark theme?

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

Where can I find Liveblocks's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Suisse",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#EBF6FF",
    "secondary": "#34A7FF",
    "accent": "#0090FF",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#0090FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Suisse",
      "heading": "Suisse"
    },
    "fontStacks": {
      "heading": [
        "Suisse",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Suisse",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Suisse",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "52px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#212121",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%22128%22%20height%3D%2224%22%20viewBox%3D%220%200%20128%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-auto%20lg%3Amb-1.5%20lg%3Agroup-hover%3Aanimate-flare%20fill-current%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.8316%203.21884H26L26.0007%2019.9974H28.8316V3.21884ZM34.0855%208.01549H31.2547V19.9974H34.0855V8.01549ZM34.0855%203.08984H31.2547V6.14356H34.0855V3.08984ZM38.2401%208.01549H35.1978L39.4807%2019.9974H42.6398L46.9226%208.01549H43.9269L42.1367%2013.6908C42.0901%2013.8384%2041.9224%2014.416%2041.6336%2015.4222L41.0602%2017.3529C40.7213%2016.1277%2040.3665%2014.9069%2039.996%2013.6908L38.2401%208.01549ZM58.5185%2011.7601C58.2841%2010.9567%2057.9408%2010.2737%2057.4879%209.71184C56.9805%209.08118%2056.3376%208.59313%2055.5579%208.24984C54.7853%207.89868%2053.9274%207.72381%2052.9836%207.72381C51.1897%207.72381%2049.7542%208.28496%2048.6778%209.40798C48.1408%209.9882%2047.7303%2010.6737%2047.4723%2011.4211C47.2072%2012.1929%2047.0746%2013.0472%2047.0746%2013.9832C47.0746%2015.9877%2047.6092%2017.5364%2048.6785%2018.6286C49.7621%2019.7359%2051.2055%2020.2898%2053.0072%2020.2898C54.5517%2020.2898%2055.803%2019.943%2056.7633%2019.2485C57.723%2018.5541%2058.3586%2017.5249%2058.6704%2016.1597L55.909%2015.949C55.7765%2016.69%2055.4719%2017.244%2054.996%2017.6102C54.5201%2017.9693%2053.8493%2018.1492%2052.9836%2018.1492C51.0027%2018.1492%2049.9886%2017.0333%2049.942%2014.8023H58.8575L58.8696%2014.4046C58.8696%2013.445%2058.7521%2012.5635%2058.5185%2011.7601ZM50.5734%2010.918C51.0729%2010.2157%2051.8763%209.86449%2052.9836%209.86449C53.5218%209.86449%2053.9747%209.93831%2054.341%2010.0867C54.7079%2010.235%2055.024%2010.4729%2055.2891%2010.8005C55.4953%2011.0547%2055.6539%2011.3441%2055.7571%2011.6547C55.8734%2011.9788%2055.9443%2012.3174%2055.9678%2012.6609H49.9649C50.0352%2011.9665%2050.238%2011.3853%2050.5734%2010.918ZM69.8685%208.48419C69.0651%207.96103%2068.137%207.70016%2067.0842%207.70016H67.0827C66.3188%207.70016%2065.6207%207.85568%2064.9886%208.16814C64.3667%208.4713%2063.8342%208.9309%2063.4435%209.50186V3.21884H60.6126V19.9974H63.4442V18.3477C63.8031%2018.9405%2064.3115%2019.4286%2064.9184%2019.7631C65.5505%2020.1143%2066.2485%2020.2898%2067.0125%2020.2898C68.0739%2020.2898%2069.0135%2020.0361%2069.8341%2019.5295C70.6525%2019.0228%2071.2882%2018.2968%2071.7404%2017.3529C72.2005%2016.4012%2072.4313%2015.2861%2072.4313%2014.0068C72.4313%2012.7584%2072.2041%2011.659%2071.7526%2010.7073C71.3076%209.74768%2070.6797%209.00664%2069.8685%208.48419ZM68.663%2017.1774C68.2108%2017.8639%2067.4389%2018.2065%2066.346%2018.2065C65.3627%2018.2065%2064.6224%2017.8517%2064.1236%2017.1422C63.6241%2016.4327%2063.3747%2015.395%2063.3747%2014.0298C63.3747%2012.7111%2063.5968%2011.682%2064.0412%2010.9409C64.4941%2010.192%2065.2545%209.81791%2066.3231%209.81791C67.4153%209.81791%2068.1914%2010.1612%2068.6516%2010.847C69.1124%2011.5257%2069.3417%2012.5792%2069.3417%2014.0068C69.3417%2015.4337%2069.116%2016.4908%2068.663%2017.1774ZM77.0302%203.21884H74.1986V19.9974H77.0302V3.21884ZM81.6169%2019.5409C82.5379%2020.0404%2083.6294%2020.2898%2084.8936%2020.2898C86.1105%2020.2898%2087.1791%2020.0283%2088.0993%2019.5065C89.0131%2018.9985%2089.7576%2018.2335%2090.2407%2017.3064C90.7474%2016.3546%2091.0011%2015.2545%2091.0011%2014.0068C91.0011%2012.8057%2090.7517%2011.7285%2090.2522%2010.7775C89.7734%209.83933%2089.0341%209.05921%2088.1229%208.53078C87.202%207.99256%2086.1256%207.72309%2084.8936%207.72309C83.653%207.72309%2082.5687%207.99256%2081.6406%208.53078C80.7318%209.05692%2079.9926%209.83235%2079.5106%2010.7653C79.0197%2011.7092%2078.7739%2012.7899%2078.7739%2014.0068C78.7739%2015.3018%2079.0154%2016.4206%2079.4992%2017.3644C79.9697%2018.2867%2080.7079%2019.0453%2081.6169%2019.5409ZM87.245%2017.1895C86.7691%2017.8603%2085.9851%2018.1957%2084.8936%2018.1957C84.1525%2018.1957%2083.5556%2018.0474%2083.1033%2017.7507C82.6504%2017.4468%2082.3229%2016.9903%2082.12%2016.3819C81.9172%2015.7655%2081.8162%2014.9736%2081.8162%2014.0061C81.8162%2012.5556%2082.0541%2011.4949%2082.53%2010.8241C83.0137%2010.1533%2083.8014%209.81791%2084.8936%209.81791C85.9779%209.81791%2086.7577%2010.1533%2087.2335%2010.8241C87.7173%2011.4949%2087.9588%2012.5556%2087.9588%2014.0068C87.9588%2015.4574%2087.7209%2016.518%2087.245%2017.1895ZM94.8626%2019.5409C95.7756%2020.0404%2096.8635%2020.2898%2098.1277%2020.2898C99.1103%2020.2898%2099.9882%2020.1186%20100.76%2019.7753C101.533%2019.432%20102.16%2018.9525%20102.644%2018.3362C103.129%2017.708%20103.447%2016.967%20103.568%2016.1826L100.842%2015.9024C100.655%2016.6506%20100.343%2017.2089%2099.9058%2017.5751C99.4693%2017.942%2098.8759%2018.1255%2098.1277%2018.1255C97.363%2018.1255%2096.7625%2017.9693%2096.3253%2017.6568C95.8888%2017.3372%2095.5842%2016.8814%2095.413%2016.288C95.241%2015.6874%2095.1557%2014.927%2095.1557%2014.0068C95.1557%2013.1017%2095.241%2012.3528%2095.413%2011.7601C95.5842%2011.1595%2095.8845%2010.6994%2096.3138%2010.3791C96.751%2010.0515%2097.3552%209.88814%2098.1277%209.88814C98.9541%209.88814%2099.5668%2010.1182%2099.9646%2010.5783C100.37%2011.0305%20100.659%2011.6504%20100.83%2012.4388L103.51%2011.9586C103.253%2010.6793%20102.671%209.65379%20101.766%208.88194C100.869%208.10938%2099.6564%207.72381%2098.1277%207.72381C96.8793%207.72381%2095.7992%207.98898%2094.8862%208.51931C93.9847%209.03823%2093.2562%209.81153%2092.7921%2010.7424C92.3083%2011.6863%2092.0661%2012.7742%2092.0661%2014.0068C92.0661%2015.309%2092.304%2016.4327%2092.7799%2017.3766C93.2637%2018.3204%2093.9581%2019.0421%2094.8626%2019.5409ZM107.91%2015.5512L109.232%2014.287L112.742%2019.9974H116.007L111.151%2012.4732L115.855%208.01549H112.18L107.91%2012.3922V3.21884H105.078V19.9974H107.91V15.5512ZM118.488%2019.8569C119.284%2020.1457%20120.169%2020.2897%20121.144%2020.2897C122.634%2020.2897%20123.862%2019.993%20124.83%2019.4011C125.805%2018.8077%20126.293%2017.8402%20126.293%2016.4986C126.293%2015.6249%20126.066%2014.9384%20125.614%2014.4396C125.162%2013.9322%20124.623%2013.5695%20123.999%2013.351C123.383%2013.1252%20122.544%2012.8952%20121.484%2012.6608C120.867%2012.5282%20120.38%2012.4035%20120.021%2012.2867C119.662%2012.1692%20119.373%2012.0172%20119.155%2011.8302C118.945%2011.6424%20118.839%2011.4009%20118.839%2011.1049C118.839%2010.6678%20119.034%2010.3367%20119.424%2010.1102C119.814%209.88373%20120.298%209.77049%20120.875%209.77049C121.639%209.77049%20122.236%209.95396%20122.666%2010.3209C123.102%2010.6878%20123.336%2011.2375%20123.367%2011.9707L125.988%2011.5378C125.863%2010.1962%20125.337%209.22511%20124.408%208.62383C123.488%208.02398%20122.31%207.72298%20120.875%207.72298C120.032%207.72298%20119.253%207.85126%20118.535%208.10926C117.825%208.35866%20117.252%208.75283%20116.815%209.29176C116.378%209.82926%20116.16%2010.5079%20116.16%2011.3271C116.16%2012.0839%20116.347%2012.6959%20116.721%2013.1639C117.102%2013.6369%20117.592%2014.0102%20118.149%2014.2518C118.726%2014.5019%20119.451%2014.7399%20120.325%2014.9656L121.051%2015.1412C121.535%2015.256%20122.015%2015.3887%20122.49%2015.5389C122.817%2015.6407%20123.086%2015.7812%20123.297%2015.9603C123.508%2016.1395%20123.613%2016.3739%20123.613%2016.6627C123.613%2017.1694%20123.402%2017.5599%20122.981%2017.8323C122.568%2018.106%20121.963%2018.2422%20121.168%2018.2422C120.356%2018.2422%20119.709%2018.0394%20119.225%2017.6338C118.742%2017.2281%20118.496%2016.6433%20118.488%2015.8786L115.821%2016.1825C115.851%2017.1034%20116.105%2017.8717%20116.581%2018.488C117.065%2019.1044%20117.7%2019.5602%20118.488%2019.8569Z%22%20fill%3D%22currentColor%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%22M13.5%209H0L4%2013V18.5L13.5%209Z%22%20fill%3D%22currentColor%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%22M6.5%2020H20L16%2016V10.5L6.5%2020Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://liveblocks.io/favicon.svg",
    "ogImage": "https://liveblocks.io/images/social-images/social-image.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Liveblocks'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started for free",
      "reasoning": "Button #0 'Get started for free' is likely the primary CTA due to its action-oriented text and prominent placement. It uses a light background, which contrasts well with the dark theme, making it stand out."
    },
    "secondary": {
      "index": 2,
      "text": "Meet our customers",
      "reasoning": "Button #2 'Meet our customers' is chosen as secondary because it has a different background color (#212121) and serves as a supportive action to the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech companies"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, matching the brand 'Liveblocks'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles