Home · Branding · Memberstack

Memberstack Brand Identity

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

Download JSON
Primary
#4353FF
Accent
#4353FF
Body Font
DM Sans
Heading
DM Sans

Color Palette

Brand palette extracted from https://www.memberstack.com.

primary
#4353FF
rgb(67, 83, 255)
secondary
#6B7280
rgb(107, 114, 128)
accent
#4353FF
rgb(67, 83, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1A1A2E
rgb(26, 26, 46)
link
#1A1A2E
rgb(26, 26, 46)

Typography

Each font links to its Google Fonts page where available.

primary
DM Sans
heading
DM Sans
DM Sans, system-ui, 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

Memberstack logo
Logo
Memberstack favicon
Favicon
Memberstack social image
Social Card

UI Components

Live previews rendered using Memberstack's actual button styles.

buttonPrimary
background #4353FF textColor #FFFFFF borderRadius 24px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.547113 0.00387013 -0.250553 / 0.1) 0px 4px 6px -1px, oklab(0.547113 0.00387013 -0.250553 / 0.1) 0px 2px 4px -2px
buttonSecondary
background #FFFFFF textColor #4353FF borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: web developers and designers

Memberstack Brand in the Wild

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

Frequently Asked Questions

What is Memberstack's primary brand color?

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

What font does Memberstack use?

Memberstack uses DM Sans as the primary typeface across body and headings.

Does Memberstack use a light or dark theme?

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

Where can I find Memberstack's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "DM Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#4353FF",
    "secondary": "#6B7280",
    "accent": "#4353FF",
    "background": "#FFFFFF",
    "textPrimary": "#1A1A2E",
    "link": "#1A1A2E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "DM Sans"
    },
    "fontStacks": {
      "heading": [
        "DM Sans",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "DM Sans",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "DM Sans",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "60px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4353FF",
      "textColor": "#FFFFFF",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.547113 0.00387013 -0.250553 / 0.1) 0px 4px 6px -1px, oklab(0.547113 0.00387013 -0.250553 / 0.1) 0px 2px 4px -2px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#4353FF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.memberstack.com/images/logos/memberstack-full.svg",
    "favicon": "https://www.memberstack.com/favicon.ico",
    "ogImage": "https://www.memberstack.com/images/og/home.png",
    "logoHref": "/",
    "logoAlt": "Memberstack"
  },
  "__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 'Memberstack'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start building free",
      "reasoning": "Button #3 has a vibrant brand color (#4353FF) and action-oriented text ('Start building free'), making it the primary CTA."
    },
    "secondary": {
      "index": 8,
      "text": "Sign Up",
      "reasoning": "Button #2 has a different background color (#FFFFFF) and serves as a secondary action with 'Sign Up' text."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "web developers and designers"
  },
  "designSystem": {
    "framework": "tailwind",
    "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 'Memberstack'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles