eight sleep.json
Eight Sleep Brand Identity
A complete profile of Eight Sleep's visual system — colors, typography, components, and personality — extracted from http://eightsleep.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/eight-sleep
- Machine-readable JSON: https://characterquilt.com/branding/eight-sleep.json
- Per-page llms.txt: https://characterquilt.com/branding/eight-sleep/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #1862FF |
| Accent | #E8EFFF |
| Body Font | NeueMontreal |
| Heading Font | NeueMontreal |
Color Palette
- primary: #1862FF
- accent: #E8EFFF
- background: #FFFFFF
- textPrimary: #000000
- link: #4158EE
Typography
- primary: NeueMontreal — https://fonts.google.com/specimen/NeueMontreal
- heading: NeueMontreal — https://fonts.google.com/specimen/NeueMontreal
Visual Assets
- Logo: https://res.cloudinary.com/eightsleep/image/upload/v1761171870/Logo_White_xwtn4w.svg
- Favicon: https://www.eightsleep.com/favicon.ico
- Social card (og:image): https://res.cloudinary.com/eightsleep/image/upload/c_fill,w_1200,h_630,f_jpg,q_auto/v1747147611/Homepage_c0dril.png
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#E8EFFF, textColor=#000000, borderRadius=4px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#FFFFFF, borderRadius=8px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy consumers interested in sleep technology
Eight Sleep Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Announcing Our Partnership With Two-Time NBA Champion Danny Green
- Image: https://i0.wp.com/eightsleepcom.wpcomstaging.com/wp-content/uploads/2020/03/200114_8Sleep_DannyGreen-411_twitter.jpg?fit=5120%2C3840&ssl=1
- Source: https://www.eightsleep.com/blog/announcing-our-partnership-with-two-time-nba-champion-danny-green/?srsltid=AfmBOoomxLZto49ONRSYl4E2dCSCxRMIr9xG99hhikRIh4JoO1qQcdMy
- Eight Sleep | Blog
- Autopilot: How It Works
- Eight Sleep | Blog
- Eight Sleep Research and Development
- Sleep Balance: because “I think I slept fine” isn't a strategy
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.