Home · Branding · Prism

Prism Brand Identity

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

Download JSON
Primary
#7242F8
Accent
#7242F8
Body Font
Helvetica Neue
Heading
Helvetica Neue

Color Palette

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

primary
#7242F8
rgb(114, 66, 248)
accent
#7242F8
rgb(114, 66, 248)
background
#080B0F
rgb(8, 11, 15)
textPrimary
#080B0F
rgb(8, 11, 15)
link
#131126
rgb(19, 17, 38)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue
Helvetica Neue Google Fonts →
heading
Helvetica Neue
Helvetica Neue Google Fonts →
Helvetica Neue, Helvetica, Arial, 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

Prism logo
Logo
Prism favicon
Favicon
Prism social image
Social Card

UI Components

Live previews rendered using Prism's actual button styles.

buttonPrimary
background #7242F8 textColor #FFFFFF borderRadius 33554400px 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.5) 0px 24px 64px 0px
buttonSecondary
background #0F1216 textColor #F8F8F8 borderColor #27292B borderRadius 33554400px shadow none

Brand Personality

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

Prism Brand in the Wild

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

Frequently Asked Questions

What is Prism's primary brand color?

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

What font does Prism use?

Prism uses Helvetica Neue as the primary typeface across body and headings.

Does Prism use a light or dark theme?

Prism's primary site uses a dark color scheme, with a background of #080B0F.

Where can I find Prism's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Helvetica Neue",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#7242F8",
    "accent": "#7242F8",
    "background": "#080B0F",
    "textPrimary": "#080B0F",
    "link": "#131126"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Helvetica Neue"
    },
    "fontStacks": {
      "heading": [
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "30px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#7242F8",
      "textColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "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.5) 0px 24px 64px 0px"
    },
    "buttonSecondary": {
      "background": "#0F1216",
      "textColor": "#F8F8F8",
      "borderColor": "#27292B",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.prismvideos.com/_next/image?url=%2Fimages%2Ffavicon-light.png&w=48&q=75&dpl=dpl_8PpsZrdRdySTcYFMMngxtyFuTX6K",
    "favicon": "https://www.prismvideos.com/favicon.ico?favicon.8062e8fd.ico",
    "ogImage": "https://www.prismvideos.com/opengraph-image?ad2137bff62e3a65",
    "logoHref": "/",
    "logoAlt": "Prism Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is in the header, visible, and links to the homepage, matching the brand 'Prism Videos'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Start for Free",
      "reasoning": "Button #1 'Start for Free' uses the vibrant brand color #7242F8 and has strong CTA text, making it the primary call-to-action."
    },
    "secondary": {
      "index": 0,
      "text": "Free UsageNano Banana 2 and Seedream 5→",
      "reasoning": "Button #0 'Free UsageNano Banana 2 and Seedream 5→' has a different dark background color #0F1216, making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "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 in the header, visible, and links to the homepage, matching the brand 'Prism Videos'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles