Home · Branding · Plato

Plato Brand Identity

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

Download JSON
Primary
#524CC6
Accent
#524CC6
Body Font
Roboto
Heading
Roboto

Color Palette

Brand palette extracted from http://www.platohq.com.

primary
#524CC6
rgb(82, 76, 198)
accent
#524CC6
rgb(82, 76, 198)
background
#F5F5F5
rgb(245, 245, 245)
textPrimary
#363737
rgb(54, 55, 55)
link
#524CC6
rgb(82, 76, 198)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Roboto
SF Pro Display, -apple-system-headline, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
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

Plato logo
Logo
Plato favicon
Favicon
Plato social image
Social Card

UI Components

Live previews rendered using Plato's actual button styles.

input
background #E6E6E6 textColor #363737 borderColor #524CC6 borderRadius 8px shadow rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonPrimary
background #524CC6 textColor #FFFFFF borderRadius 8px shadow rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset
buttonSecondary
background #EEEEEE textColor #363737 borderRadius 8px shadow none

Brand Personality

Tone: professional Energy: medium Audience: content creators and subscribers

Plato Brand in the Wild

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

Frequently Asked Questions

What is Plato's primary brand color?

Plato's primary brand color is #524CC6. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Plato use?

Plato uses Roboto as the primary typeface across body and headings.

Does Plato use a light or dark theme?

Plato's primary site uses a light color scheme, with a background of #F5F5F5.

Where can I find Plato's logo?

Plato's logo is available directly on their site (http://www.platohq.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 http://www.platohq.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 Plato.

Methodology

Brand data on this page was extracted from http://www.platohq.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 Plato.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#524CC6",
    "accent": "#524CC6",
    "background": "#F5F5F5",
    "textPrimary": "#363737",
    "link": "#524CC6"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "SF Pro Display",
        "-apple-system-headline",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ],
      "body": [
        "Spectral",
        "serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ],
      "paragraph": [
        "Spectral",
        "serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ]
    },
    "fontSizes": {
      "h1": "24px",
      "h2": "30px",
      "body": "19px"
    }
  },
  "spacing": {
    "baseUnit": 6,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#E6E6E6",
      "textColor": "#363737",
      "borderColor": "#524CC6",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonPrimary": {
      "background": "#524CC6",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#EEEEEE",
      "textColor": "#363737",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://substackcdn.com/image/fetch/$s_!uo4r!,w_40,h_40,c_fill,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0ca0fc3e-9400-4efe-8200-b6a1ea5a7a2d_644x644.png",
    "favicon": "https://substackcdn.com/image/fetch/$s_!6NSI!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F008d9f0d-047a-4c7b-96ea-e9d4dd277405%2Ffavicon.ico",
    "ogImage": "https://substackcdn.com/image/fetch/$s_!L8gu!,f_auto,q_auto:best,fl_progressive:steep/https%3A%2F%2Fplatocommunity.substack.com%2Ftwitter%2Fsubscribe-card.jpg%3Fv%3D-194896544%26version%3D9",
    "logoHref": "/",
    "logoAlt": "Plato (Deactivated)"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the only visible logo candidate, matches the brand name 'Plato', and is located at the top of the page, linking to the homepage.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #5 is selected as the primary CTA because it uses the vibrant brand color #524CC6, which is consistent with the site's primary color scheme, and has action-oriented text 'Subscribe'."
    },
    "secondary": {
      "index": 8,
      "text": "Manage",
      "reasoning": "Button #8 is selected as the secondary CTA because it has a different background color (#EEEEEE) and serves a secondary action 'Manage'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "content creators and subscribers"
  },
  "designSystem": {
    "framework": "custom",
    "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 the only visible logo candidate, matches the brand name 'Plato', and is located at the top of the page, linking to the homepage.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles