#dfe2da
a pale, muted green · cool · closest name: ivory
RGB
223, 226, 218
HSL
83°, 12%, 87%
CMYK
1, 0, 4, 11
Luminance
0.7514
Every format
| HEX | #dfe2da |
| RGB | rgb(223, 226, 218) |
| HSL | hsl(83, 12%, 87%) |
| CMYK | cmyk(1%, 0%, 4%, 11%) |
| LAB | lab(89.5 -2.4 3.5) |
| LCH | lch(89.5 4.3 124.4) |
| OKLCH | oklch(0.908 0.011 123.5) |
Copy-ready code
/* CSS */
color: #dfe2da;
background-color: #dfe2da;
/* Tailwind (arbitrary) */
class="text-[#dfe2da] bg-[#dfe2da]"
/* SCSS */
$brand: #dfe2da;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.855)
/* Android */
Color.parseColor("#dfe2da")Accessibility — WCAG contrast
Aa
#dfe2da on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe2da on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.6%
Blue85.5%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow3.5%
Key (black)11.4%
Color previews
#dfe2da text on a black background
contrast 16.03:1
Card sample
#dfe2da text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe2da;
Background color
Panel with #dfe2da background
background-color: #dfe2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 226, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 226, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe2da; background: linear-gradient(135deg, #dfe2da, #DAE2DA);