Home · Branding · Prembly (formerly Identitypass)

Prembly (formerly Identitypass) Brand Identity

A complete profile of Prembly (formerly Identitypass)'s visual system — colors, typography, components, and personality — extracted from https://prembly.com/. Built for designers, agents, and AI tools.

Download JSON
Primary
#111827
Accent
#0D9488
Body Font
ui-sans-serif
Heading
ui-sans-serif

Color Palette

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

primary
#111827
rgb(17, 24, 39)
secondary
#0D9488
rgb(13, 148, 136)
accent
#0D9488
rgb(13, 148, 136)
background
#F9FAFB
rgb(249, 250, 251)
textPrimary
#0E3C3C
rgb(14, 60, 60)
link
#0E3C3C
rgb(14, 60, 60)

Typography

Each font links to its Google Fonts page where available.

primary
ui-sans-serif
ui-sans-serif Google Fonts →
heading
ui-sans-serif
ui-sans-serif Google Fonts →
ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

Prembly (formerly Identitypass) logo
Logo
Prembly (formerly Identitypass) favicon
Favicon
Prembly (formerly Identitypass) social image
Social Card

UI Components

Live previews rendered using Prembly (formerly Identitypass)'s actual button styles.

buttonPrimary
background #0D9488 textColor #FFFFFF borderRadius 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.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
buttonSecondary
background #2F7F7F textColor #FFFFFF borderRadius 8px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking identity verification solutions

Prembly (formerly Identitypass) Brand in the Wild

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

Frequently Asked Questions

What is Prembly (formerly Identitypass)'s primary brand color?

Prembly (formerly Identitypass)'s primary brand color is #111827. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Prembly (formerly Identitypass) use?

Prembly (formerly Identitypass) uses #0D9488 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Prembly (formerly Identitypass) use?

Prembly (formerly Identitypass) uses ui-sans-serif as the primary typeface across body and headings.

Does Prembly (formerly Identitypass) use a light or dark theme?

Prembly (formerly Identitypass)'s primary site uses a light color scheme, with a background of #F9FAFB.

Where can I find Prembly (formerly Identitypass)'s logo?

Prembly (formerly Identitypass)'s logo is available directly on their site (https://prembly.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://prembly.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 Prembly (formerly Identitypass).

Methodology

