#d2e2da
a pale, soft green · cool · closest name: beige
RGB
210, 226, 218
HSL
150°, 22%, 86%
CMYK
7, 0, 4, 11
Luminance
0.7316
Every format
| HEX | #d2e2da |
| RGB | rgb(210, 226, 218) |
| HSL | hsl(150, 22%, 86%) |
| CMYK | cmyk(7%, 0%, 4%, 11%) |
| LAB | lab(88.5 -6.8 2.1) |
| LCH | lch(88.5 7.1 163.1) |
| OKLCH | oklch(0.898 0.020 164.5) |
Copy-ready code
/* CSS */
color: #d2e2da;
background-color: #d2e2da;
/* Tailwind (arbitrary) */
class="text-[#d2e2da] bg-[#d2e2da]"
/* SCSS */
$brand: #d2e2da;
/* SwiftUI */
Color(red: 0.824, green: 0.886, blue: 0.855)
/* Android */
Color.parseColor("#d2e2da")Accessibility — WCAG contrast
Aa
#d2e2da on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2e2da on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green88.6%
Blue85.5%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow3.5%
Key (black)11.4%
Color previews
#d2e2da text on a black background
contrast 15.63:1
Card sample
#d2e2da text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2e2da;
Background color
Panel with #d2e2da background
background-color: #d2e2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2e2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 226, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 226, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2e2da; background: linear-gradient(135deg, #d2e2da, #D2DFE2);