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