captain.json
Captain Brand Identity
A complete profile of Captain's visual system — colors, typography, components, and personality — extracted from https://runcaptain.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/captain
- Machine-readable JSON: https://characterquilt.com/branding/captain.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #3B82F6 |
| Accent | #3B82F6 |
| Body Font | Inter |
| Heading Font | Poppins |
Color Palette
- primary: #3B82F6
- secondary: #030712
- accent: #3B82F6
- background: #FFFFFF
- textPrimary: #111827
- link: #111827
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Favicon: https://www.runcaptain.com/icon.png?icon.08tk0wvu_lub7.png
- Social card (og:image): https://runcaptain.com/opengraph.jpg
UI Components
- buttonPrimary: background=#3B82F6, textColor=#FFFFFF, borderRadius=6px, shadow=none
- buttonSecondary: background=transparent, textColor=#3B82F6, borderColor=#3B82F6, borderRadius=6px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Captain Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Captain - Accurate knowledge search that scales
- Captain - Accurate knowledge search that scales
- Image: https://runcaptain.com/opengraph.jpg
- Source: https://www.runcaptain.com/
- Captain - Accurate knowledge search that scales
- Image: https://www.runcaptain.com/soc2.png
- Source: https://www.runcaptain.com/
- Captain - Accurate knowledge search that scales
- Image: https://www.runcaptain.com/ships.jpg
- Source: https://www.runcaptain.com/
- Captain - Accurate knowledge search that scales
- Welcome Aboard | Captain Docs
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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Poppins",
"role": "heading"
}
],
"colors": {
"primary": "#3B82F6",
"secondary": "#030712",
"accent": "#3B82F6",
"background": "#FFFFFF",
"textPrimary": "#111827",
"link": "#111827"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Poppins"
},
"fontStacks": {
"heading": [
"Poppins"
],
"body": [
"Inter",
"system-ui",
"sans-serif"
],
"paragraph": [
"Poppins"
]
},
"fontSizes": {
"h1": "60px",
"h2": "48px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "5px"
},
"components": {
"buttonPrimary": {
"background": "#3B82F6",
"textColor": "#FFFFFF",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#3B82F6",
"borderColor": "#3B82F6",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://www.runcaptain.com/icon.png?icon.08tk0wvu_lub7.png",
"ogImage": "https://runcaptain.com/opengraph.jpg"
}
}