#d8eceb
a pale, soft cyan · cool · closest name: white
RGB
216, 236, 235
HSL
177°, 35%, 89%
CMYK
9, 0, 0, 8
Luminance
0.8059
Every format
| HEX | #d8eceb |
| RGB | rgb(216, 236, 235) |
| HSL | hsl(177, 35%, 89%) |
| CMYK | cmyk(9%, 0%, 0%, 8%) |
| LAB | lab(92.0 -6.8 -1.8) |
| LCH | lch(92.0 7.0 194.7) |
| OKLCH | oklch(0.928 0.021 193.2) |
Copy-ready code
/* CSS */
color: #d8eceb;
background-color: #d8eceb;
/* Tailwind (arbitrary) */
class="text-[#d8eceb] bg-[#d8eceb]"
/* SCSS */
$brand: #d8eceb;
/* SwiftUI */
Color(red: 0.847, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#d8eceb")Accessibility — WCAG contrast
Aa
#d8eceb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8eceb on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green92.5%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#d8eceb text on a black background
contrast 17.12:1
Card sample
#d8eceb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8eceb;
Background color
Panel with #d8eceb background
background-color: #d8eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8eceb; background: linear-gradient(135deg, #d8eceb, #D8E0EC);