#dfe8da
a pale, soft green · cool · closest name: beige
RGB
223, 232, 218
HSL
99°, 23%, 88%
CMYK
4, 0, 6, 9
Luminance
0.7846
Every format
| HEX | #dfe8da |
| RGB | rgb(223, 232, 218) |
| HSL | hsl(99, 23%, 88%) |
| CMYK | cmyk(4%, 0%, 6%, 9%) |
| LAB | lab(91.0 -5.5 5.8) |
| LCH | lch(91.0 8.0 133.7) |
| OKLCH | oklch(0.920 0.021 134.1) |
Copy-ready code
/* CSS */
color: #dfe8da;
background-color: #dfe8da;
/* Tailwind (arbitrary) */
class="text-[#dfe8da] bg-[#dfe8da]"
/* SCSS */
$brand: #dfe8da;
/* SwiftUI */
Color(red: 0.875, green: 0.910, blue: 0.855)
/* Android */
Color.parseColor("#dfe8da")Accessibility — WCAG contrast
Aa
#dfe8da on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe8da on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.0%
Blue85.5%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow6.0%
Key (black)9.0%
Color previews
#dfe8da text on a black background
contrast 16.69:1
Card sample
#dfe8da text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe8da;
Background color
Panel with #dfe8da background
background-color: #dfe8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 232, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 232, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe8da; background: linear-gradient(135deg, #dfe8da, #DAE8DE);