deako.json
Deako Brand Identity
A complete profile of Deako's visual system — colors, typography, components, and personality — extracted from https://www.deako.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/deako
- Machine-readable JSON: https://characterquilt.com/branding/deako.json
- Per-page llms.txt: https://characterquilt.com/branding/deako/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #18012C |
| Accent | #C3D3D7 |
| Body Font | Aeonik Pro |
| Heading Font | Aeonik |
Color Palette
- primary: #18012C
- secondary: #0056FF
- accent: #C3D3D7
- background: #FFFFFF
- textPrimary: #000000
- link: #454F5B
Typography
- primary: Aeonik Pro — https://fonts.google.com/specimen/Aeonik+Pro
- heading: Aeonik — https://fonts.google.com/specimen/Aeonik
Visual Assets
- Logo: https://cdn.deako.com/wp-content/uploads/2025/01/logo-white.svg
- Favicon: https://cdn.deako.com/wp-content/uploads/2025/03/Favicon-512x512-1.svg
UI Components
- buttonPrimary: background=#C3D3D7, textColor=#1D1D1D, borderRadius=6px, shadow=none
- buttonSecondary: background=#000000, textColor=#FFFFFF, borderColor=#1D1D1D, borderRadius=8px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: homeowners interested in smart lighting solutions
Deako Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Blog – Deako
- Troubleshooting a switch that doesn't work right or at all – Deako Support
- Blog – Deako
- Blog – Deako
- Blog – Deako
- Convenience Starter Kit – Deako
Working with these fonts
Not found on Google Fonts? Here’s a suggested flow:
- 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 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.