captivateiq.json
CaptivateIQ Brand Identity
A complete profile of CaptivateIQ's visual system — colors, typography, components, and personality — extracted from https://www.captivateiq.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/captivateiq
- Machine-readable JSON: https://characterquilt.com/branding/captivateiq.json
- Per-page llms.txt: https://characterquilt.com/branding/captivateiq/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #B6F071 |
| Accent | #B6F071 |
| Body Font | Manrope |
| Heading Font | Ivy Presto Headline |
Color Palette
- primary: #B6F071
- secondary: #E7C0FF
- accent: #B6F071
- background: #F5F4F3
- textPrimary: #0A2028
- link: #0A2028
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Ivy Presto Headline — https://fonts.google.com/specimen/Ivy+Presto+Headline
Visual Assets
- Logo: https://cdn.prod.website-files.com/5e20acf46e0215232a00fa2f/652cffe9bbb8f55656030427_Logo%20(3).svg
- Favicon: https://cdn.prod.website-files.com/5e20acf46e0215232a00fa2f/6477872053a09be2b5252086_favicon-32x32.png
- Social card (og:image): https://cdn.prod.website-files.com/5e20acf46e0215232a00fa2f/6898778c90293ab3ec1958bc_c4e09551162434cc9551d66b2ac0efb9_CIQ_OG_SPM.jpg
UI Components
- buttonPrimary: background=#B6F071, textColor=#0A2028, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 1920px inset
- buttonSecondary: background=#F1F8FC, textColor=#595858, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: sales professionals and businesses
CaptivateIQ Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Spotlight on Sales | CaptivateIQ
- Sales Compensation Blog | CaptivateIQ
- CaptivateIQ SmartGrid™ Calculation Engine
- Sales Compensation Blog | CaptivateIQ
- The Future of Sales Compensation
- Sales Compensation Blog | CaptivateIQ
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.