Home · Branding · Multifactor

Multifactor Brand Identity

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

Download JSON
Primary
#62748E
Accent
#E2E8F0
Body Font
Inter
Heading
Inter

Color Palette

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

primary
#62748E
rgb(98, 116, 142)
secondary
#020618
rgb(2, 6, 24)
accent
#E2E8F0
rgb(226, 232, 240)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#314158
rgb(49, 65, 88)
link
#314158
rgb(49, 65, 88)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
microgramma
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

Multifactor logo
Logo
Multifactor favicon
Favicon
Multifactor social image
Social Card

UI Components

Live previews rendered using Multifactor's actual button styles.

input
background #FFFFFF textColor #000000 borderColor #E2E8F0 borderRadius 2.8px 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, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonPrimary
background #E2E8F0 textColor #0F172B borderRadius 2.8px 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, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonSecondary
background #FFFFFF textColor #020618 borderColor #E2E8F0 borderRadius 2.8px 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, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

Brand Personality

Tone: professional Energy: medium Audience: businesses and tech-savvy individuals

Multifactor Brand in the Wild

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

Frequently Asked Questions

What is Multifactor's primary brand color?

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

What accent color does Multifactor use?

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

What font does Multifactor use?

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

Does Multifactor use a light or dark theme?

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

Where can I find Multifactor's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "microgramma",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#62748E",
    "secondary": "#020618",
    "accent": "#E2E8F0",
    "background": "#FFFFFF",
    "textPrimary": "#314158",
    "link": "#314158"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "microgramma"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "36px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#E2E8F0",
      "borderRadius": "2.8px",
      "borderRadiusCorners": {
        "topLeft": "2.8px",
        "topRight": "2.8px",
        "bottomRight": "2.8px",
        "bottomLeft": "2.8px"
      },
      "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, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonPrimary": {
      "background": "#E2E8F0",
      "textColor": "#0F172B",
      "borderRadius": "2.8px",
      "borderRadiusCorners": {
        "topLeft": "2.8px",
        "topRight": "2.8px",
        "bottomRight": "2.8px",
        "bottomLeft": "2.8px"
      },
      "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, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#020618",
      "borderColor": "#E2E8F0",
      "borderRadius": "2.8px",
      "borderRadiusCorners": {
        "topLeft": "2.8px",
        "topRight": "2.8px",
        "bottomRight": "2.8px",
        "bottomLeft": "2.8px"
      },
      "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, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%203.5353%202.8283%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22width%3A26.6666667px%3Bheight%3A26.6666667px%22%20data-fc-idx%3D%220%22%3E%3Cg%20transform%3D%22translate(-59.557%20-71.209)%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(239%2C%2068%2C%2068)%20!important%3B%22%3E%3Cpath%20d%3D%22m59.557%2072.624%201.4141%201.4141%202.1212-2.1212-0.70706-0.70706-1.4141%201.4141-0.70706-0.70706z%22%20stroke-width%3D%22.26458%22%20style%3D%22fill%3A%20rgb(239%2C%2068%2C%2068)%20!important%3B%20stroke-width%3A%200.26458px%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://multifactor.com/favicon.ico",
    "ogImage": "https://multifactor.com/assets/social/og-1200x630.png",
    "logoHref": "https://multifactor.com"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 4,
    "reasoning": "Selected #4 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 is selected as the primary CTA because it has a distinct blue background (#E2E8F0) and action-oriented text 'Get Started', which is a common primary action."
    },
    "secondary": {
      "index": 4,
      "text": "Download Multifactor App",
      "reasoning": "Button #4 is selected as the secondary CTA because it has a different background color (#FFFFFF) and offers a secondary action 'Download Multifactor App', which complements the primary action."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and tech-savvy individuals"
  },
  "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": 4,
        "selectedLogoReasoning": "Selected #4 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles