#dfe3da
a pale, muted green · cool · closest name: beige
RGB
223, 227, 218
HSL
87°, 14%, 87%
CMYK
2, 0, 4, 11
Luminance
0.7569
Every format
| HEX | #dfe3da |
| RGB | rgb(223, 227, 218) |
| HSL | hsl(87, 14%, 87%) |
| CMYK | cmyk(2%, 0%, 4%, 11%) |
| LAB | lab(89.7 -3.0 3.9) |
| LCH | lch(89.7 4.9 127.0) |
| OKLCH | oklch(0.910 0.013 126.4) |
Copy-ready code
/* CSS */
color: #dfe3da;
background-color: #dfe3da;
/* Tailwind (arbitrary) */
class="text-[#dfe3da] bg-[#dfe3da]"
/* SCSS */
$brand: #dfe3da;
/* SwiftUI */
Color(red: 0.875, green: 0.890, blue: 0.855)
/* Android */
Color.parseColor("#dfe3da")Accessibility — WCAG contrast
Aa
#dfe3da on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe3da on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.0%
Blue85.5%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow4.0%
Key (black)11.0%
Color previews
#dfe3da text on a black background
contrast 16.14:1
Card sample
#dfe3da text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe3da;
Background color
Panel with #dfe3da background
background-color: #dfe3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 227, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 227, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe3da; background: linear-gradient(135deg, #dfe3da, #DAE3DB);