Home · Branding · Plural

Plural Brand Identity

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

Download JSON
Primary
#7B28FF
Accent
#7B28FF
Body Font
Articulat
Heading
Articulat

Color Palette

Brand palette extracted from https://www.plural.sh/.

primary
#7B28FF
rgb(123, 40, 255)
secondary
#B70506
rgb(183, 5, 6)
accent
#7B28FF
rgb(123, 40, 255)
background
#0E1015
rgb(14, 16, 21)
textPrimary
#0E1015
rgb(14, 16, 21)
link
#B485FF
rgb(180, 133, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Articulat
heading
Articulat
Articulat
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

Plural logo
Logo
Plural favicon
Favicon
Plural social image
Social Card

UI Components

Live previews rendered using Plural's actual button styles.

input
background transparent textColor #FFFFFF borderColor #2B2D31 borderRadius 8px shadow none
buttonPrimary
background #7B28FF textColor #FFFFFF borderRadius 4px 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(117, 47, 255, 0.1) 0px 0px 1px 0px, rgba(117, 47, 255, 0.09) 0px 2px 2px 0px, rgba(117, 47, 255, 0.05) 0px 4px 2px 0px, rgba(117, 47, 255, 0.01) 0px 7px 3px 0px, rgba(117, 47, 255, 0) 0px 11px 3px 0px
buttonSecondary
background #2A2E37 textColor #B7B7B9 borderColor #454954 borderRadius 4px 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(14, 16, 21, 0.18) 0px 2px 7px 0px, rgba(14, 16, 21, 0.14) 0px 2px 4px 0px

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Plural Brand in the Wild

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

Frequently Asked Questions

What is Plural's primary brand color?

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

What font does Plural use?

Plural uses Articulat as the primary typeface across body and headings.

Does Plural use a light or dark theme?

Plural's primary site uses a dark color scheme, with a background of #0E1015.

Where can I find Plural's logo?

Plural's logo is available directly on their site (https://www.plural.sh/). 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.plural.sh/ 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 Plural.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Articulat",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#7B28FF",
    "secondary": "#B70506",
    "accent": "#7B28FF",
    "background": "#0E1015",
    "textPrimary": "#0E1015",
    "link": "#B485FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Articulat",
      "heading": "Articulat"
    },
    "fontStacks": {
      "heading": [
        "Articulat"
      ],
      "body": [
        "Articulat"
      ],
      "paragraph": [
        "Articulat"
      ]
    },
    "fontSizes": {
      "h1": "68px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#2B2D31",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#7B28FF",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "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(117, 47, 255, 0.1) 0px 0px 1px 0px, rgba(117, 47, 255, 0.09) 0px 2px 2px 0px, rgba(117, 47, 255, 0.05) 0px 4px 2px 0px, rgba(117, 47, 255, 0.01) 0px 7px 3px 0px, rgba(117, 47, 255, 0) 0px 11px 3px 0px"
    },
    "buttonSecondary": {
      "background": "#2A2E37",
      "textColor": "#B7B7B9",
      "borderColor": "#454954",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "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(14, 16, 21, 0.18) 0px 2px 7px 0px, rgba(14, 16, 21, 0.14) 0px 2px 4px 0px"
    }
  },
  "images": {
    "logo": "https://plural-repo.cdn.prismic.io/plural-repo/aFP5YGv-Iw5OKLWy_logo.svg?fit=max&w=640",
    "favicon": "https://www.plural.sh/favicon.ico",
    "ogImage": "https://images.prismic.io/plural-repo/aJyw_6Tt2nPbaSWl_social-share-card-default.png?auto=format,compress&rect=0,60,3200,1680&w=2400&h=1260",
    "logoHref": "/",
    "logoAlt": "Plural"
  },
  "__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 'Plural'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a Demo",
      "reasoning": "Button #0 has a vibrant brand color (#7B28FF) and action-oriented text ('Book a Demo'), making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Log in",
      "reasoning": "Button #2 has a neutral background color (#2A2E37) and serves a common secondary action ('Log in'), distinct from the primary button's color group."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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 'Plural'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles