calendly.json
Calendly Brand Identity
A complete profile of Calendly's visual system — colors, typography, components, and personality — extracted from https://calendly.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/calendly
- Machine-readable JSON: https://characterquilt.com/branding/calendly.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #006BFF |
| Accent | #006BFF |
| Body Font | Gilroy |
| Heading Font | Gilroy |
Color Palette
- primary: #006BFF
- secondary: #476788
- accent: #006BFF
- background: #F8F9FB
- textPrimary: #0B3558
- link: #0B3558
Typography
- primary: Gilroy — https://fonts.google.com/specimen/Gilroy
- heading: Gilroy — https://fonts.google.com/specimen/Gilroy
Visual Assets
- Logo: https://marketing-assets.calendly.com/media/logo.svg
- Favicon: https://calendly.com/media/favicon/favicon.ico
- Social card (og:image): https://images.ctfassets.net/k0lk9kiuza3o/6sN1GkuaBoQ67Nhkqa8Hgn/bcefc60aa064f94237bac2524bad875c/homepage.png
UI Components
- buttonPrimary: background=#006BFF, textColor=#FFFFFF, borderColor=#006BFF, borderRadius=8px, shadow=none
- buttonSecondary: background=#0B3558, textColor=#FFFFFF, borderColor=#0B3558, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals and organizations
Calendly Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Calendly Blog | Calendly
- Qualify, score, and reach your best leads for maximum conversions | Calendly
- Engineering Blog | Calendly
- More bookings, less follow-up — with emails sent right from Calendly | Calendly
- Engineering Blog | Calendly
- How to run smarter, better team meetings | Calendly
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.