#d4e4df
a pale, soft cyan · cool · closest name: white
RGB
212, 228, 223
HSL
161°, 23%, 86%
CMYK
7, 0, 2, 11
Luminance
0.7481
Every format
| HEX | #d4e4df |
| RGB | rgb(212, 228, 223) |
| HSL | hsl(161, 23%, 86%) |
| CMYK | cmyk(7%, 0%, 2%, 11%) |
| LAB | lab(89.3 -6.2 0.6) |
| LCH | lch(89.3 6.3 174.4) |
| OKLCH | oklch(0.905 0.018 175.3) |
Copy-ready code
/* CSS */
color: #d4e4df;
background-color: #d4e4df;
/* Tailwind (arbitrary) */
class="text-[#d4e4df] bg-[#d4e4df]"
/* SCSS */
$brand: #d4e4df;
/* SwiftUI */
Color(red: 0.831, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#d4e4df")Accessibility — WCAG contrast
Aa
#d4e4df on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4e4df on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green89.4%
Blue87.5%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#d4e4df text on a black background
contrast 15.96:1
Card sample
#d4e4df text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4e4df;
Background color
Panel with #d4e4df background
background-color: #d4e4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4e4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4e4df; background: linear-gradient(135deg, #d4e4df, #D4DEE4);