Home · Branding · Common Room

Common Room Brand Identity

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

Download JSON
Primary
#1375B3
Accent
#2D2D2D
Body Font
Suisse Intl
Heading
Suisse Intl

Color Palette

Brand palette extracted from https://www.commonroom.io/.

primary
#1375B3
rgb(19, 117, 179)
secondary
#CC5437
rgb(204, 84, 55)
accent
#2D2D2D
rgb(45, 45, 45)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#2D2D2D
rgb(45, 45, 45)
link
#EA9742
rgb(234, 151, 66)

Typography

Each font links to its Google Fonts page where available.

primary
Suisse Intl
Suisse Intl Google Fonts →
heading
Suisse Intl
Suisse Intl Google Fonts →
Suisse Intl, ui-sans-serif, 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

Common Room logo
Logo
Common Room favicon
Favicon
Common Room social image
Social Card

UI Components

Live previews rendered using Common Room's actual button styles.

input
background #FFFFFF textColor #000000 borderColor null borderRadius 8px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
buttonPrimary
background #2D2D2D textColor #FFFFFF borderColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background #FFFFFF textColor #2D2D2D borderRadius 12px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Common Room Brand in the Wild

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

Frequently Asked Questions

What is Common Room's primary brand color?

Common Room's primary brand color is #1375B3. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Common Room use?

Common Room uses #2D2D2D as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Common Room use?

Common Room uses Suisse Intl as the primary typeface across body and headings.

Does Common Room use a light or dark theme?

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

Where can I find Common Room's logo?

Common Room's logo is available directly on their site (https://www.commonroom.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://www.commonroom.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 Common Room.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Suisse Intl",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1375B3",
    "secondary": "#CC5437",
    "accent": "#2D2D2D",
    "background": "#FFFFFF",
    "textPrimary": "#2D2D2D",
    "link": "#EA9742"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Suisse Intl",
      "heading": "Suisse Intl"
    },
    "fontStacks": {
      "heading": [
        "Suisse Intl",
        "ui-sans-serif",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Suisse Intl",
        "ui-sans-serif",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Suisse Intl",
        "ui-sans-serif",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "36px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonPrimary": {
      "background": "#2D2D2D",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#2D2D2D",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-6%20md%3Ahidden%20lg%3Ablock%22%20viewBox%3D%220%200%20232%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20alt%3D%22Common%20Room%20logo%20full%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M32.47%2013.292L20.7079%201.52982C18.6682%20-0.509939%2015.3316%20-0.509939%2013.2919%201.52982L1.5298%2013.292C-0.509935%2015.3317%20-0.509935%2018.6683%201.5298%2020.708L13.2919%2032.4702C15.3316%2034.5099%2018.67%2034.5099%2020.7098%2032.4702L32.4719%2020.708C34.5097%2018.6683%2034.5097%2015.3317%2032.47%2013.292ZM21.7401%2021.7402L17.0008%2026.4795L7.52237%2017.0009L17.0008%207.52242L21.7401%2012.2617L17.0008%2017.0009L21.7401%2021.7402Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M63.3741%2019.208H59.2514C58.7606%2021.848%2056.7484%2022.616%2054.9324%2022.616C52.3803%2022.616%2050.4417%2020.648%2050.4417%2016.976C50.4417%2013.424%2052.3803%2011.384%2054.8834%2011.384C56.8711%2011.384%2058.6625%2012.416%2059.1287%2014.792H63.2514C62.6379%2010.832%2059.4968%208%2055.0306%208C49.4846%208%2046%2011.48%2046%2016.976C46%2022.544%2049.3619%2026%2054.9079%2026C59.3987%2026%2062.7361%2023.24%2063.3741%2019.208Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M78.1441%2019.184C78.1441%2014.504%2074.8067%2012.392%2071.1503%2012.392C67.4939%2012.392%2064.1565%2014.504%2064.1565%2019.184C64.1565%2023.864%2067.4939%2026%2071.1503%2026C74.8067%2026%2078.1441%2023.864%2078.1441%2019.184ZM68.2791%2019.184C68.2791%2016.448%2069.5552%2015.464%2071.1503%2015.464C72.7454%2015.464%2074.0214%2016.448%2074.0214%2019.184C74.0214%2021.896%2072.7944%2022.928%2071.1503%2022.928C69.5061%2022.928%2068.2791%2021.896%2068.2791%2019.184Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M83.8133%2025.688V18.968C83.8133%2016.688%2084.525%2015.56%2086.1691%2015.56C88.1078%2015.56%2088.2059%2017.072%2088.2059%2018.92V25.688H92.255V18.968C92.255%2016.688%2092.9666%2015.56%2094.6108%2015.56C96.5494%2015.56%2096.6476%2017.072%2096.6476%2018.92V25.688H100.697V17.936C100.697%2014.432%2099.6414%2012.488%2096.2549%2012.488C94.3899%2012.488%2092.7458%2013.232%2091.7396%2014.672C91.1262%2013.256%2089.9237%2012.488%2087.8133%2012.488C85.8256%2012.488%2084.4023%2013.52%2083.8133%2014.48V12.776H79.7643V25.688H83.8133Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M106.904%2025.688V18.968C106.904%2016.688%20107.615%2015.56%20109.259%2015.56C111.198%2015.56%20111.296%2017.072%20111.296%2018.92V25.688H115.345V18.968C115.345%2016.688%20116.057%2015.56%20117.701%2015.56C119.64%2015.56%20119.738%2017.072%20119.738%2018.92V25.688H123.787V17.936C123.787%2014.432%20122.732%2012.488%20119.345%2012.488C117.48%2012.488%20115.836%2013.232%20114.83%2014.672C114.216%2013.256%20113.014%2012.488%20110.904%2012.488C108.916%2012.488%20107.493%2013.52%20106.904%2014.48V12.776H102.855V25.688H106.904Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M139.147%2019.184C139.147%2014.504%20135.81%2012.392%20132.153%2012.392C128.497%2012.392%20125.16%2014.504%20125.16%2019.184C125.16%2023.864%20128.497%2026%20132.153%2026C135.81%2026%20139.147%2023.864%20139.147%2019.184ZM129.282%2019.184C129.282%2016.448%20130.558%2015.464%20132.153%2015.464C133.748%2015.464%20135.025%2016.448%20135.025%2019.184C135.025%2021.896%20133.798%2022.928%20132.153%2022.928C130.509%2022.928%20129.282%2021.896%20129.282%2019.184Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M144.816%2014.48V12.776H140.767V25.688H144.816V19.064C144.816%2016.688%20145.553%2015.56%20147.27%2015.56C149.234%2015.56%20149.307%2017.072%20149.307%2018.92V25.688H153.356V17.936C153.356%2014.432%20152.301%2012.488%20148.915%2012.488C146.853%2012.488%20145.405%2013.52%20144.816%2014.48Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M167.514%2019.136L171.367%2025.688H176.299L171.907%2018.464C173.944%2017.696%20175.391%2016.232%20175.391%2013.664C175.391%209.344%20171.931%208.288%20167.318%208.288H160.471V25.688H164.668V19.136H167.514ZM164.668%2011.744H167.441C169.428%2011.744%20170.95%2012.104%20170.95%2013.712C170.95%2015.344%20169.428%2015.68%20167.441%2015.68H164.668V11.744Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M190.433%2019.184C190.433%2014.504%20187.096%2012.392%20183.439%2012.392C179.783%2012.392%20176.446%2014.504%20176.446%2019.184C176.446%2023.864%20179.783%2026%20183.439%2026C187.096%2026%20190.433%2023.864%20190.433%2019.184ZM180.568%2019.184C180.568%2016.448%20181.844%2015.464%20183.439%2015.464C185.034%2015.464%20186.311%2016.448%20186.311%2019.184C186.311%2021.896%20185.084%2022.928%20183.439%2022.928C181.795%2022.928%20180.568%2021.896%20180.568%2019.184Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M205.447%2019.184C205.447%2014.504%20202.11%2012.392%20198.454%2012.392C194.797%2012.392%20191.46%2014.504%20191.46%2019.184C191.46%2023.864%20194.797%2026%20198.454%2026C202.11%2026%20205.447%2023.864%20205.447%2019.184ZM195.583%2019.184C195.583%2016.448%20196.859%2015.464%20198.454%2015.464C200.049%2015.464%20201.325%2016.448%20201.325%2019.184C201.325%2021.896%20200.098%2022.928%20198.454%2022.928C196.809%2022.928%20195.583%2021.896%20195.583%2019.184Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M211.117%2025.688V18.968C211.117%2016.688%20211.828%2015.56%20213.473%2015.56C215.411%2015.56%20215.509%2017.072%20215.509%2018.92V25.688H219.558V18.968C219.558%2016.688%20220.27%2015.56%20221.914%2015.56C223.853%2015.56%20223.951%2017.072%20223.951%2018.92V25.688H228V17.936C228%2014.432%20226.945%2012.488%20223.558%2012.488C221.693%2012.488%20220.049%2013.232%20219.043%2014.672C218.43%2013.256%20217.227%2012.488%20215.117%2012.488C213.129%2012.488%20211.706%2013.52%20211.117%2014.48V12.776H207.068V25.688H211.117Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(45%2C%2045%2C%2045)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.commonroom.io/static/meta/favicon.svg",
    "ogImage": "https://cdn.sanity.io/images/vt347z5x/production/0b98849792fbdff29c5593585503caeb52e6fff8-1536x806.png?q=80",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #1 because it is visible, medium-sized, and located at the top of the page, linking to the homepage, which aligns with the brand 'Common Room'.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request demo",
      "reasoning": "Button #0 with text 'Request demo' has a dark background (#2D2D2D) and is likely a primary CTA due to its action-oriented text and distinct color, making it stand out as a key action point."
    },
    "secondary": {
      "index": 2,
      "text": "40% more meetings in 1 month“Common Room isn’t another tool in our BDRs’ toolbox—it is the toolbox.”",
      "reasoning": "Button #2 has a white background (#FFFFFF) and serves as a secondary action with informative text, differentiating it from the primary button's color group."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, and located at the top of the page, linking to the homepage, which aligns with the brand 'Common Room'.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles