cekura.json
Cekura Brand Identity
A complete profile of Cekura's visual system — colors, typography, components, and personality — extracted from https://www.cekura.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/cekura
- Machine-readable JSON: https://characterquilt.com/branding/cekura.json
- Per-page llms.txt: https://characterquilt.com/branding/cekura/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #A6A7EA |
| Accent | #000000 |
| Body Font | Inter |
| Heading Font | Bricolage Grotesque |
Color Palette
- primary: #A6A7EA
- secondary: #374151
- accent: #000000
- background: #FFFFFF
- textPrimary: #000000
- link: #6B7280
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Bricolage Grotesque — https://fonts.google.com/specimen/Bricolage+Grotesque
Visual Assets
- Logo: https://www.cekura.ai/logo-dark.svg
- Favicon: https://www.cekura.ai/favicon.ico
- Social card (og:image): https://www.cekura.ai/og_image.png
UI Components
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderColor=#000000, borderRadius=12px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#E5E7EB, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: businesses using AI for customer service
Cekura Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Cekura Raises $2.4M to Scale Trustworthy Voice AI & Chat AI Monitoring
- Blog | Cekura - AI Voice Agent Testing Insights & Best Practices
- ElevenLabs Pricing in 2026 Every Plan Tested and Broken Down
- Blog | Cekura - AI Voice Agent Testing Insights & Best Practices
- Lessons from the Field - What I Learned Setting Up AI Agents as Cekura's First FDE
- 7 Best AI Answering Services I Tested in 2026
Working with these fonts
Not found on Google 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.