Home · Branding · MailChimp

MailChimp Brand Identity

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

Download JSON
Primary
#004E56
Accent
#FFE01B
Body Font
Graphik Web
Heading
Means Web

Color Palette

Brand palette extracted from https://mailchimp.com.

primary
#004E56
rgb(0, 78, 86)
secondary
#692340
rgb(105, 35, 64)
accent
#FFE01B
rgb(255, 224, 27)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#231E15
rgb(35, 30, 21)
link
#FFE01B
rgb(255, 224, 27)

Typography

Each font links to its Google Fonts page where available.

primary
Graphik Web
Graphik Web Google Fonts →
heading
Means Web
Means Web, Georgia, Times, Times New Roman, 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

MailChimp logo
Logo
MailChimp favicon
Favicon
MailChimp social image
Social Card

UI Components

Live previews rendered using MailChimp's actual button styles.

input
background transparent textColor #000000 borderColor null borderRadius 0px shadow none
buttonPrimary
background #FFE01B textColor #231E15 borderRadius 26px shadow rgb(35, 30, 21) 0px 0px 0px 1px
buttonSecondary
background #231E15 textColor #FFFFFF borderRadius 26px shadow rgb(255, 255, 255) 0px 0px 0px 1px

Brand Personality

Tone: professional Energy: medium Audience: businesses and marketers

MailChimp Brand in the Wild

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

Frequently Asked Questions

What is MailChimp's primary brand color?

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

What accent color does MailChimp use?

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

What font does MailChimp use?

MailChimp uses Graphik Web for body text and Means Web for headings. Fonts were detected on https://mailchimp.com as part of their live design system.

Does MailChimp use a light or dark theme?

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

Where can I find MailChimp's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Graphik Web",
      "role": "body"
    },
    {
      "family": "Means Web",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#004E56",
    "secondary": "#692340",
    "accent": "#FFE01B",
    "background": "#FFFFFF",
    "textPrimary": "#231E15",
    "link": "#FFE01B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Graphik Web",
      "heading": "Means Web"
    },
    "fontStacks": {
      "heading": [
        "Means Web",
        "Georgia",
        "Times",
        "Times New Roman",
        "serif"
      ],
      "body": [
        "Graphik Web",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "Verdana",
        "sans-serif"
      ],
      "paragraph": [
        "Graphik Web",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "Verdana",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "40px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FFE01B",
      "textColor": "#231E15",
      "borderRadius": "26px",
      "borderRadiusCorners": {
        "topLeft": "26px",
        "topRight": "26px",
        "bottomRight": "26px",
        "bottomLeft": "26px"
      },
      "shadow": "rgb(35, 30, 21) 0px 0px 0px 1px"
    },
    "buttonSecondary": {
      "background": "#231E15",
      "textColor": "#FFFFFF",
      "borderRadius": "26px",
      "borderRadiusCorners": {
        "topLeft": "26px",
        "topRight": "26px",
        "bottomRight": "26px",
        "bottomLeft": "26px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 1px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22brandLogo%20brandLogo--lockup--animated%22%20aria-label%3D%22Mailchimp%22%20width%3D%22185%22%20height%3D%2260%22%20viewBox%3D%220%200%20185%2060%22%20role%3D%22img%22%20data-fc-idx%3D%220%22%3E%0A%20%20%20%20%3Cg%20class%3D%22brandLogo__freddie%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20class%3D%22brandLogo__freddie-outline%22%20style%3D%22opacity%3A%200%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.54563%2C30.98028a5.04364%2C5.04364%2C0%2C0%2C0-1.182.08%2C4.96029%2C4.96029%2C0%2C0%2C0-4.09341%2C5.76638c.28318%2C2.67235%2C3.13228%2C4.92584%2C5.76978%2C4.99292a4.42784%2C4.42784%2C0%2C0%2C0%2C.80886-.05371c2.85409-.462%2C3.60136-3.4031%2C3.13091-6.292C15.44835%2C32.21207%2C13.12358%2C31.06224%2C11.54563%2C30.98028Zm2.79659%2C7.728a1.19693%2C1.19693%2C0%2C0%2C1-1.11341.52628A1.50034%2C1.50034%2C0%2C0%2C1%2C11.847%2C37.72026a3.6991%2C3.6991%2C0%2C0%2C1%2C.28727-1.47809%2C1.34249%2C1.34249%2C0%2C0%2C0-.55068-1.66273%2C1.55527%2C1.55527%2C0%2C0%2C0-1.13523-.201%2C1.45893%2C1.45893%2C0%2C0%2C0-.92909.6091%2C3.14563%2C3.14563%2C0%2C0%2C0-.34045.75986c-.01546.04681-.02773.08347-.03705.10741-.12932.32979-.33568.4262-.47522.4083a.27226.27226%2C0%2C0%2C1-.215-.20145%2C2.799%2C2.799%2C0%2C0%2C1%2C.78977-2.44028%2C2.55945%2C2.55945%2C0%2C0%2C1%2C2.12682-.72794%2C2.51848%2C2.51848%2C0%2C0%2C1%2C1.93113%2C1.33294%2C2.91819%2C2.91819%2C0%2C0%2C1-.23636%2C2.70255c-.03227.0688-.06182.13179-.08705.18808a1.06609%2C1.06609%2C0%2C0%2C0-.02727%2C1.03335.76345.76345%2C0%2C0%2C0%2C.63341.30477%2C1.45938%2C1.45938%2C0%2C0%2C0%2C.34591-.04616c.14659-.03235.29818-.06578.39045.044A.21685.21685%2C0%2C0%2C1%2C14.34222%2C38.70832Z%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M48.018%2C44.18839a14.89179%2C14.89179%2C0%2C0%2C0%2C1.01912-4.73159c0-1.99448-1.12925-2.82117-1.84831-2.82117-.022-.077-.16421-.59707-.36008-1.22312a9.835%2C9.835%2C0%2C0%2C0-.39811-1.067%2C3.86356%2C3.86356%2C0%2C0%2C0%2C.69444-2.81634%2C3.56386%2C3.56386%2C0%2C0%2C0-1.03737-2.01292%2C8.44059%2C8.44059%2C0%2C0%2C0-3.66342-1.81186c-.20356-.05685-.87448-.2408-.93339-.2588-.00462-.03842-.049-2.1971-.08947-3.12388a10.69427%2C10.69427%2C0%2C0%2C0-.412-2.74588%2C7.3516%2C7.3516%2C0%2C0%2C0-1.90458-3.395c2.32445-2.40607%2C3.77553-5.05646%2C3.772-7.33017-.0066-4.37268-5.38446-5.6959-12.0116-2.95551-.00726.00308-1.39437.59027-1.40426.59532-.00616-.00615-2.53857-2.48707-2.5766-2.52044C19.30856-.611-4.31609%2C25.61063%2C3.23718%2C31.97912l1.65069%2C1.39632a8.09061%2C8.09061%2C0%2C0%2C0-.459%2C3.74136A7.3669%2C7.3669%2C0%2C0%2C0%2C6.978%2C41.84751a7.76153%2C7.76153%2C0%2C0%2C0%2C5.00217%2C2.01117c2.93932%2C6.76383%2C9.65505%2C10.913%2C17.5295%2C11.14661C37.95653%2C55.25576%2C45.04707%2C51.298%2C48.018%2C44.18839Zm1.73378-8.00451a5.03683%2C5.03683%2C0%2C0%2C1%2C1.05187%2C3.27292%2C16.44267%2C16.44267%2C0%2C0%2C1-1.13914%2C5.37081l-.016.04017a18.6299%2C18.6299%2C0%2C0%2C1-7.63395%2C8.83185A22.74119%2C22.74119%2C0%2C0%2C1%2C30.2641%2C56.78071h-.00088c-.26687%2C0-.53791-.00417-.80588-.01208a22.80815%2C22.80815%2C0%2C0%2C1-11.50666-3.39651%2C19.69691%2C19.69691%2C0%2C0%2C1-7.13406-7.83373A9.76285%2C9.76285%2C0%2C0%2C1%2C5.80653%2C43.1681a9.12379%2C9.12379%2C0%2C0%2C1-3.13541-5.87525%2C10.1625%2C10.1625%2C0%2C0%2C1%2C.19038-3.31968l-.76632-.648a6.00654%2C6.00654%2C0%2C0%2C1-2.075-4.29037%2C12.18256%2C12.18256%2C0%2C0%2C1%2C.86239-4.97326c1.57308-4.29476%2C5.19189-9.40874%2C9.681-13.68022a36.05484%2C36.05484%2C0%2C0%2C1%2C6.62209-5.07995A13.74927%2C13.74927%2C0%2C0%2C1%2C23.84953%2C3.155%2C6.16267%2C6.16267%2C0%2C0%2C1%2C28.0256%2C4.64063c.06617.05774%2C1.05825%2C1.028%2C1.81072%2C1.7651.18883-.07968.32468-.137.32864-.13851a18.87034%2C18.87034%2C0%2C0%2C1%2C7.0457-1.56359c4.49745%2C0%2C7.40709%2C2.41178%2C7.4128%2C6.14437.00352%2C2.30312-1.12727%2C4.885-3.2119%2C7.38439a10.19546%2C10.19546%2C0%2C0%2C1%2C1.27214%2C2.84312%2C12.50348%2C12.50348%2C0%2C0%2C1%2C.48252%2C3.16866c.02023.46142.04089%2C1.20183.0576%2C1.85532a9.857%2C9.857%2C0%2C0%2C1%2C4.14309%2C2.20017%2C5.2896%2C5.2896%2C0%2C0%2C1%2C1.50186%2C2.94607%2C5.429%2C5.429%2C0%2C0%2C1-.488%2C3.235c.04375.12556.08925.26188.13454.40632.03935.126.0765.24739.11123.36263A3.74075%2C3.74075%2C0%2C0%2C1%2C49.75182%2C36.18388Z%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M44.39731%2C34.00012a2.66776%2C2.66776%2C0%2C0%2C0%2C.83533-2.11511%2C1.83938%2C1.83938%2C0%2C0%2C0-.5256-1.04272%2C6.55815%2C6.55815%2C0%2C0%2C0-2.88371-1.38088c-.48437-.13743-.813-.22545-1.16706-.34324-.62967-.20956-.9408-.37831-1.01127-1.57522-.03076-.52346-.12109-2.34706-.1536-3.10059-.05738-1.32044-.21469-3.12529-1.32218-3.87044a1.844%2C1.844%2C0%2C0%2C0-.94713-.306%2C1.7718%2C1.7718%2C0%2C0%2C0-.562.05559%2C2.96866%2C2.96866%2C0%2C0%2C0-1.47229.84133%2C5.03836%2C5.03836%2C0%2C0%2C1-3.84523%2C1.29794c-.7752-.03287-1.59666-.15486-2.53833-.21133-.18327-.01081-.367-.02228-.55047-.032a5.075%2C5.075%2C0%2C0%2C0-4.89033%2C4.479c-.53913%2C3.75%2C2.14691%2C5.68787%2C2.92233%2C6.825a.95371.95371%2C0%2C0%2C1%2C.21338.50978.81755.81755%2C0%2C0%2C1-.276.53713l.00022.00111a9.67943%2C9.67943%2C0%2C0%2C0-2.0904%2C9.017%2C7.49089%2C7.49089%2C0%2C0%2C0%2C.39294%2C1.09368c1.95993%2C4.63059%2C8.04%2C6.78706%2C13.98%2C4.82581a14.49743%2C14.49743%2C0%2C0%2C0%2C2.25666-.964A11.86745%2C11.86745%2C0%2C0%2C0%2C44.21831%2C45.931a10.433%2C10.433%2C0%2C0%2C0%2C2.87716-5.70485c.17891-1.19338-.08312-1.65529-.43985-1.87743a1.3023%2C1.3023%2C0%2C0%2C0-.82975-.15308%2C11.61726%2C11.61726%2C0%2C0%2C0-.79025-2.724Z%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M34.66285%2C16.11585c.09585.022.15674-.14356.071-.19163a10.74733%2C10.74733%2C0%2C0%2C0-4.58165-1.199.08336.08336%2C0%2C0%2C1-.06551-.13324%2C4.66116%2C4.66116%2C0%2C0%2C1%2C.86217-.864.08605.08605%2C0%2C0%2C0-.05782-.15388A12.17129%2C12.17129%2C0%2C0%2C0%2C25.411%2C15.50605a.08448.08448%2C0%2C0%2C1-.1297-.08846%2C6.01219%2C6.01219%2C0%2C0%2C1%2C.57991-1.41322.08113.08113%2C0%2C0%2C0-.1086-.11086%2C22.23963%2C22.23963%2C0%2C0%2C0-6.2431%2C5.09444.085.085%2C0%2C0%2C0%2C.11365.1249A19.08381%2C19.08381%2C0%2C0%2C1%2C26.36282%2C16.138a18.67978%2C18.67978%2C0%2C0%2C1%2C8.3-.02217%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M27.67124%2C9.41766S25.61475%2C7.03683%2C24.994%2C6.86122c-3.81929-1.03061-12.06942%2C4.651-17.33714%2C12.15746-2.13145%2C3.03717-5.18266%2C8.41566-3.72366%2C11.182a11.15871%2C11.15871%2C0%2C0%2C0%2C1.74345%2C1.67861%2C6.496%2C6.496%2C0%2C0%2C1%2C4.10374-2.61439A33.36%2C33.36%2C0%2C0%2C1%2C20.31317%2C14.48137a53.79185%2C53.79185%2C0%2C0%2C1%2C7.35807-5.06371%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%0A%20%20%20%20%20%20%20%20%3Cg%20class%3D%22brandLogo__freddie-fill%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.20393%2C38.6051a.23038.23038%2C0%2C0%2C1%2C.02319.25959%2C1.13439%2C1.13439%2C0%2C0%2C1-1.07.53449%2C1.48858%2C1.48858%2C0%2C0%2C1-1.328-1.538%2C3.95469%2C3.95469%2C0%2C0%2C1%2C.2761-1.50142%2C1.403%2C1.403%2C0%2C0%2C0-.529-1.68837%2C1.427%2C1.427%2C0%2C0%2C0-1.091-.20429%2C1.39884%2C1.39884%2C0%2C0%2C0-.89259.61857%2C3.29879%2C3.29879%2C0%2C0%2C0-.32738.77164c-.01464.04755-.02645.08489-.0354.109-.12431.3353-.32249.43306-.45677.4151-.06348-.00878-.15077-.05123-.20672-.2047a2.95419%2C2.95419%2C0%2C0%2C1%2C.75912-2.47857%2C2.3805%2C2.3805%2C0%2C0%2C1%2C2.04358-.739%2C2.42374%2C2.42374%2C0%2C0%2C1%2C1.85559%2C1.35347%2C3.11052%2C3.11052%2C0%2C0%2C1-.22686%2C2.7449c-.03113.06959-.05962.13347-.08363.19123a1.13586%2C1.13586%2C0%2C0%2C0-.02624%2C1.04938.72037.72037%2C0%2C0%2C0%2C.60855.30939%2C1.33436%2C1.33436%2C0%2C0%2C0%2C.33226-.04694c.141-.03306.28668-.06694.37519.04449m34.75721.86776a14.918%2C14.918%2C0%2C0%2C1-1.01243%2C4.72183C44.99706%2C51.28918%2C37.953%2C55.23878%2C29.56153%2C54.98878c-7.82275-.23307-14.49472-4.37368-17.41482-11.12327a7.69092%2C7.69092%2C0%2C0%2C1-4.96918-2.00694A7.36067%2C7.36067%2C0%2C0%2C1%2C4.645%2C37.13776a8.10686%2C8.10686%2C0%2C0%2C1%2C.456-3.73347L3.46107%2C32.01082C-4.04265%2C25.65571%2C19.427-.51082%2C26.9336%2C6.05653c.03785.03306%2C2.55346%2C2.509%2C2.55977%2C2.5151.01-.0051%2C1.388-.59122%2C1.395-.59408%2C6.58386-2.73469%2C11.9264-1.41428%2C11.93311%2C2.949.00346%2C2.26918-1.43808%2C4.91408-3.74718%2C7.3149a7.34556%2C7.34556%2C0%2C0%2C1%2C1.8918%2C3.38775%2C10.70641%2C10.70641%2C0%2C0%2C1%2C.40937%2C2.74041c.04008.9247.08444%2C3.079.08891%2C3.11735.0586.01775.72515.20122.92719.25816a8.37148%2C8.37148%2C0%2C0%2C1%2C3.63954%2C1.80817%2C3.56037%2C3.56037%2C0%2C0%2C1%2C1.03055%2C2.00857%2C3.86821%2C3.86821%2C0%2C0%2C1-.68974%2C2.8104%2C9.87064%2C9.87064%2C0%2C0%2C1%2C.39553%2C1.0649c.19431.6249.33571%2C1.14347.35748%2C1.22041C47.83924%2C36.65755%2C48.96114%2C37.48245%2C48.96114%2C39.47286ZM15.8003%2C35.5798c-.51029-3.31286-2.74452-4.48041-4.26052-4.56368a4.59539%2C4.59539%2C0%2C0%2C0-1.13594.081c-2.70585.54755-4.23406%2C2.85633-3.93335%2C5.85633a6.06029%2C6.06029%2C0%2C0%2C0%2C5.54417%2C5.071%2C4.02516%2C4.02516%2C0%2C0%2C0%2C.77723-.05469C15.53437%2C41.50061%2C16.25239%2C38.51367%2C15.8003%2C35.5798Zm4.62492-21.03A53.44055%2C53.44055%2C0%2C0%2C1%2C27.735%2C9.49673S25.69227%2C7.121%2C25.07537%2C6.94592c-3.79418-1.02878-11.99049%2C4.641-17.22356%2C12.13163-2.11745%2C3.03082-5.14864%2C8.39816-3.69937%2C11.15857a11.09842%2C11.09842%2C0%2C0%2C0%2C1.73208%2C1.6751%2C6.45146%2C6.45146%2C0%2C0%2C1%2C4.077-2.60877A33.285%2C33.285%2C0%2C0%2C1%2C20.42522%2C14.5498Zm8.24636%2C26.21612a2.507%2C2.507%2C0%2C0%2C0%2C1.77074%2C1.85673%2C7.9735%2C7.9735%2C0%2C0%2C0%2C1.395.38c6.00176%2C1.03551%2C11.61266-2.40653%2C12.876-3.27347.09482-.0651.15748-.00163.08139.11327a2.00935%2C2.00935%2C0%2C0%2C1-.12371.17694c-1.54611%2C2.00041-5.70266%2C4.31694-11.11051%2C4.31612-2.35855-.00041-4.71587-.83388-5.5814-2.11449-1.34286-1.98714-.06654-4.88755%2C2.171-4.58531.00264.00041.76563.08715.98008.111A20.44025%2C20.44025%2C0%2C0%2C0%2C41.313%2C36.11224c3.05276-1.42142%2C4.206-2.98571%2C4.033-4.252a1.82239%2C1.82239%2C0%2C0%2C0-.52635-1.0353%2C6.58294%2C6.58294%2C0%2C0%2C0-2.88613-1.37123c-.48485-.13653-.81385-.22367-1.16829-.34081-.63012-.20817-.94162-.37572-1.01223-1.56429-.03072-.51979-.12106-2.33061-.15381-3.079-.05758-1.31122-.21466-3.10347-1.32353-3.84347a1.85369%2C1.85369%2C0%2C0%2C0-.94773-.30388%2C1.7886%2C1.7886%2C0%2C0%2C0-.56278.05531%2C2.97762%2C2.97762%2C0%2C0%2C0-1.47348.83551%2C5.07015%2C5.07015%2C0%2C0%2C1-3.84912%2C1.28878c-.77581-.03245-1.598-.15368-2.54044-.2098-.18332-.01082-.36746-.02224-.55118-.03163A5.06534%2C5.06534%2C0%2C0%2C0%2C23.456%2C26.70816c-.53959%2C3.72388%2C2.149%2C5.64817%2C2.92519%2C6.77735a.94255.94255%2C0%2C0%2C1%2C.21364.50633.8111.8111%2C0%2C0%2C1-.27631.53326v.00123a9.55589%2C9.55589%2C0%2C0%2C0-2.09221%2C8.95408%2C7.40444%2C7.40444%2C0%2C0%2C0%2C.39329%2C1.08612c1.9618%2C4.59837%2C8.04758%2C6.73959%2C13.99319%2C4.79184a14.58216%2C14.58216%2C0%2C0%2C0%2C2.25885-.95674%2C11.87435%2C11.87435%2C0%2C0%2C0%2C3.45907-2.59306%2C10.33241%2C10.33241%2C0%2C0%2C0%2C2.87982-5.6651c.179-1.18531-.083-1.64367-.44029-1.86429a1.31387%2C1.31387%2C0%2C0%2C0-.83054-.15224%2C11.4699%2C11.4699%2C0%2C0%2C0-.79086-2.7051%2C17.32336%2C17.32336%2C0%2C0%2C1-5.66259%2C2.82489A22.86524%2C22.86524%2C0%2C0%2C1%2C31.914%2C39.068c-1.64194-.13306-2.72823-.61388-3.13679.718a17.69976%2C17.69976%2C0%2C0%2C0%2C7.721.78775.13963.13963%2C0%2C0%2C1%2C.15321.12531.14918.14918%2C0%2C0%2C1-.08667.149S33.515%2C42.26837%2C28.67158%2C40.76592ZM19.73975%2C19.17143a18.918%2C18.918%2C0%2C0%2C1%2C6.69557-2.96837%2C18.47753%2C18.47753%2C0%2C0%2C1%2C8.24575-.02224c.095.02183.15565-.14327.07061-.191a10.64255%2C10.64255%2C0%2C0%2C0-4.55188-1.19674.08313.08313%2C0%2C0%2C1-.06511-.13286%2C4.64616%2C4.64616%2C0%2C0%2C1%2C.85678-.86224.086.086%2C0%2C0%2C0-.05758-.15367%2C12.05963%2C12.05963%2C0%2C0%2C0-5.44427%2C1.928.08387.08387%2C0%2C0%2C1-.12879-.08816%2C6.01049%2C6.01049%2C0%2C0%2C1%2C.576-1.4102.08086.08086%2C0%2C0%2C0-.10784-.11082%2C22.11786%2C22.11786%2C0%2C0%2C0-6.20217%2C5.08408A.0845.0845%2C0%2C0%2C0%2C19.73975%2C19.17143ZM35.54463%2C31.812a.79106.79106%2C0%2C0%2C0%2C1.03979-.1728c.15137-.293-.06842-.6904-.49116-.8878a.791.791%2C0%2C0%2C0-1.03979.1732C34.90189%2C31.2174%2C35.12189%2C31.6148%2C35.54463%2C31.812Zm1.29663-4.7514a3.58063%2C3.58063%2C0%2C0%2C0%2C.64021%2C1.457%2C4.08008%2C4.08008%2C0%2C0%2C1%2C.99558%2C0%2C3.08105%2C3.08105%2C0%2C0%2C0%2C.04863-1.7912c-.23894-1.0862-.56231-1.7436-1.23052-1.6414C36.62716%2C25.1874%2C36.60253%2C25.9744%2C36.84126%2C27.0606Zm1.42148%2C2.4952a.83885.83885%2C0%2C1%2C0%2C.60737.8202A.73678.73678%2C0%2C0%2C0%2C38.26274%2C29.5558Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%0A%20%20%20%20%20%20%20%20%3Cg%20class%3D%22brandLogo__freddie-eye--winking%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M27.16938%2C29.45873c-.1066-.015-.152-.0606-.1654-.121-.0414-.1874.2468-.4958.5506-.7184a3.20166%2C3.20166%2C0%2C0%2C1%2C3.1138-.3738%2C2.66774%2C2.66774%2C0%2C0%2C1%2C1.1744.9452c.1086.1772.1296.3146.0594.3866-.1094.1154-.3884-.0168-.8426-.216a3.71739%2C3.71739%2C0%2C0%2C0-1.756-.3782A19.46093%2C19.46093%2C0%2C0%2C0%2C27.16938%2C29.45873Zm4.527.932a1.72168%2C1.72168%2C0%2C0%2C0-1.5504-.5082%2C2.14273%2C2.14273%2C0%2C0%2C0-1.1272.4698.7232.7232%2C0%2C0%2C0-.28841.4504.138.138%2C0%2C0%2C0%2C.04521.1078.1425.1425%2C0%2C0%2C0%2C.0974.037%2C1.80393%2C1.80393%2C0%2C0%2C0%2C.4328-.12%2C3.768%2C3.768%2C0%2C0%2C1%2C1.9046-.1978c.2972.0334.4376.052.5028-.05A.16686.16686%2C0%2C0%2C0%2C31.69638%2C30.39073Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%0A%20%20%20%20%20%20%20%20%3Cg%20class%3D%22brandLogo__freddie-eye%22%20style%3D%22opacity%3A%200%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M30.85483%2C30.6631a3.9979%2C3.9979%2C0%2C0%2C0%2C.03119-2.045c-.24177-1.08787-.60735-1.70952-1.28489-1.60713s-.69509.97909-.47672%2C2.07153a3.98983%2C3.98983%2C0%2C0%2C0%2C.57616%2C1.40418c.53911.75237.90469.55765%2C1.15328.17644Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%0A%20%20%20%20%3Cg%20class%3D%22brandLogo__wordMark%22%20transform%3D%22translate(58%2C11)%20scale(.18)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M90.23%2C114.58c-20.7%2C0-21.06%2C22.6-25.96%2C22.6-1.02%2C0-1.83-.9-1.83-2.14%2C0-1.65%2C.43-3.08%2C.43-5.75%2C0-8.11-5.71-14.71-17.68-14.71-10.16%2C0-17.6%2C5.09-22.14%2C14.5-2.3%2C4.77-2.1%2C8.09-4.43%2C8.09-.86%2C0-1.53-.81-1.53-1.98%2C0-3.46%2C3.05-6.62%2C3.05-14.05%2C0-1.93-.15-3.56-.46-4.89H0v76.34H26.72v-41.42c0-8.16%2C3.5-13.39%2C9.47-13.39%2C3.96%2C0%2C7.48%2C3.46%2C7.48%2C9.79v45.02h26.72v-41.42c0-9.17%2C4.24-13.39%2C9.47-13.39%2C4.38%2C0%2C7.48%2C4.05%2C7.48%2C9.79v45.02h26.41v-46.87c0-20.48-8.13-31.15-23.51-31.15Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%22246.57%22%20y%3D%2294.88%22%20width%3D%2226.41%22%20height%3D%2297.71%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M281.69%2C153.51c0%2C25.97%2C16.81%2C40.92%2C38.63%2C40.92%2C12.51%2C0%2C22.07-4.95%2C27.94-9.77v-25.19c-5.94%2C4.06-15.08%2C8.7-24.89%2C8.7-12.24%2C0-18.63-5.08-18.63-13.89s7.37-13.74%2C18.17-13.74c9.78%2C0%2C18.75%2C3.89%2C25.34%2C8.4v-26.72c-5.58-4.15-15.43-7.79-27.94-7.79-23.42%2C0-38.63%2C14.64-38.63%2C39.09Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M406.43%2C114.73c-10.74%2C0-16.96%2C4.98-21.53%2C14.2-2.01%2C4.07-2.16%2C8.09-4.43%2C8.09-.85%2C0-1.53-.79-1.53-1.98%2C0-4.23%2C5.04-10.54%2C5.04-29.16%2C0-4.68-.46-8.29-1.37-10.84h-23.05v97.56h26.72v-41.09c0-7.7%2C4.05-13.57%2C10.23-13.57%2C4.6%2C0%2C7.79%2C3.74%2C7.79%2C9.79v44.87h26.72v-47.79c0-19.94-8.7-30.08-24.58-30.08Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M651.63%2C114.43c-11.81%2C0-17.84%2C6.73-21.21%2C12.95-2.67%2C4.92-3.06%2C9.65-5.35%2C9.65-1.12%2C0-1.68-.66-1.68-1.98%2C0-2.34%2C3.05-6.31%2C3.05-12.82%2C0-2.65-.21-4.63-.61-5.95h-20v95.88h26.87v-30.12c3.41%2C7.28%2C10.55%2C12.1%2C20.31%2C12.1%2C17.6%2C0%2C29.62-14.52%2C29.62-39.85%2C0-23.37-11.14-39.85-30.99-39.85Zm-7.18%2C62.14c-5.39%2C0-11.3-5.59-11.3-19.7%2C0-12.29%2C4.83-19.54%2C11.3-19.54%2C7.44%2C0%2C11.6%2C7.17%2C11.6%2C19.54%2C0%2C13.75-4.79%2C19.7-11.6%2C19.7Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M161.49%2C114.43c-13.8%2C0-26.44%2C3.41-35.22%2C7.78v22.11c10.22-5.52%2C20.7-9.61%2C29.89-9.61%2C9.84%2C0%2C14.01%2C5.19%2C13.42%2C12.02-3.97-.41-8.38-.58-13.73-.58-20.9%2C0-34%2C8.16-34%2C25.92%2C0%2C14.59%2C11.36%2C22.11%2C23.79%2C22.11s20.47-5.8%2C25.3-14.54c2.75-4.98%2C2.52-8.03%2C4.31-8.03%2C.88%2C0%2C1.49%2C.63%2C1.49%2C1.61%2C0%2C3.19-.91%2C5.05-.91%2C9.37%2C0%2C4.04%2C.53%2C7.44%2C1.37%2C9.91h19.21v-40.87c0-23.21-10.62-37.21-34.92-37.21Zm-9%2C60.99c-4.96%2C0-7.62-2.17-7.62-5.95%2C0-4.92%2C4.63-8.69%2C16.62-8.69%2C2.64%2C0%2C5.03%2C.09%2C7.2%2C.27-1.06%2C7.03-7.18%2C14.37-16.2%2C14.37Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M256.75%2C44.31V1.48h-18.39V42.12c0%2C10.07-6.74%2C16.8-15.59%2C16.8s-15.59-6.74-15.59-16.8V1.48h-18.36l.1%2C42.83c0%2C18.65%2C14.93%2C32.29%2C33.9%2C32.29s33.93-13.61%2C33.93-32.29Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%22327.77%2075.12%20346.13%2075.12%20346.13%2018.68%20368.04%2018.68%20368.04%201.48%20305.84%201.48%20305.84%2018.68%20327.77%2018.68%20327.77%2075.12%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%22275.61%22%20y%3D%221.51%22%20width%3D%2218.36%22%20height%3D%2273.64%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%22136.66%2075.12%20155.02%2075.12%20155.02%2018.68%20176.92%2018.68%20176.92%201.48%20114.72%201.48%20114.72%2018.68%20136.66%2018.68%20136.66%2075.12%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%2218.36%2038.34%2018.36%201.51%200%201.51%200%2075.14%2018.36%2075.14%2018.36%2038.34%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M55.57%2C34.48c0-10.07%2C6.74-16.8%2C15.59-16.8s15.59%2C6.74%2C15.59%2C16.8v40.64h18.36l-.05-42.83C105.05%2C13.63%2C90.1%2C0%2C71.13%2C0S37.2%2C13.61%2C37.2%2C32.29v42.83h18.36V34.48Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M571.17%2C114.58c-20.7%2C0-21.06%2C22.6-25.96%2C22.6-1.02%2C0-1.83-.9-1.83-2.14%2C0-1.65%2C.43-3.08%2C.43-5.75%2C0-8.11-5.71-14.71-17.68-14.71-10.16%2C0-17.6%2C5.09-22.14%2C14.5-2.3%2C4.77-2.1%2C8.09-4.43%2C8.09-.86%2C0-1.53-.81-1.53-1.98%2C0-3.46%2C3.05-6.62%2C3.05-14.05%2C0-1.93-.15-3.56-.46-4.89h-19.7v76.34h26.72v-41.42c0-8.16%2C3.5-13.39%2C9.47-13.39%2C3.96%2C0%2C7.48%2C3.46%2C7.48%2C9.79v45.02h26.72v-41.42c0-9.17%2C4.24-13.39%2C9.47-13.39%2C4.38%2C0%2C7.48%2C4.05%2C7.48%2C9.79v45.02h26.41v-46.87c0-20.48-8.13-31.15-23.51-31.15Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M455.59%2C121.6c-5.6%2C0-10.03-.81-13.28-2.44v73.44h26.41V119.16c-3.43%2C1.51-7.51%2C2.44-13.13%2C2.44Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M455.44%2C94.43c-10.92%2C0-16.64%2C4.83-16.64%2C10.38%2C0%2C5.98%2C6.77%2C10.38%2C16.64%2C10.38s16.64-4.4%2C16.64-10.38c0-5.55-5.73-10.38-16.64-10.38Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M221.61%2C121.6c-5.6%2C0-10.03-.81-13.28-2.44v73.44h26.41V119.16c-3.43%2C1.51-7.51%2C2.44-13.13%2C2.44Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M221.46%2C94.43c-10.92%2C0-16.64%2C4.83-16.64%2C10.38%2C0%2C5.98%2C6.77%2C10.38%2C16.64%2C10.38s16.64-4.4%2C16.64-10.38c0-5.55-5.73-10.38-16.64-10.38Z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://mailchimp.com/release/plums/3a3e92cfc284c7bc.ico",
    "ogImage": "https://mailchimp.com/ctf/images/yzco4xsimv0y/1SB1jCYU95Dh5YDdrucTh0/add18363e44ff00d54254592c7c0860c/Intuit_Mailchimp_-_Wordmark_2023_-_Recirculation_.png",
    "logoHref": "/",
    "logoAlt": "Mailchimp"
  },
  "__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 'Mailchimp'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start Free Trial",
      "reasoning": "Button #0 'Start Free Trial' uses the vibrant brand color #FFE01B, which is consistent with the accent color and is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Customize my experience",
      "reasoning": "Button #1 'Customize my experience' has a different background color (#231E15) and serves as a secondary action, making it suitable as the secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and marketers"
  },
  "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 'Mailchimp'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles