#d4e3df
a pale, soft cyan · cool · closest name: white
RGB
212, 227, 223
HSL
164°, 21%, 86%
CMYK
7, 0, 2, 11
Luminance
0.7426
Every format
| HEX | #d4e3df |
| RGB | rgb(212, 227, 223) |
| HSL | hsl(164, 21%, 86%) |
| CMYK | cmyk(7%, 0%, 2%, 11%) |
| LAB | lab(89.0 -5.7 0.2) |
| LCH | lch(89.0 5.7 177.7) |
| OKLCH | oklch(0.903 0.017 178.2) |
Copy-ready code
/* CSS */
color: #d4e3df;
background-color: #d4e3df;
/* Tailwind (arbitrary) */
class="text-[#d4e3df] bg-[#d4e3df]"
/* SCSS */
$brand: #d4e3df;
/* SwiftUI */
Color(red: 0.831, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#d4e3df")Accessibility — WCAG contrast
Aa
#d4e3df on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4e3df on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green89.0%
Blue87.5%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#d4e3df text on a black background
contrast 15.85:1
Card sample
#d4e3df text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4e3df;
Background color
Panel with #d4e3df background
background-color: #d4e3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4e3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4e3df; background: linear-gradient(135deg, #d4e3df, #D4DDE3);