jabu.json
JABU Brand Identity
A complete profile of JABU's visual system — colors, typography, components, and personality — extracted from http://www.gojabu.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/jabu
- Machine-readable JSON: https://characterquilt.com/branding/jabu.json
- Per-page llms.txt: https://characterquilt.com/branding/jabu/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #2C85DD |
| Accent | #2C85DD |
| Body Font | Inter |
| Heading Font | Space Grotesk |
Color Palette
- primary: #2C85DD
- secondary: #677183
- accent: #2C85DD
- background: #FCFCFD
- textPrimary: #171C26
- link: #171C26
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Space Grotesk — https://fonts.google.com/specimen/Space+Grotesk
Visual Assets
- Logo: https://www.gojabu.com/assets/logo-jabupay-Cpr5c6XK.png
- Social card (og:image): https://storage.googleapis.com/gpt-engineer-file-uploads/k5ilGQ1L3aWxbjQsGRcY3Qt5sju1/social-images/social-1775246164681-Screenshot_2026-04-03_at_21.55.33.webp
UI Components
- input: background=#FCFCFD, textColor=#171C26, borderColor=#E0E4EB, borderRadius=12px, shadow=none
- buttonPrimary: background=#2C85DD, textColor=#FCFCFD, borderRadius=9999px, shadow=rgba(44, 133, 221, 0.25) 0px 4px 14px 0px
- buttonSecondary: background=#F5F7FA, textColor=#171C26, borderColor=#EEF0F4, borderRadius=16px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses in Africa
JABU Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- JabuPay
- JabuPay — Real-Time Cash Digitisation & Payments for Africa
- JABU
- Midnight in a Perfect World: Jabu
- The Jabu Vilakazi Story — Marion Edmunds
Working with these fonts
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.