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