#d8eee9
a pale, soft cyan · cool · closest name: white
RGB
216, 238, 233
HSL
166°, 39%, 89%
CMYK
9, 0, 2, 7
Luminance
0.8163
Every format
| HEX | #d8eee9 |
| RGB | rgb(216, 238, 233) |
| HSL | hsl(166, 39%, 89%) |
| CMYK | cmyk(9%, 0%, 2%, 7%) |
| LAB | lab(92.4 -8.2 -0.1) |
| LCH | lch(92.4 8.2 180.4) |
| OKLCH | oklch(0.931 0.024 180.6) |
Copy-ready code
/* CSS */
color: #d8eee9;
background-color: #d8eee9;
/* Tailwind (arbitrary) */
class="text-[#d8eee9] bg-[#d8eee9]"
/* SCSS */
$brand: #d8eee9;
/* SwiftUI */
Color(red: 0.847, green: 0.933, blue: 0.914)
/* Android */
Color.parseColor("#d8eee9")Accessibility — WCAG contrast
Aa
#d8eee9 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8eee9 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green93.3%
Blue91.4%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow2.1%
Key (black)6.7%
Color previews
#d8eee9 text on a black background
contrast 17.33:1
Card sample
#d8eee9 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8eee9;
Background color
Panel with #d8eee9 background
background-color: #d8eee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8eee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 238, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 238, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8eee9; background: linear-gradient(135deg, #d8eee9, #D8E4EE);