Home · Branding · Meter

Meter Brand Identity

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

Download JSON
Primary
#5461C8
Accent
#5461C8
Body Font
Suisse Intl
Heading
Suisse Intl

Color Palette

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

primary
#5461C8
rgb(84, 97, 200)
secondary
#DADCEC
rgb(218, 220, 236)
accent
#5461C8
rgb(84, 97, 200)
background
#E9EAF0
rgb(233, 234, 240)
textPrimary
#575C7B
rgb(87, 92, 123)
link
#575C7B
rgb(87, 92, 123)

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, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, 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

Meter logo
Logo
Meter favicon
Favicon
Meter social image
Social Card

UI Components

Live previews rendered using Meter's actual button styles.

buttonPrimary
background #5461C8 textColor #F5F6FA borderRadius 999px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
buttonSecondary
background #40425B textColor #FAFAFC borderRadius 999px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px

Brand Personality

Tone: professional Energy: medium Audience: enterprise businesses

Meter Brand in the Wild

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

Frequently Asked Questions

What is Meter's primary brand color?

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

What font does Meter use?

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

Does Meter use a light or dark theme?

Meter's primary site uses a light color scheme, with a background of #E9EAF0.

Where can I find Meter's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Suisse Intl",
      "role": "body"
    },
    {
      "family": "SF Pro Text",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#5461C8",
    "secondary": "#DADCEC",
    "accent": "#5461C8",
    "background": "#E9EAF0",
    "textPrimary": "#575C7B",
    "link": "#575C7B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Suisse Intl",
      "heading": "Suisse Intl"
    },
    "fontStacks": {
      "heading": [
        "Suisse Intl",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Suisse Intl",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Suisse Intl",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "74px",
      "h2": "47px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#5461C8",
      "textColor": "#F5F6FA",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonSecondary": {
      "background": "#40425B",
      "textColor": "#FAFAFC",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20id%3D%22meter%22%20width%3D%22170.66666666666666%22%20height%3D%2224%22%20viewBox%3D%220%200%2056%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.914%204.282c2.357%200%203.706%201.415%203.706%203.88v8.648h-2.227V9.275c0-2.336-.925-2.96-2.163-2.96-1.706%200-2.807%201.847-2.807%205.011v5.484H7.196V9.275c0-2.186-.815-2.96-2.177-2.96-1.72%200-2.794%201.997-2.794%205.011v5.484H0V4.474h2.227v1.94C2.983%205%204.212%204.28%205.815%204.28s2.918.855%203.371%202.359c.667-1.444%202.034-2.36%203.728-2.36M33.597.138%2031.37%201.543v2.932h-2.094v2.036h2.094v6.397c0%202.605%201.318%204.098%203.617%204.098.651%200%201.394-.206%201.747-.388V14.5c-.642.351-1.175.47-1.627.47-.973%200-1.51-.673-1.51-1.896V6.509h3.137V4.474h-3.137V.137Zm21.49%204.145c-1.3%200-2.745.668-3.46%202.136V4.474H49.4V16.81h2.227v-5.488c0-2.87%201.097-5.007%203.291-5.007.549%200%201.082.163%201.082.163V4.359a5.095%205.095%200%200%200-.913-.077ZM28.683%2013.73c-1.196%202.277-2.686%203.274-5.166%203.274-1.773%200-3.169-.62-4.148-1.844-.971-1.27-1.442-2.747-1.442-4.516%200-1.77.484-3.267%201.442-4.492.987-1.258%202.344-1.868%204.148-1.868%201.805%200%203.127.58%204.098%201.72%201.004%201.127%201.493%202.48%201.493%204.136v1.04h-8.9c.033%202.26%201.386%203.79%203.31%203.79%201.566%200%202.506-.616%203.211-2.115l1.954.877v-.002Zm-8.335-4.587h6.412c-.186-1.814-1.572-2.828-3.24-2.828-1.67%200-2.854%201-3.17%202.828h-.002Zm27.354%204.587c-1.197%202.277-2.687%203.274-5.166%203.274-1.774%200-3.17-.62-4.149-1.844-.971-1.27-1.442-2.747-1.442-4.516%200-1.77.485-3.267%201.442-4.492.987-1.258%202.344-1.868%204.148-1.868%201.805%200%203.127.58%204.098%201.72%201.005%201.127%201.493%202.48%201.493%204.136v1.04h-8.9c.034%202.26%201.386%203.79%203.31%203.79%201.566%200%202.506-.616%203.212-2.115l1.954.877v-.002Zm-8.336-4.587h6.413c-.187-1.814-1.573-2.828-3.242-2.828s-2.853%201-3.169%202.828h-.002Z%22%20style%3D%22fill%3A%20rgb(84%2C%2097%2C%20200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.meter.com/assets/brand/favicon.png",
    "ogImage": "https://meter-web.s3.us-west-1.amazonaws.com/meter.com/meter-com.png",
    "logoHref": "/",
    "logoAlt": "meter"
  },
  "__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 'Meter'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get a demo",
      "reasoning": "Button #0 has a vibrant blue background (#5461C8), which is a strong brand color, and the text 'Get a demo' is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Get a demo",
      "reasoning": "Button #1 has a different background color (#40425B) and also features the text 'Get a demo', making it a suitable secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "enterprise businesses"
  },
  "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 'Meter'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles