#d2e3df
a pale, soft cyan · cool · closest name: white
RGB
210, 227, 223
HSL
166°, 23%, 86%
CMYK
8, 0, 2, 11
Luminance
0.7397
Every format
| HEX | #d2e3df |
| RGB | rgb(210, 227, 223) |
| HSL | hsl(166, 23%, 86%) |
| CMYK | cmyk(8%, 0%, 2%, 11%) |
| LAB | lab(88.9 -6.4 0.0) |
| LCH | lch(88.9 6.4 179.9) |
| OKLCH | oklch(0.902 0.019 180.2) |
Copy-ready code
/* CSS */
color: #d2e3df;
background-color: #d2e3df;
/* Tailwind (arbitrary) */
class="text-[#d2e3df] bg-[#d2e3df]"
/* SCSS */
$brand: #d2e3df;
/* SwiftUI */
Color(red: 0.824, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#d2e3df")Accessibility — WCAG contrast
Aa
#d2e3df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2e3df on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green89.0%
Blue87.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#d2e3df text on a black background
contrast 15.79:1
Card sample
#d2e3df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2e3df;
Background color
Panel with #d2e3df background
background-color: #d2e3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2e3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2e3df; background: linear-gradient(135deg, #d2e3df, #D2DCE3);