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