Home · Branding · Onyx Private

Onyx Private Brand Identity

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

Download JSON
Primary
#874FCA
Accent
#874FCA
Body Font
Silka
Heading
Silka

Color Palette

Brand palette extracted from https://www.onyxprivate.com.

primary
#874FCA
rgb(135, 79, 202)
accent
#874FCA
rgb(135, 79, 202)
background
#FAFAFA
rgb(250, 250, 250)
textPrimary
#121212
rgb(18, 18, 18)
link
#616476
rgb(97, 100, 118)

Typography

Each font links to its Google Fonts page where available.

primary
Silka
heading
Silka
Silka, Arial, sans-serif
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

Onyx Private logo
Logo
Onyx Private favicon
Favicon

UI Components

Live previews rendered using Onyx Private's actual button styles.

input
background #FFFFFF textColor #333333 borderColor #CCCCCC borderRadius 8px shadow none
buttonPrimary
background #874FCA textColor #FFFFFF borderRadius 59px shadow none
buttonSecondary
background #FFFFFF textColor #121212 borderRadius 59px shadow none

Brand Personality

Tone: professional Energy: medium Audience: financial institutions and banks

Onyx Private Brand in the Wild

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

Frequently Asked Questions

What is Onyx Private's primary brand color?

Onyx Private's primary brand color is #874FCA. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Onyx Private use?

Onyx Private uses Silka as the primary typeface across body and headings.

Does Onyx Private use a light or dark theme?

Onyx Private's primary site uses a light color scheme, with a background of #FAFAFA.

Where can I find Onyx Private's logo?

Onyx Private's logo is available directly on their site (https://www.onyxprivate.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://www.onyxprivate.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 Onyx Private.

Methodology

Brand data on this page was extracted from https://www.onyxprivate.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 Onyx Private.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Silka",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#874FCA",
    "accent": "#874FCA",
    "background": "#FAFAFA",
    "textPrimary": "#121212",
    "link": "#616476"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Silka",
      "heading": "Silka"
    },
    "fontStacks": {
      "heading": [
        "Silka",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Silka",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Silka",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "57px",
      "h2": "18px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#CCCCCC",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#874FCA",
      "textColor": "#FFFFFF",
      "borderRadius": "59px",
      "borderRadiusCorners": {
        "topLeft": "59px",
        "topRight": "59px",
        "bottomRight": "59px",
        "bottomLeft": "59px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#121212",
      "borderRadius": "59px",
      "borderRadiusCorners": {
        "topLeft": "59px",
        "topRight": "59px",
        "bottomRight": "59px",
        "bottomLeft": "59px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/64001a240b4a44cd8693ca07/6525c2a5011bec74013c20f3_logo-for-banks.svg",
    "favicon": "https://cdn.prod.website-files.com/64001a240b4a44cd8693ca07/6406163155cc2a16e517dd4f_favicon.png",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Logo for Banks"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Selected #3 because it is visible, medium-sized, located in the header, links to the homepage, and matches the brand name 'Onyx for Banks'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Contact us",
      "reasoning": "Button #0 uses the brand's primary color (#874FCA) and has action-oriented text ('Contact us'), making it the most prominent CTA."
    },
    "secondary": {
      "index": 3,
      "text": "TALK TO AN EXPERT",
      "reasoning": "Button #3 has a different background color (#FFFFFF) and provides a secondary action ('TALK TO AN EXPERT'), making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "financial institutions and banks"
  },
  "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": 3,
        "selectedLogoReasoning": "Selected #3 because it is visible, medium-sized, located in the header, links to the homepage, and matches the brand name 'Onyx for Banks'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles