Home · Branding · Keyplay

Keyplay Brand Identity

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

Download JSON
Primary
#475569
Accent
#E61957
Body Font
Roboto
Heading
Roboto

Color Palette

Brand palette extracted from https://keyplay.io.

primary
#475569
rgb(71, 85, 105)
secondary
#E61957
rgb(230, 25, 87)
accent
#E61957
rgb(230, 25, 87)
background
#040820
rgb(4, 8, 32)
textPrimary
#040820
rgb(4, 8, 32)
link
#040820
rgb(4, 8, 32)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Roboto
Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, 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

Keyplay logo
Logo
Keyplay favicon
Favicon

UI Components

Live previews rendered using Keyplay's actual button styles.

buttonPrimary
background #E61957 textColor #FFFFFF borderRadius 9999px shadow none
buttonSecondary
background #040820 textColor #FFFFFF borderColor #FFFFFF borderRadius 9999px shadow none

Brand Personality

Tone: modern Energy: medium Audience: modern GTM teams

Keyplay Brand in the Wild

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

Frequently Asked Questions

What is Keyplay's primary brand color?

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

What accent color does Keyplay use?

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

What font does Keyplay use?

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

Does Keyplay use a light or dark theme?

Keyplay's primary site uses a dark color scheme, with a background of #040820.

Where can I find Keyplay's logo?

Keyplay's logo is available directly on their site (https://keyplay.io). 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://keyplay.io 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 Keyplay.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Noto Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#475569",
    "secondary": "#E61957",
    "accent": "#E61957",
    "background": "#040820",
    "textPrimary": "#040820",
    "link": "#040820"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Instrument Sans",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "36px",
      "h2": "30px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#E61957",
      "textColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#040820",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://keyplay.io/assets/Keyplay_Primary_Logo_WhiteText.svg",
    "favicon": "https://keyplay.io/img/favicons/apple-touch-icon.png",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Keyplay'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Demo",
      "reasoning": "Button #0 with text 'Demo' is the primary CTA due to its vibrant brand color (#E61957) and action-oriented text, making it the most prominent call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Nah, I'm good",
      "reasoning": "Button #2 with text 'Nah, I'm good' is secondary due to its different background color (#040820) and less prominent, dismissive text."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "modern GTM teams"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Keyplay'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles