Meson Brand: Colors, Fonts, Logo & Visual Identity

Meson Brand Identity

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

Color Palette

Brand palette extracted from https://meson.fi/.

Color Hex RGB
primary #DDF0EA rgb(221, 240, 234)
secondary #E5F8F2 rgb(229, 248, 242)
accent #020817 rgb(2, 8, 23)
background #FFFFFF rgb(255, 255, 255)
textPrimary #020817 rgb(2, 8, 23)
link #020817 rgb(2, 8, 23)

Typography

Each font links to its Google Fonts page where available.

Role Font Family
primary Roboto
heading Roboto

Visual Assets

Favicon

Social Card

UI Components

Live previews rendered using Meson's actual button styles.

Input

properties:

Button Primary

properties:

Brand Personality

Tone: professional
Energy: medium
Audience: financial professionals and investors

Frequently Asked Questions

What is Meson's primary brand color?
Meson's primary brand color is #DDF0EA. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Meson use?
Meson uses #020817 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Meson use?
Meson uses Roboto as the primary typeface across body and headings.

Does Meson use a light or dark theme?
Meson's primary site uses a light color scheme, with a background of #FFFFFF.

How was this brand profile generated?
This profile was extracted from https://meson.fi/ 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 Meson.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {"family": "Roboto", "role": "body"}
  ],
  "colors": {
    "primary": "#DDF0EA",
    "secondary": "#E5F8F2",
    "accent": "#020817",
    "background": "#FFFFFF",
    "textPrimary": "#020817",
    "link": "#020817"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": ["Roboto"],
      "body": ["Roboto"],
      "paragraph": ["Roboto"]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#25372E",
      "borderColor": null,
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://meson.fi/favicon.ico",
    "ogImage": "https://meson.fi/opengraph-image.png?bc00f8f08954d62e"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "financial professionals and investors"
  }
}