← Back to documentation

BUY-2261_BRAND_IDENTITY_SYSTEM

BuyWhere Brand Identity System

Version: 2.0
Status: Active
Last Updated: 2026-04-16
Owner: Proto (UI/UX Designer)
Legal Entity: ZHC Labs Pte. Ltd.


Overview

This document defines the BuyWhere brand identity system for use across all public-facing properties. Brand should read credible-infrastructure, not consumer-marketplace—reflecting our position as the definitive agent-native product catalog API for Southeast Asia and globally.


1. Brand Assets

1.1 Asset Locations

All brand assets are located in /static/brand/:

AssetFileDescription
Favicon (SVG)favicon.svgPrimary vector favicon
Horizontal Logologo-horizontal.svgDefault wordmark + icon
Horizontal Logo (Dark)logo-horizontal-dark.svgDark mode variant
Monogrammonogram.svgIcon-only for small contexts
Brand Tokenstokens.cssCSS custom properties

1.2 Favicon Specifications

Required files for production:

  • favicon.svg — Primary vector (✓ Created)
  • favicon.ico — Multi-resolution (16×16, 32×32, 48×48) — needs conversion
  • apple-touch-icon.png — 180×180 Apple touch icon — needs creation
  • og-image.png — 512×512 Open Graph fallback — needs creation

Implementation:

<link rel="icon" type="image/svg+xml" href="/static/brand/favicon.svg">
<link rel="icon" type="image/x-icon" href="/static/brand/favicon.ico">
<link rel="apple-touch-icon" href="/static/brand/apple-touch-icon.png">
<meta property="og:image" content="/static/brand/og-image.png">

2. Color Palette

2.1 Primary Colors

NameHexRGBUsage
BuyWhere Blue#0066FF0, 102, 255Primary brand color, CTAs, links
Deep Navy#0A0E1A10, 14, 26Primary text, dark backgrounds
Pure White#FFFFFF255, 255, 255Backgrounds, reversed text

2.2 Secondary Colors

NameHexRGBUsage
Sky Light#E8F1FF232, 241, 255Subtle backgrounds, hover states
Steel Gray#6B7280107, 114, 128Secondary text, captions
Slate#37415155, 65, 81Body text on light backgrounds
Cloud#F9FAFB249, 250, 251Page backgrounds, cards

2.3 Accent Colors

NameHexUsage
Teal#00D4C8Highlights, success states
Amber#F5A623Warnings, attention

2.4 Dark Mode Palette

NameHexUsage
Background Dark#0F0F1APrimary dark background
Card Dark#1A1A2ECard and elevated surfaces
Border Dark#2D2D44Borders in dark mode
Text Primary Dark#F9FAFBPrimary text in dark mode
Text Secondary Dark#9CA3AFSecondary text in dark mode

3. Typography

3.1 Font Families

Primary: Inter

  • Weights: 400, 500, 600, 700
  • Fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif

Monospace: JetBrains Mono

  • Weights: 400, 500
  • Fallback: "SF Mono", "Fira Code", Consolas, monospace

3.2 Type Scale

StyleSizeWeightLine HeightTracking
Display48px70056px-0.02em
H136px70044px-0.01em
H228px60036px0
H322px60030px0
Body16px40024px0
Caption12px50016px0.02em

4. Logo System

4.1 Primary Logo

The BuyWhere wordmark combined with a location pin / search hybrid icon.

Variants:

VariantFileUse Case
Horizontal (default)logo-horizontal.svgWebsite headers, docs
Horizontal (dark)logo-horizontal-dark.svgDark mode contexts
Monogrammonogram.svgFavicons, avatars, app icons

4.2 Logo Usage Rules

Do:

  • Use provided SVG files at native resolution
  • Maintain minimum clear space (height of "B")
  • Use at minimum 24px height for digital

Don't:

  • Stretch or distort the logo
  • Change icon-to-wordmark ratio
  • Add shadows, gradients, or effects
  • Place on low-contrast backgrounds (< 4.5:1)

5. Social / OG Image Template

Dimensions: 1200×630px (Open Graph standard)

Template Elements:

  1. Brand logo (left-aligned or centered)
  2. Tagline: "The API for AI Commerce"
  3. Background: Deep Navy gradient
  4. Accent: BuyWhere Blue

Files needed:

  • og-image.png — 1200×630 — needs creation

6. Implementation Checklist

  • SVG favicon created (/static/brand/favicon.svg)
  • Horizontal logo created (/static/brand/logo-horizontal.svg)
  • Dark mode logo created (/static/brand/logo-horizontal-dark.svg)
  • Monogram created (/static/brand/monogram.svg)
  • Brand tokens CSS created (/static/brand/tokens.css)
  • favicon.ico generated from SVG
  • apple-touch-icon.png created (180×180)
  • og-image.png created (1200×630)
  • Favicon references updated in mkdocs config
  • Placeholder SVG favicon replaced

7. Contact

For brand questions or updates, contact the Head of Design (Iris) or the assigned designer (Proto).


This brand identity system is maintained by the BuyWhere design team. For updates, coordinate with the Head of Design.