Home · Branding · MotherDuck

MotherDuck Brand Identity

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

Download JSON
Primary
#6FC2FF
Accent
#6FC2FF
Body Font
Inter
Heading
Inter

Color Palette

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

primary
#6FC2FF
rgb(111, 194, 255)
secondary
#FFEBE9
rgb(255, 235, 233)
accent
#6FC2FF
rgb(111, 194, 255)
background
#F4EFEA
rgb(244, 239, 234)
textPrimary
#383838
rgb(56, 56, 56)
link
#FFDE00
rgb(255, 222, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Aeonik Mono, 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

MotherDuck logo
Logo
MotherDuck social image
Social Card

UI Components

Live previews rendered using MotherDuck's actual button styles.

input
background #F7F5F3 textColor #000000 borderColor #383838 borderRadius 2px shadow none
buttonPrimary
background #6FC2FF textColor #383838 borderColor #383838 borderRadius 2px shadow none
buttonSecondary
background #F4EFEA textColor #383838 borderColor #383838 borderRadius 2px shadow none

Brand Personality

Tone: modern Energy: medium Audience: data professionals and businesses

MotherDuck Brand in the Wild

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

Frequently Asked Questions

What is MotherDuck's primary brand color?

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

What font does MotherDuck use?

MotherDuck uses Inter as the primary typeface across body and headings.

Does MotherDuck use a light or dark theme?

MotherDuck's primary site uses a light color scheme, with a background of #F4EFEA.

Where can I find MotherDuck's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Aeonik Mono",
      "role": "monospace"
    },
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#6FC2FF",
    "secondary": "#FFEBE9",
    "accent": "#6FC2FF",
    "background": "#F4EFEA",
    "textPrimary": "#383838",
    "link": "#FFDE00"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Aeonik Mono",
        "sans-serif"
      ],
      "body": [
        "Aeonik Mono",
        "sans-serif"
      ],
      "paragraph": [
        "Aeonik Fono",
        "Aeonik Mono"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "16px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "#F7F5F3",
      "textColor": "#000000",
      "borderColor": "#383838",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#6FC2FF",
      "textColor": "#383838",
      "borderColor": "#383838",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F4EFEA",
      "textColor": "#383838",
      "borderColor": "#383838",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%20210%2037%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M116.381%2014.698c-.717-.408-1.584-.642-2.57-.642-1.075%200-1.972.234-2.689.7-.717.467-1.225%201.108-1.553%201.924h-.18V9.654h-3.824V28.08h3.914V20.09c0-.583.119-1.108.358-1.516a2.32%202.32%200%200%201%20.957-.962c.418-.233.896-.32%201.434-.32.807%200%201.434.233%201.852.7.449.466.658%201.136.658%201.982v8.105h3.914v-8.805c0-1.079-.209-2.011-.598-2.77-.358-.787-.926-1.37-1.673-1.807ZM90.356%2014.99c-1.046-.613-2.27-.904-3.705-.904-1.434%200-2.66.291-3.705.903-1.046.583-1.853%201.429-2.42%202.508-.568%201.078-.837%202.303-.837%203.731%200%201.429.269%202.653.837%203.732.567%201.079%201.374%201.895%202.42%202.507%201.046.583%202.27.904%203.705.904%201.434%200%202.66-.291%203.705-.904%201.046-.612%201.853-1.428%202.42-2.507.568-1.079.837-2.303.837-3.732%200-1.428-.27-2.682-.837-3.731-.567-1.079-1.374-1.925-2.42-2.508Zm-1.046%208.367c-.209.641-.538%201.137-.986%201.486-.448.35-.986.554-1.643.554-.658%200-1.225-.174-1.674-.553-.448-.38-.776-.875-1.015-1.487a6.838%206.838%200%200%201-.33-2.158c0-.816.12-1.516.33-2.157.239-.642.567-1.137%201.015-1.487.449-.379%201.016-.554%201.674-.554.657%200%201.195.175%201.643.554.448.379.777.875.986%201.487.24.641.329%201.34.329%202.157s-.12%201.516-.329%202.158ZM143.273%2014.057c-.807%200-1.494.233-2.092.67-.598.437-1.046%201.079-1.285%201.953h-.149v-2.42h-3.795v13.82h3.914v-7.814c0-.554.12-1.05.389-1.486.269-.438.627-.759%201.075-1.02a3.303%203.303%200%200%201%201.554-.38c.269%200%20.568.03.897.058.328.03.567.088.776.146v-3.382c-.179-.029-.358-.087-.597-.087-.299-.03-.508-.058-.687-.058ZM132.068%2015.835a5.863%205.863%200%200%200-2.122-1.312%207.587%207.587%200%200%200-2.599-.437c-1.375%200-2.6.291-3.645.903-1.016.613-1.823%201.429-2.391%202.508-.567%201.078-.836%202.332-.836%203.731%200%201.458.269%202.712.836%203.79.568%201.05%201.375%201.895%202.42%202.479%201.046.583%202.301.874%203.765.874%201.166%200%202.211-.175%203.078-.525.896-.35%201.613-.845%202.181-1.486.568-.642.956-1.604%201.136-2.479h-3.646c-.149.35-.328.642-.597.875a3.224%203.224%200%200%201-.927.554%203.8%203.8%200%200%201-1.195.175c-.657%200-1.225-.146-1.703-.408a2.735%202.735%200%200%201-1.105-1.137c-.269-.496-.389-1.079-.389-1.779h9.651v-1.078c0-1.166-.179-2.187-.508-3.09a6.06%206.06%200%200%200-1.404-2.158Zm-7.709%203.936c.03-.496.149-.962.388-1.37a3.139%203.139%200%200%201%201.076-1.08%203.11%203.11%200%200%201%201.584-.407c.567%200%201.075.116%201.494.379.448.233.777.583%201.016.99.239.438.358.905.358%201.459h-5.916v.029Z%22%20fill%3D%22%23FFF%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M2.779%2025.66S17.03%2035.6%2017.898%2036.097c.837.495%202.062.612%203.137.204%201.076-.408%201.883-1.341%202.122-2.274.269-.933%203.526-17.726%203.526-17.726.03-.233.119-.903-.24-1.545-.508-.874-1.643-1.34-2.659-1.05a2.352%202.352%200%200%200-1.344%201.021c-.18.32-.508.846-1.106%201.312-.448.35-.896.554-1.105.641-1.823.73-3.855.117-5.02-1.34-.717-.904-2.002-1.254-3.138-.817a2.688%202.688%200%200%200-1.703%202.711c.21%201.808-.836%203.615-2.689%204.344a4.49%204.49%200%200%201-2.958.088c-.21-.059-.956-.233-1.703.175-.926.466-1.404%201.574-1.165%202.565.179.67.717%201.108.926%201.254Z%22%20fill%3D%22%23FF9538%22%20style%3D%22fill%3A%20rgb(255%2C%20149%2C%2056)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M67.618%2022.045h-.21L62.21%209.655h-4.93V28.08h3.885V16.039h.149l4.87%2011.953h2.66l4.87-11.895h.15V28.08h3.884V9.654h-4.93l-5.2%2012.39ZM204.526%2028.08h4.601l-5.527-7.843%205.259-5.976h-4.512l-4.542%205.247h-.209V9.654h-3.914V28.08h3.914v-4.403l1.076-1.166%203.854%205.569ZM174.676%2022.19c0%20.613-.119%201.137-.388%201.546-.239.408-.598.729-.986.962-.419.204-.867.32-1.315.32-.747%200-1.345-.233-1.793-.7-.448-.466-.657-1.107-.687-1.923V14.26h-3.914v8.804c0%201.079.209%202.012.597%202.77.419.787.957%201.37%201.674%201.778.717.408%201.553.642%202.51.642%201.075%200%201.972-.234%202.689-.73.747-.495%201.284-1.136%201.583-1.953h.15v2.508h3.765V14.26h-3.885v7.93ZM185.821%2017.555c.448-.32.986-.496%201.584-.496.717%200%201.285.204%201.733.642.448.408.717.962.837%201.662h3.705c-.06-1.08-.359-1.983-.897-2.8-.538-.816-1.285-1.399-2.211-1.836-.926-.437-2.002-.67-3.257-.67-1.434%200-2.659.291-3.705.903-1.046.612-1.852%201.429-2.42%202.508-.568%201.078-.837%202.303-.837%203.731%200%201.4.269%202.624.837%203.703.568%201.078%201.344%201.924%202.39%202.507%201.046.612%202.301.904%203.735.904%201.255%200%202.361-.233%203.287-.67a5.12%205.12%200%200%200%202.151-1.867c.538-.816.837-1.72.897-2.798h-3.705c-.06.495-.239.903-.478%201.253-.239.35-.538.612-.897.787a2.657%202.657%200%200%201-1.195.263%202.684%202.684%200%200%201-1.584-.496c-.448-.32-.806-.787-1.045-1.4-.239-.612-.359-1.37-.359-2.244%200-.875.12-1.603.388-2.216.24-.583.598-1.05%201.046-1.37ZM159.258%2010.762c-1.374-.729-3.018-1.108-4.9-1.108h-6.753V28.08h6.693c1.913%200%203.556-.38%204.93-1.108a7.476%207.476%200%200%200%203.168-3.178c.747-1.37%201.105-3.032%201.105-4.956%200-1.924-.358-3.557-1.105-4.927a7.341%207.341%200%200%200-3.138-3.149Zm-.328%2011.458c-.419.874-1.016%201.516-1.823%201.924-.807.408-1.793.612-2.988.612h-2.54V13.007h2.54c1.165%200%202.181.204%202.988.612.807.408%201.404%201.05%201.823%201.895.418.875.627%201.983.627%203.324%200%201.37-.209%202.507-.627%203.382ZM102.278%2024.931h-.538c-.657%200-1.195-.525-1.195-1.166v-6.618h2.659V14.26h-2.659v-3.295h-3.914v3.324h-1.942v2.886h1.942v7.318c0%201.982%201.643%203.586%203.675%203.586h3.107v-3.178l-1.135.029Z%22%20fill%3D%22%23FFF%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M26.533%203.882s5.08%2016.384%205.438%2017.259c.359.904%201.255%201.72%202.36%202.04%201.106.321%202.331.059%203.108-.524.777-.583%2013.894-11.924%2013.894-11.924a2.38%202.38%200%200%200%20.777-1.37c.15-.991-.478-2.041-1.434-2.42a2.472%202.472%200%200%200-1.703%200c-.329.146-.927.35-1.674.379-.597.03-1.045-.087-1.284-.146-1.883-.525-3.138-2.215-3.138-4.052A2.69%202.69%200%200%200%2040.905.617c-1.195-.321-2.42.175-3.047%201.137-.987%201.574-2.929%202.361-4.841%201.836-1.016-.291-1.853-.903-2.39-1.69-.15-.176-.628-.759-1.464-.904-1.016-.175-2.122.408-2.54%201.312-.329.7-.15%201.34-.09%201.574Z%22%20fill%3D%22%23FF9538%22%20style%3D%22fill%3A%20rgb(255%2C%20149%2C%2056)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": null,
    "ogImage": "https://motherduck.com/images/mother-duck-large-logo.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is a medium-sized, visible logo with href=home, matching the brand 'MotherDuck'.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Try 7 Days Free",
      "reasoning": "Button #2 uses the vibrant brand color #6FC2FF and has strong CTA text 'Try 7 Days Free', making it the most prominent call-to-action."
    },
    "secondary": {
      "index": 13,
      "text": "Learn more",
      "reasoning": "Button #0 has a different background color (#F4EFEA) and offers a secondary action 'Learn more', making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "data professionals and 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": 1,
        "selectedLogoReasoning": "Selected #1 because it is a medium-sized, visible logo with href=home, matching the brand 'MotherDuck'.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles