Home · Branding · Morphik

Morphik Brand Identity

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

Download JSON
Primary
#C7BEEB
Accent
#97E7C9
Body Font
Instrument Serif
Heading
Instrument Serif

Color Palette

Brand palette extracted from https://morphik.ai.

primary
#C7BEEB
rgb(199, 190, 235)
secondary
#22C55E
rgb(34, 197, 94)
accent
#97E7C9
rgb(151, 231, 201)
background
#FAFAF9
rgb(250, 250, 249)
textPrimary
#0A0A0A
rgb(10, 10, 10)
link
#97E7C9
rgb(151, 231, 201)

Typography

Each font links to its Google Fonts page where available.

primary
Instrument Serif
Instrument Serif Google Fonts →
heading
Instrument Serif
Instrument Serif Google Fonts →
Instrument Serif, 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

UI Components

Live previews rendered using Morphik's actual button styles.

buttonPrimary
background #171717 textColor #FAFAFA borderRadius 33554400px shadow none
buttonSecondary
background #000000 textColor #FFFFFF borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals seeking AI solutions for back-office tasks

Morphik Brand in the Wild

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

Frequently Asked Questions

What is Morphik's primary brand color?

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

What accent color does Morphik use?

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

What font does Morphik use?

Morphik uses Instrument Serif as the primary typeface across body and headings.

Does Morphik use a light or dark theme?

Morphik's primary site uses a light color scheme, with a background of #FAFAF9.

How was this brand profile generated?

This profile was extracted from https://morphik.ai 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 Morphik.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Instrument Serif",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#C7BEEB",
    "secondary": "#22C55E",
    "accent": "#97E7C9",
    "background": "#FAFAF9",
    "textPrimary": "#0A0A0A",
    "link": "#97E7C9"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Instrument Serif",
      "heading": "Instrument Serif"
    },
    "fontStacks": {
      "heading": [
        "Instrument Serif",
        "serif"
      ],
      "body": [
        "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": "38.4px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#171717",
      "textColor": "#FAFAFA",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": null
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "See Morphik in action",
      "reasoning": "Button #0, 'See Morphik in action', is the primary CTA due to its action-oriented text and prominent placement. It uses a dark background (#171717), which stands out against the page's light background, making it more noticeable."
    },
    "secondary": {
      "index": 1,
      "text": "Looking for the Morphik dev platform?Go to dev.morphik.ai",
      "reasoning": "Button #1, 'Looking for the Morphik dev platform? Go to dev.morphik.ai', serves as a secondary action. It has a similar dark background (#000000) but is less prominent due to its informational nature and less action-oriented text."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals seeking AI solutions for back-office tasks"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles