#d2e6df
a pale, soft green · cool · closest name: ivory
RGB
210, 230, 223
HSL
159°, 29%, 86%
CMYK
9, 0, 3, 10
Luminance
0.7562
Every format
| HEX | #d2e6df |
| RGB | rgb(210, 230, 223) |
| HSL | hsl(159, 29%, 86%) |
| CMYK | cmyk(9%, 0%, 3%, 10%) |
| LAB | lab(89.7 -7.9 1.1) |
| LCH | lch(89.7 8.0 171.8) |
| OKLCH | oklch(0.908 0.023 172.8) |
Copy-ready code
/* CSS */
color: #d2e6df;
background-color: #d2e6df;
/* Tailwind (arbitrary) */
class="text-[#d2e6df] bg-[#d2e6df]"
/* SCSS */
$brand: #d2e6df;
/* SwiftUI */
Color(red: 0.824, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#d2e6df")Accessibility — WCAG contrast
Aa
#d2e6df on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2e6df on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green90.2%
Blue87.5%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow3.0%
Key (black)9.8%
Color previews
#d2e6df text on a black background
contrast 16.12:1
Card sample
#d2e6df text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2e6df;
Background color
Panel with #d2e6df background
background-color: #d2e6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2e6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2e6df; background: linear-gradient(135deg, #d2e6df, #D2E0E6);