dedalus labs.json
Dedalus Labs Brand Identity
A complete profile of Dedalus Labs's visual system — colors, typography, components, and personality — extracted from https://www.dedaluslabs.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/dedalus-labs
- Machine-readable JSON: https://characterquilt.com/branding/dedalus-labs.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #AAA5E6 |
| Accent | #AAA5E6 |
| Body Font | nacelle |
| Heading Font | nacelle |
Color Palette
- primary: #AAA5E6
- secondary: #787693
- accent: #AAA5E6
- background: #FFFFFF
- textPrimary: #191919
- link: #8F8DA5
Typography
- primary: nacelle — https://fonts.google.com/specimen/nacelle
- heading: nacelle — https://fonts.google.com/specimen/nacelle
Visual Assets
- Logo: Dedalus Labs Logo
- Social card (og:image): Dedalus Labs OG Image
UI Components
- buttonPrimary: background=#AAA5E6, textColor=#0F0F0F, borderRadius=0px, shadow=none
- buttonSecondary: background=transparent, textColor=#52525B, borderColor=#A3A3A3, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: AI developers and tech enthusiasts
Dedalus Labs Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Blog | Dedalus Labs
- Image: Blog Auth Image
- Source: Dedalus Labs Blog
- Blog | Dedalus Labs
- Image: Blog External URL Image
- Source: Dedalus Labs Blog
- Blog | Dedalus Labs
- Image: What is an Agent Image
- Source: Dedalus Labs Blog
- Blog | Dedalus Labs
- Image: Raise 2 Image
- Source: Dedalus Labs Blog
- Fastest persistent sandboxes for AI agents | Dedalus Labs
- Image: AI Agents Image
- Source: Dedalus Labs
- Blog | Dedalus Labs
- Image: Finance Agent Image
- Source: Dedalus Labs Blog
Working with these fonts
Not found on Google Fonts? Follow these instructions if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extensions such as: woff2, woff, ttf, otf).
- Hard-reload the page and navigate (pricing, blog, careers) — some weights may only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS and copy the appropriate @font-face declarations. Adjust each
src: url(...)to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events that start with font/, and write the body to disk. The CSS extraction step remains the same.
Only do this with permission to use brand assets — most proprietary fonts are licensed and may not be used freely.
Machine-Readable Profile
{
"colorScheme": "light",
"colors": {
"primary": "#AAA5E6",
"secondary": "#787693",
"accent": "#AAA5E6",
"background": "#FFFFFF",
"textPrimary": "#191919",
"link": "#8F8DA5"
},
"typography": {
"fontFamilies": {
"primary": "nacelle",
"heading": "nacelle"
}
}
}