rubber ducky labs.json
Rubber Ducky Labs Brand Identity
A complete profile of Rubber Ducky Labs's visual system — colors, typography, components, and personality — extracted from https://www.rubberduckylabs.io/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/rubber-ducky-labs
- Machine-readable JSON: https://characterquilt.com/branding/rubber-ducky-labs.json
- Per-page llms.txt: https://characterquilt.com/branding/rubber-ducky-labs/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #228BE6 |
| Accent | #228BE6 |
| Body Font | Poppins |
| Heading Font | Poppins |
Color Palette
- primary: #228BE6
- accent: #228BE6
- background: #FFFFFF
- textPrimary: #000000
- link: #228BE6
Typography
- primary: Poppins — https://fonts.google.com/specimen/Poppins
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Logo: https://images.squarespace-cdn.com/content/v1/61e082f46c87cc741e8ffc78/cf8b91b3-f85d-4446-aecc-5f072123d5c4/logo-with-black-text-horizonal%402x.png?format=1500w
- Favicon: https://images.squarespace-cdn.com/content/v1/61e082f46c87cc741e8ffc78/e0881c43-b83a-429b-bc83-73e1636c0e76/favicon.ico?format=100w
- Social card (og:image): http://static1.squarespace.com/static/61e082f46c87cc741e8ffc78/t/647782c82dd4820e518dd676/1685553864843/logo%402x+social-sharing.png?format=1500w
UI Components
- buttonPrimary: background=#228BE6, textColor=#FFFFFF, borderRadius=6.4px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#228BE6, borderRadius=6.4px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals interested in AI and product discovery
Rubber Ducky Labs Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Recommender Systems Learning Content: How Great Teams Get Great Results From RecSys — Rubber Ducky Labs
- VLMs are Coming for Image Tagging — Rubber Ducky Labs
- VLMs are Coming for Image Tagging — Rubber Ducky Labs
- Recommender Systems Learning Content: RecSys Metrics Laddering — Rubber Ducky Labs
- Blog — Rubber Ducky Labs
- Blog — Rubber Ducky Labs
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.