kalam labs.json
Kalam Labs Brand Identity
A complete profile of Kalam Labs's visual system — colors, typography, components, and personality — extracted from http://www.kalamlabs.in. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/kalam-labs
- Machine-readable JSON: https://characterquilt.com/branding/kalam-labs.json
- Per-page llms.txt: https://characterquilt.com/branding/kalam-labs/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #E9D599 |
| Accent | #E9D599 |
| Body Font | Space Grotesk |
| Heading Font | Space Grotesk |
Color Palette
- primary: #E9D599
- accent: #E9D599
- background: #0C0C0C
- textPrimary: #0C0C0C
- link: #0EABD7
Typography
- primary: Space Grotesk — https://fonts.google.com/specimen/Space+Grotesk
- heading: Space Grotesk — https://fonts.google.com/specimen/Space+Grotesk
Visual Assets
- Logo: https://www.kalamlabs.in/logos/kalamLabsLogo.png
- Favicon: https://www.kalamlabs.in/favicon.ico
UI Components
- buttonPrimary: background=#E9D599, textColor=#000000, borderRadius=94px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: aerospace and technology professionals
Kalam Labs Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Kalam Labs - Advanced Stratospheric Aerial Systems
- Kalam Labs - Advanced Stratospheric Aerial Systems
- Kalam Labs - Advanced Stratospheric Aerial Systems
- Kalam Labs - Advanced Stratospheric Aerial Systems
- Kalam Labs - Advanced Stratospheric Aerial Systems
- Kalam Labs - Advanced Stratospheric Aerial Systems
Working with these fonts
Not found on Google Fonts? Here’s a 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.