Light Spirited
#d8eee7
Looking for the precise values behind Light Spirited (#d8eee7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d8eee7 | |
|---|---|---|
| RGB | rgb(216, 238, 231) | |
| HSL | hsl(161, 39%, 89%) | |
| CMYK | cmyk(9%, 0%, 3%, 7%) | |
| LAB | lab(92, -8, 1) | |
| OKLCH | oklch(0.93 0.025 175) |
Color harmonies
Tints & shades
Code snippets
color: #d8eee7;
background-color: #d8eee7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD8EEE7)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.93, blue: 0.91, alpha: 1.0)