circuitlab.json
CircuitLab Brand Identity
A complete profile of CircuitLab's visual system — colors, typography, components, and personality — extracted from https://www.circuitlab.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/circuitlab
- Machine-readable JSON: https://characterquilt.com/branding/circuitlab.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #4A5B68 |
| Accent | #5BB75B |
| Body Font | Helvetica Neue |
| Heading Font | Palatino Linotype |
Color Palette
- primary: #4A5B68
- secondary: #5BB75B
- accent: #5BB75B
- background: #FFFFFF
- textPrimary: #0088CC
- link: #0088CC
Typography
- primary: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue
- heading: Palatino Linotype — https://fonts.google.com/specimen/Palatino+Linotype
Visual Assets
- Logo: https://www.circuitlab.com/assets/images/topbar_logo_60_2x.png
- Favicon: https://www.circuitlab.com/assets/images/favicon.png
- Social card (og:image): https://www.circuitlab.com/assets/images/og_logo.png
UI Components
- input: background=#FFFFFF, textColor=#FFFFFF, borderColor=#111111, borderRadius=6px, shadow=rgba(0, 0, 0, 0.1) 0px 1px 2px 0px inset, rgba(255, 255, 255, 0.15) 0px 1px 0px 0px
- buttonPrimary: background=#5BB75B, textColor=#FFFFFF, borderColor=#E6E6E6, borderRadius=6px, shadow=rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: engineers and electronics enthusiasts
CircuitLab Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Blog - CircuitLab
- Blog - CircuitLab
- Documentation - CircuitLab
- CircuitLab Conquering Classrooms - Blog - CircuitLab
- CircuitLab in Google's Chrome Web Store - Blog - CircuitLab
- Basic Math, TRMS, AVG, Mean - CircuitLab Support Forum - CircuitLab
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.