Brand data on this page was extracted from https://prembly.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 Prembly (formerly Identitypass).

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "ui-sans-serif",
      "count": 77
    },
    {
      "family": "system-ui",
      "count": 77
    },
    {
      "family": "sans-serif",
      "count": 77
    },
    {
      "family": "Apple Color Emoji",
      "count": 77
    },
    {
      "family": "Segoe UI Emoji",
      "count": 77
    },
    {
      "family": "Segoe UI Symbol",
      "count": 77
    },
    {
      "family": "Noto Color Emoji",
      "count": 77
    }
  ],
  "colors": {
    "primary": "#111827",
    "secondary": "#0D9488",
    "accent": "#0D9488",
    "background": "#F9FAFB",
    "textPrimary": "#0E3C3C",
    "link": "#0E3C3C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "ui-sans-serif",
      "heading": "ui-sans-serif"
    },
    "fontStacks": {
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "heading": [
        "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": "60px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0D9488",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "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.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px"
    },
    "buttonSecondary": {
      "background": "#2F7F7F",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml,%3c?xml%20version=%271.0%27%20encoding=%27UTF-8%27?%3e%3csvg%20id=%27Layer_1%27%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20viewBox=%270%200%205813.7%201796.3%27%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%2337b7ab;%20}%20%3c/style%3e%3c/defs%3e%3cg%3e%3cpath%20class=%27st0%27%20d=%27M1132.3,606.3c-9.5-221.7-260.8-418.1-547-427.6H65.2l-20.4-24.9h-12.8v452.5c0,231.2,254.5,418.1,550.1,427.6,289.4-9.5,540.7-205.7,550.2-427.6Z%27/%3e%3cpath%20class=%27st0%27%20d=%27M307.8,1584.4c-111.2-6.1-208.4-132.3-211.4-274.9l3.1-261.3-7.9-8v-6.3l222.7,2.6c116.1,1.4,208.4,129.2,211.4,276.5-6.5,144.1-106.6,268-217.9,271.4Z%27/%3e%3c/g%3e%3cpath%20class=%27st0%27%20d=%27M2031.8,701c24.5,47.1,36.8,102.3,36.8,165.6s-12.3,116.1-36.8,163.2c-22.9,45.3-58.4,83.2-102.1,109.1-43.5,25.7-92.9,38.6-148.3,38.5-45.1,0-84.3-8.3-117.5-24.9-31.8-15.4-59.2-38.7-79.5-67.6v322.6h-128.3v-844.8h111.6l15.5,90.2c49.1-64.9,115.2-97.4,198.3-97.4,55.4,0,104.8,12.5,148.3,37.4,43.8,25.3,79.3,62.9,102,108.1ZM1938.1,866.5c0-60.1-16.4-108.8-49.3-146-32.8-37.2-75.8-55.8-128.7-55.9-53,0-95.8,18.4-128.2,55.2-32.4,36.8-48.6,84.9-48.5,144.4,0,61,16.2,110.4,48.6,148.3s75.1,56.9,128.2,57c53,0,95.9-19,128.7-57,32.9-38,49.3-86.6,49.2-146Z%27/%3e%3cpath%20class=%27st0%27%20d=%27M2478.1,682.8h-56.9c-53,0-91.4,17.2-115.1,51.7-23.7,34.4-35.6,78.1-35.6,131.1v305h-128.1v-607.9h113.9l14.2,91.4c16.6-27.7,39.9-50.7,67.7-67.1,27.7-16.2,64.8-24.3,111.6-24.3h28.4l-.1,120.1Z%27/%3e%3cpath%20class=%27st0%27%20d=%27M2621.1,594.2c44.7-25.7,95.9-38.6,153.7-38.6s110.2,11.9,154.9,35.6c44,23,80.6,57.9,105.7,100.7,25.7,43.5,38.9,94.6,39.7,153.1,0,16.3-1.2,32.6-3.5,48.7h-458.1v7.3c3,53,19.7,94.9,50,125.8s70.2,46.3,119.8,46.3c39.6,0,72.8-9.3,99.7-27.9,27-18.7,46-46.9,53.4-78.9h128.1c-10,60-42,114.1-89.6,151.9-48.7,39.4-109.4,59.1-182.2,59.1-63.3,0-118.5-12.8-165.5-38.5-46.1-24.9-84-62.6-109.1-108.6-25.7-46.7-38.5-100.9-38.5-162.6s12.5-117.2,37.4-164.3c23.5-45.7,59.6-83.5,104.1-109.1ZM2891.7,696.4c-29.7-25-67.1-37.4-112.2-37.4-39.7-.8-78.3,12.9-108.6,38.6-30.4,25.7-48,59.9-52.8,102.7h326.4c-5.6-44.4-23.2-79-52.8-103.9Z%27/%3e%3cpath%20class=%27st0%27%20d=%27M4075.4,827.4v343h-128.1v-341.8c0-53-10.7-93.4-32-121.1-21.4-27.7-53-41.5-94.9-41.5-44.3,0-79.3,15.6-105.1,46.9-25.8,31.2-38.6,74.2-38.5,129v328.7h-129.4v-342c0-53.8-10.9-94.4-32.6-121.7-21.8-27.3-53.6-40.9-95.4-40.9s-78.1,16.2-103.8,48.7c-25.7,32.4-38.6,76-38.6,130.5v325.2h-128.2v-607.7h111.6l14.3,79.5c43.5-57,102.8-85.9,178-86.7,42.7,0,80.3,9.1,112.7,27.3s57.4,45.9,74.8,83.1c20.5-34,49.6-62,84.3-81.3,34.8-19.4,76.7-29.1,125.8-29.1,66.5,0,120.7,21.6,162.6,64.7,41.6,43.2,62.6,112.3,62.5,207.2Z%27/%3e%3cpath%20class=%27st0%27%20d=%27M4737.7,700.4c24.5,46.7,36.8,102,36.8,166.1s-12.3,115-36.8,162c-23,45.5-58.4,83.5-102.1,109.8-43.5,26.1-93,39.1-148.4,39.1-45.1,0-84.2-8.5-117.5-25.5-32.2-16.1-59.9-39.9-80.7-69.3l-15.4,87.8h-111.6V339.6h128.1v313.4c48.3-64.9,113.9-97.4,197-97.4,55.4,0,104.8,12.5,148.4,37.4,43.8,25.1,79.3,62.4,102.2,107.4ZM4643.9,866.5c0-59.3-16.4-107.8-49.3-145.4-32.8-37.7-75.8-56.5-128.8-56.5s-95.7,18.6-128.1,55.8-48.7,85.4-48.7,144.8,16.2,109.2,48.7,147.1c32.4,38,75.2,57,128.1,57s96-18.8,128.8-56.3c32.9-37.6,49.3-86.4,49.3-146.5h0Z%27/%3e%3cpath%20class=%27st0%27%20d=%27M4976.2,339.6v830.8h-128.2V339.6h128.2Z%27/%3e%3cpath%20class=%27st0%27%20d=%27M5341.5,1031.5l165-468.7h136.3l-275.3,702.6c-10.7,28.9-23.8,56.9-39.1,83.7-10.6,18.2-25.8,33.3-43.9,43.9-17.4,9.9-40.7,14.9-70,14.9h-137.7v-112.9h90.2c24.5,0,41.6-3.8,51-11.3,9.5-7.5,19.4-24.3,29.7-50.4l24.9-58.2-237.4-612.3h136.3l170,468.7Z%27/%3e%3c/svg%3e",
    "favicon": "https://prembly.com/favicon.ico",
    "ogImage": "https://prembly.com/images/seo-card.jpg",
    "logoHref": "/",
    "logoAlt": "Prembly"
  },
  "__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 'Prembly'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "GET STARTED",
      "reasoning": "Button #0 uses a vibrant brand color (#0D9488) and has action-oriented text 'GET STARTED', making it the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Explore Solutions",
      "reasoning": "Button #4 uses a different vibrant color (#2F7F7F) and offers an exploratory action 'Explore Solutions', suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking identity verification solutions"
  },
  "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 'Prembly'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles