Home · Branding · Chatter

Chatter Brand Identity

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

Download JSON
Primary
#FFFFFF
Accent
#000000
Body Font
ABC Monument Grotesk
Heading
ABC Monument Grotesk

Color Palette

Brand palette extracted from https://www.trychatter.ai/.

primary
#FFFFFF
rgb(255, 255, 255)
accent
#000000
rgb(0, 0, 0)
background
#0A0A0A
rgb(10, 10, 10)
textPrimary
#FAFAFA
rgb(250, 250, 250)
link
#FFFFFF
rgb(255, 255, 255)

Typography

Each font links to its Google Fonts page where available.

primary
ABC Monument Grotesk
ABC Monument Grotesk Google Fonts →
heading
ABC Monument Grotesk
ABC Monument Grotesk Google Fonts →
ABC Monument Grotesk, 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

Chatter logo
Logo
Chatter favicon
Favicon
Chatter social image
Social Card

UI Components

Live previews rendered using Chatter's actual button styles.

buttonPrimary
background #000000 textColor #FAFAFA borderColor #4B4B4B borderRadius 100px 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, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.2) 2px 2px 24px 0px inset
buttonSecondary
background #0A0A0A textColor #FAFAFA borderRadius 36px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech professionals and AI enthusiasts

Chatter Brand in the Wild

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

Frequently Asked Questions

What is Chatter's primary brand color?

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

What accent color does Chatter use?

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

What font does Chatter use?

Chatter uses ABC Monument Grotesk as the primary typeface across body and headings.

Does Chatter use a light or dark theme?

Chatter's primary site uses a dark color scheme, with a background of #0A0A0A.

Where can I find Chatter's logo?

Chatter's logo is available directly on their site (https://www.trychatter.ai/). 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.trychatter.ai/ 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 Chatter.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "ABC Monument Grotesk",
      "role": "heading"
    },
    {
      "family": "Geist Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#FFFFFF",
    "accent": "#000000",
    "background": "#0A0A0A",
    "textPrimary": "#FAFAFA",
    "link": "#FFFFFF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "ABC Monument Grotesk",
      "heading": "ABC Monument Grotesk"
    },
    "fontStacks": {
      "heading": [
        "ABC Monument Grotesk",
        "sans-serif"
      ],
      "body": [
        "ABC Monument Grotesk",
        "sans-serif"
      ],
      "paragraph": [
        "ABC Monument Grotesk",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "40px",
      "h2": "40px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FAFAFA",
      "borderColor": "#4B4B4B",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "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, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.2) 2px 2px 24px 0px inset"
    },
    "buttonSecondary": {
      "background": "#0A0A0A",
      "textColor": "#FAFAFA",
      "borderRadius": "36px",
      "borderRadiusCorners": {
        "topLeft": "36px",
        "topRight": "36px",
        "bottomRight": "36px",
        "bottomLeft": "36px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22104%22%20height%3D%2215%22%20viewBox%3D%220%200%20104%2015%22%20fill%3D%22none%22%20class%3D%22logo-text%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M0%200.248618H3.06859L4.33099%207.70718C4.30509%207.58287%204.4022%208.1837%204.62231%209.50967C4.6741%209.92403%204.71294%2010.2348%204.73884%2010.442C4.77768%2010.6492%204.823%2010.953%204.87479%2011.3536H4.93305C5.01074%2010.9392%205.069%2010.6354%205.10785%2010.442C5.14669%2010.2348%205.20495%209.93094%205.28264%209.53039C5.34738%209.22652%205.41212%208.92265%205.47686%208.61878C5.54159%208.31492%205.60633%208.01105%205.67107%207.70718L7.36074%200.248618H10.4293L12.1773%207.70718C12.2161%207.85912%2012.2808%208.15608%2012.3715%208.59807C12.4751%209.04006%2012.5657%209.48895%2012.6434%209.94475C12.734%2010.4006%2012.8182%2010.8702%2012.8959%2011.3536H12.9541C12.993%2011.0359%2013.0253%2010.8011%2013.0512%2010.6492C13.0771%2010.4834%2013.1095%2010.2486%2013.1483%209.94475C13.2001%209.58564%2013.2519%209.22652%2013.3037%208.8674C13.3555%208.49447%2013.4138%208.10773%2013.4785%207.70718L14.7215%200.248618H17.7706L14.5467%2014.7514H11.3421L9.69131%207.45856C9.60068%207.08564%209.51005%206.69889%209.41941%206.29834C9.34173%205.89779%209.26404%205.49033%209.18636%205.07597C9.09572%204.56492%209.00509%204.06077%208.91446%203.56354H8.85619C8.63608%204.94475%208.39008%206.26381%208.11818%207.52072L6.44793%2014.7514H3.22396L0%200.248618Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M18.8061%200.248618H21.5056V6.5884H21.292C21.4603%205.78729%2021.8164%205.17956%2022.3602%204.76519C22.904%204.35083%2023.5578%204.14365%2024.3218%204.14365C24.9691%204.14365%2025.5%204.22652%2025.9143%204.39227C26.3286%204.5442%2026.6976%204.80663%2027.0213%205.17956C27.358%205.5663%2027.5781%206.00829%2027.6817%206.50552C27.7852%206.98895%2027.837%207.63812%2027.837%208.45304V14.7514H25.118V8.59807C25.118%208.10083%2025.0857%207.73481%2025.0209%207.5C24.9562%207.25138%2024.8267%207.02348%2024.6325%206.8163C24.4642%206.63674%2024.2829%206.51934%2024.0887%206.46409C23.8945%206.39503%2023.642%206.3605%2023.3313%206.3605C22.8522%206.3605%2022.4314%206.57459%2022.0689%207.00276C21.7063%207.43094%2021.5251%208.10773%2021.5251%209.03315V14.7514H18.8061V0.248618Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M29.6267%204.39227H32.3457V14.7514H29.6267V4.39227ZM29.6267%2012.4724H32.3457V14.7514H29.6267V12.4724ZM29.6267%204.39227H32.3457V6.67127H29.6267V4.39227ZM29.6267%200.0414359H32.3457V3.02486H29.6267V0.0414359Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M38.0529%2014.855C37.0559%2014.855%2036.2726%2014.6271%2035.7029%2014.1713C35.1461%2013.7017%2034.8678%2012.9558%2034.8678%2011.9337V6.67127H33.4694V4.39227H34.8678V1.51243H37.5479V4.39227H39.5289V6.67127H37.5479V11.6022C37.5479%2011.8785%2037.6256%2012.0718%2037.781%2012.1823C37.9493%2012.2928%2038.2083%2012.3481%2038.5578%2012.3481C38.8297%2012.3481%2039.1275%2012.3135%2039.4512%2012.2445L39.4901%2014.7099C39.1146%2014.8066%2038.6355%2014.855%2038.0529%2014.855Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M45.1504%2015C44.4124%2015%2043.7391%2014.8826%2043.1305%2014.6478C42.5349%2014.413%2042.03%2014.0746%2041.6157%2013.6326C41.1495%2013.1492%2040.8%2012.5691%2040.5669%2011.8923C40.3338%2011.2017%2040.2173%2010.4213%2040.2173%209.5511C40.2173%208.70856%2040.3274%207.94889%2040.5475%207.2721C40.7805%206.58149%2041.1301%205.99447%2041.5962%205.51105C42.0235%205.05525%2042.5285%204.71685%2043.1111%204.49586C43.7067%204.26105%2044.38%204.14365%2045.131%204.14365C45.8949%204.14365%2046.5746%204.26795%2047.1702%204.51657C47.7658%204.76519%2048.2708%205.12431%2048.6851%205.59392C49.1512%206.1326%2049.4943%206.80249%2049.7144%207.60359C49.9345%208.39088%2050.0316%209.29558%2050.0057%2010.3177H42.8975C42.9104%2011.1878%2043.1046%2011.8439%2043.4801%2012.2859C43.8686%2012.7279%2044.4253%2012.9489%2045.1504%2012.9489C45.7589%2012.9489%2046.225%2012.8108%2046.5487%2012.5345C46.8854%2012.2445%2047.1055%2011.8232%2047.209%2011.2707L49.8504%2011.5193C49.5655%2012.6657%2049.0217%2013.5359%2048.219%2014.1298C47.4292%2014.7099%2046.4063%2015%2045.1504%2015ZM47.2479%208.32873C47.222%207.98342%2047.1637%207.68646%2047.0731%207.43784C46.9825%207.18923%2046.853%206.96133%2046.6847%206.75414C46.5034%206.54696%2046.2833%206.39503%2046.0243%206.29834C45.7783%206.20166%2045.4805%206.15331%2045.131%206.15331C44.7296%206.15331%2044.3865%206.21547%2044.1016%206.33978C43.8168%206.46409%2043.5837%206.65746%2043.4024%206.91989C43.273%207.09945%2043.1629%207.31354%2043.0723%207.56215C42.9946%207.79696%2042.9428%208.05249%2042.9169%208.32873H47.2479Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M61.243%2015C59.8058%2015%2058.5758%2014.7099%2057.5529%2014.1298C56.5301%2013.5497%2055.7468%2012.7003%2055.203%2011.5815C54.6721%2010.4627%2054.4067%209.10221%2054.4067%207.5C54.4067%206.0221%2054.6721%204.72376%2055.203%203.60497C55.7468%202.47238%2056.5301%201.5884%2057.5529%200.953039C58.5758%200.31768%2059.8058%200%2061.243%200C62.2529%200%2063.1787%200.179558%2064.0203%200.538673C64.8748%200.89779%2065.5934%201.44337%2066.1761%202.17541C66.7717%202.89365%2067.1925%203.79144%2067.4385%204.86878L64.4476%205.46961C64.2922%204.53039%2063.9426%203.79834%2063.3988%203.27348C62.868%202.73481%2062.1494%202.46547%2061.243%202.46547C60.5827%202.46547%2060.013%202.55525%2059.5339%202.73481C59.0549%202.91436%2058.6664%203.21133%2058.3687%203.62569C58.0579%204.05387%2057.8248%204.59945%2057.6695%205.26243C57.5271%205.9116%2057.4558%206.65746%2057.4558%207.5C57.4558%208.37017%2057.5076%209.0884%2057.6112%209.6547C57.7148%2010.221%2057.909%2010.7182%2058.1939%2011.1464C58.5046%2011.616%2058.906%2011.9682%2059.398%2012.203C59.89%2012.424%2060.505%2012.5345%2061.243%2012.5345C62.1235%2012.5345%2062.8356%2012.2859%2063.3794%2011.7887C63.9232%2011.2914%2064.2987%2010.6077%2064.5058%209.73757L67.5356%2010.587C67.0177%2012.0097%2066.2149%2013.1008%2065.1273%2013.8605C64.0397%2014.6202%2062.745%2015%2061.243%2015Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M68.6896%204.39227H71.4087V14.7514H68.6896V4.39227ZM68.6896%2012.4724H71.4087V14.7514H68.6896V12.4724ZM68.6896%204.39227H71.4087V6.67127H68.6896V4.39227ZM68.6896%200.0414359H71.4087V3.02486H68.6896V0.0414359Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M73.2704%204.39227H75.9506V7.12707L75.834%206.91989C75.9117%206.28453%2076.0994%205.75967%2076.3972%205.3453C76.708%204.93094%2077.0899%204.62707%2077.5431%204.4337C77.9963%204.24033%2078.4948%204.14365%2079.0386%204.14365C79.1551%204.14365%2079.2716%204.14365%2079.3882%204.14365L79.3299%206.75414C79.1227%206.72652%2078.9544%206.71271%2078.8249%206.71271C78.2034%206.71271%2077.6791%206.83011%2077.2518%207.06492C76.8375%207.28591%2076.5202%207.65193%2076.3001%208.16298C76.093%208.66022%2075.9894%209.3163%2075.9894%2010.1312V14.7514H73.2704V4.39227Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M84.4613%2015C83.4125%2015%2082.5126%2014.7859%2081.7617%2014.3577C81.0107%2013.9296%2080.441%2013.308%2080.0526%2012.4931C79.6641%2011.6782%2079.4699%2010.7044%2079.4699%209.57182C79.4699%208.50829%2079.6641%207.56906%2080.0526%206.75414C80.4539%205.92541%2081.0301%205.28315%2081.7811%204.82735C82.532%204.37155%2083.4254%204.14365%2084.4613%204.14365C85.7431%204.14365%2086.753%204.48204%2087.491%205.15884C88.229%205.82182%2088.7016%206.73343%2088.9088%207.89365L86.3257%208.37016C86.2092%207.72099%2086.015%207.21685%2085.7431%206.85773C85.4712%206.48481%2085.0439%206.29834%2084.4613%206.29834C84.0987%206.29834%2083.7944%206.35359%2083.5484%206.46409C83.3024%206.57459%2083.1017%206.74724%2082.9464%206.98204C82.7651%207.24447%2082.6292%207.58978%2082.5385%208.01795C82.4608%208.44613%2082.422%208.96409%2082.422%209.57182C82.422%2010.7182%2082.5709%2011.5539%2082.8687%2012.0787C83.1665%2012.5898%2083.6973%2012.8453%2084.4613%2012.8453C84.9662%2012.8453%2085.3676%2012.6934%2085.6654%2012.3895C85.9761%2012.0856%2086.1962%2011.6436%2086.3257%2011.0635L88.967%2011.3536C88.8634%2012.058%2088.6174%2012.6865%2088.229%2013.2389C87.8406%2013.7914%2087.3227%2014.2265%2086.6753%2014.5442C86.0279%2014.8481%2085.2899%2015%2084.4613%2015Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M90.1511%200.248618H92.8701V14.7514H90.1511V0.248618ZM90.1511%2012.4724H92.8701V14.7514H90.1511V12.4724ZM90.1511%200.248618H91.6077V2.52762H90.1511V0.248618Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M99.1405%2015C98.4025%2015%2097.7292%2014.8826%2097.1207%2014.6478C96.5251%2014.413%2096.0202%2014.0746%2095.6058%2013.6326C95.1397%2013.1492%2094.7901%2012.5691%2094.5571%2011.8923C94.324%2011.2017%2094.2075%2010.4213%2094.2075%209.5511C94.2075%208.70856%2094.3176%207.94889%2094.5377%207.2721C94.7707%206.58149%2095.1203%205.99447%2095.5864%205.51105C96.0137%205.05525%2096.5186%204.71685%2097.1013%204.49586C97.6969%204.26105%2098.3702%204.14365%2099.1211%204.14365C99.885%204.14365%20100.565%204.26795%20101.16%204.51657C101.756%204.76519%20102.261%205.12431%20102.675%205.59392C103.141%206.1326%20103.484%206.80249%20103.705%207.60359C103.925%208.39088%20104.022%209.29558%20103.996%2010.3177H96.8876C96.9006%2011.1878%2097.0948%2011.8439%2097.4703%2012.2859C97.8587%2012.7279%2098.4155%2012.9489%2099.1405%2012.9489C99.7491%2012.9489%20100.215%2012.8108%20100.539%2012.5345C100.876%2012.2445%20101.096%2011.8232%20101.199%2011.2707L103.841%2011.5193C103.556%2012.6657%20103.012%2013.5359%20102.209%2014.1298C101.419%2014.7099%20100.396%2015%2099.1405%2015ZM101.238%208.32873C101.212%207.98342%20101.154%207.68646%20101.063%207.43784C100.973%207.18923%20100.843%206.96133%20100.675%206.75414C100.494%206.54696%20100.273%206.39503%20100.015%206.29834C99.7685%206.20166%2099.4707%206.15331%2099.1211%206.15331C98.7197%206.15331%2098.3766%206.21547%2098.0918%206.33978C97.8069%206.46409%2097.5739%206.65746%2097.3926%206.91989C97.2631%207.09945%2097.1531%207.31354%2097.0624%207.56215C96.9848%207.79696%2096.933%208.05249%2096.9071%208.32873H101.238Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20lab(98.26%200%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://whitecircle.ai/favicon.ico?favicon.bf88cf99.ico",
    "ogImage": "https://whitecircle.ai/opengraph-image.png?opengraph-image.8162ac41.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'White Circle'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 13,
      "text": "NewKillBench — discovering hidden biases of LLMs →",
      "reasoning": "Button #11 has a distinct call-to-action text 'NewKillBench — discovering hidden biases of LLMs →' and a unique background color (#000000) compared to the other buttons, making it stand out as the primary CTA."
    },
    "secondary": {
      "index": 11,
      "text": "Press space to jump",
      "reasoning": "Button #9, 'Press space to jump', has a different purpose and style, with a rounded border and a different interaction cue, making it suitable as a secondary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech professionals and AI enthusiasts"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'White Circle'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles