Home · Branding · Mercoa

Mercoa Brand Identity

A complete profile of Mercoa's visual system — colors, typography, components, and personality — extracted from http://mercoa.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#0F172A
Accent
#FFFFFF
Body Font
ui-sans-serif
Heading
ui-sans-serif

Color Palette

Brand palette extracted from http://mercoa.com.

primary
#0F172A
rgb(15, 23, 42)
secondary
#94A3B8
rgb(148, 163, 184)
accent
#FFFFFF
rgb(255, 255, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#02011D
rgb(2, 1, 29)
link
#02011D
rgb(2, 1, 29)

Typography

Each font links to its Google Fonts page where available.

primary
ui-sans-serif
ui-sans-serif Google Fonts →
heading
ui-sans-serif
ui-sans-serif Google Fonts →
ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

Mercoa logo
Logo

UI Components

Live previews rendered using Mercoa's actual button styles.

buttonPrimary
background #FFFFFF textColor #0F172A borderRadius 6px shadow none
buttonSecondary
background #0F172A textColor #FFFFFF borderRadius 6px shadow none

Brand Personality

Tone: professional Energy: medium Audience: B2B SaaS companies

Mercoa Brand in the Wild

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

Frequently Asked Questions

What is Mercoa's primary brand color?

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

What accent color does Mercoa use?

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

What font does Mercoa use?

Mercoa uses ui-sans-serif as the primary typeface across body and headings.

Does Mercoa use a light or dark theme?

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

Where can I find Mercoa's logo?

Mercoa's logo is available directly on their site (http://mercoa.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 http://mercoa.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 Mercoa.

Methodology

Brand data on this page was extracted from http://mercoa.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 Mercoa.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "ui-sans-serif",
      "count": 57
    },
    {
      "family": "system-ui",
      "count": 57
    },
    {
      "family": "sans-serif",
      "count": 57
    },
    {
      "family": "Apple Color Emoji",
      "count": 57
    },
    {
      "family": "Segoe UI Emoji",
      "count": 57
    },
    {
      "family": "Segoe UI Symbol",
      "count": 57
    },
    {
      "family": "Noto Color Emoji",
      "count": 57
    }
  ],
  "colors": {
    "primary": "#0F172A",
    "secondary": "#94A3B8",
    "accent": "#FFFFFF",
    "background": "#FFFFFF",
    "textPrimary": "#02011D",
    "link": "#02011D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "ui-sans-serif",
      "heading": "ui-sans-serif"
    },
    "fontStacks": {
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "24px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#0F172A",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0F172A",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20version%3D%221.2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20788%20168%22%20width%3D%22788%22%20height%3D%22168%22%20class%3D%22mercoa-h-10%20mercoa-w-auto%22%20color%3D%22%23fff%22%20data-fc-idx%3D%220%22%3E%3Cpath%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%20d%3D%22m233.3%2098.5l-24.6-33.7v58.2h-15.2v-83h13.3l28.6%2038.4%2028.7-38.4h13.3v83h-15.2v-58l-24.8%2033.5z%22%2F%3E%3Cpath%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%20d%3D%22m309.2%2040h56.8v13.2h-41.6v22.2h36v13h-36v21.5h42.2v13.1h-57.4z%22%2F%3E%3Cpath%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%20fill-rule%3D%22evenodd%22%20d%3D%22m426.4%2094.1h-17.6v28.9h-15.2v-83h35.8q6.3%200%2011.6%201.9%205.3%202%209.1%205.6%203.9%203.5%206%208.5%202.1%205%202.1%2011.1%200%204.5-1.1%208.4-1.2%204-3.3%207.1-2.2%203.2-5.3%205.6-3.1%202.4-6.9%203.8l18.5%2031h-17.4zm2.5-13.1q3%200%205.6-1%202.6-1%204.5-2.8%201.8-1.8%202.9-4.4%201.1-2.6%201.1-5.7%200-3.1-1.1-5.7-1.1-2.5-2.9-4.4-1.9-1.8-4.6-2.9-2.6-1-5.6-1h-20v27.9z%22%2F%3E%3Cpath%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%20d%3D%22m553.1%2068.4q-1.7-4.1-4.4-7.3-2.8-3.2-6.3-5.4-3.5-2.2-7.6-3.4-4.1-1.1-8.3-1.1-6.2%200-11.6%202.3-5.4%202.3-9.4%206.4-4.1%204-6.4%209.6-2.4%205.5-2.4%2011.9%200%206.4%202.4%2012%202.3%205.5%206.4%209.5%204%204.1%209.4%206.4%205.4%202.3%2011.6%202.3%204.2%200%208.3-1.1%204-1.1%207.6-3.3%203.5-2.2%206.2-5.4%202.8-3.2%204.4-7.3h15.6q-2%207.3-6.3%2013-4.4%205.6-10.2%209.4-5.7%203.9-12.4%205.9-6.6%202-13.2%202-6.3%200-12-1.6-5.7-1.5-10.7-4.3-5-2.9-9.1-6.8-4.1-3.9-7-8.8-2.9-4.8-4.5-10.3-1.7-5.6-1.7-11.6%200-6.1%201.7-11.6%201.6-5.6%204.5-10.4%202.9-4.8%207-8.8%204.1-3.9%209.1-6.7%205-2.8%2010.7-4.3%205.7-1.6%2012-1.6%206.6%200%2013.2%202%206.7%201.9%2012.4%205.7%205.8%203.8%2010.2%209.5%204.3%205.7%206.3%2013.3z%22%2F%3E%3Cpath%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%20fill-rule%3D%22evenodd%22%20d%3D%22m592.1%2081.4q0-6.1%201.6-11.6%201.7-5.6%204.6-10.4%202.9-4.8%207-8.8%204.1-3.9%209.1-6.7%204.9-2.8%2010.7-4.3%205.7-1.6%2011.9-1.6%206.2%200%2012%201.6%205.7%201.5%2010.7%204.3%205%202.8%209.1%206.7%204.1%204%207.1%208.8%202.9%204.8%204.5%2010.4%201.6%205.5%201.6%2011.6%200%206-1.6%2011.6-1.6%205.5-4.5%2010.3-3%204.9-7.1%208.8-4.1%203.9-9.1%206.8-5%202.8-10.7%204.3-5.8%201.6-12%201.6-6.2%200-11.9-1.6-5.8-1.5-10.7-4.3-5-2.9-9.1-6.8-4.1-3.9-7-8.8-2.9-4.8-4.6-10.3-1.6-5.6-1.6-11.6zm15.2%200q0%206.4%202.4%2012%202.3%205.5%206.3%209.5%204.1%204.1%209.5%206.4%205.4%202.3%2011.5%202.3%206.3%200%2011.7-2.3%205.4-2.3%209.5-6.4%204-4%206.3-9.5%202.3-5.6%202.3-12%200-6.4-2.3-11.9-2.3-5.6-6.3-9.6-4.1-4.1-9.5-6.4-5.4-2.3-11.7-2.3-6.1%200-11.5%202.3-5.4%202.3-9.5%206.4-4%204-6.3%209.6-2.4%205.5-2.4%2011.9z%22%2F%3E%3Cpath%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%20fill-rule%3D%22evenodd%22%20d%3D%22m725.1%20123h-15l0.2-83.1h15.9l61.4%2083.1h-17.8l-11.4-15.3h-33.3zm2.1-57.1l-1.9-4.4h-0.2v35.1h25.1z%22%2F%3E%3Cpath%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%20d%3D%22m19.9%20105h79.5v12h-99v-10.4l30.2-22.5-30.2-22.6v-10.5h44.9v12h-25.3l26.3%2019.5v3.2zm147.4-43.6l-30.1%2022.5%2030.1%2022.6v10.4h-44.3v-11.9h24.7l-26.3-19.5v-3.2l26.4-19.3h-78.8v-12h98.3z%22%2F%3E%3Cpath%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%20d%3D%22m104.9%2068.2h11.9v99.2h-10.4l-22.5-30.1-22.6%2030.1h-10.4v-44h11.9v24.4l19.5-26.3h3.3l19.3%2026.4zm11.9-67.6v44.8h-11.9v-25.2l-19.5%2026.4h-3.2l-19.4-26.5v79.1h-11.9v-98.6h10.4l22.5%2030.2%2022.6-30.2z%22%2F%3E%3Cpath%20style%3D%22fill%3A%20rgb(190%2C%2030%2C%2045)%20!important%3B%22%20d%3D%22m94.7%2094.8h-21.1v-21.1h21.1z%22%2F%3E%3C%2Fsvg%3E",
    "favicon": null,
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo for Mercoa.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #8 'Book a demo' 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 text, making it stand out."
    },
    "secondary": {
      "index": 2,
      "text": "API Docs",
      "reasoning": "Button #2 'API Docs' serves as a secondary action with a different background color (#0F172A) and provides additional information, which is typical for secondary CTAs."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "B2B SaaS 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 located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo for Mercoa.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles