#dfe4da
a pale, soft green · cool · closest name: beige
RGB
223, 228, 218
HSL
90°, 16%, 88%
CMYK
2, 0, 4, 11
Luminance
0.7624
Every format
| HEX | #dfe4da |
| RGB | rgb(223, 228, 218) |
| HSL | hsl(90, 16%, 88%) |
| CMYK | cmyk(2%, 0%, 4%, 11%) |
| LAB | lab(90.0 -3.5 4.3) |
| LCH | lch(90.0 5.5 128.9) |
| OKLCH | oklch(0.912 0.014 128.6) |
Copy-ready code
/* CSS */
color: #dfe4da;
background-color: #dfe4da;
/* Tailwind (arbitrary) */
class="text-[#dfe4da] bg-[#dfe4da]"
/* SCSS */
$brand: #dfe4da;
/* SwiftUI */
Color(red: 0.875, green: 0.894, blue: 0.855)
/* Android */
Color.parseColor("#dfe4da")Accessibility — WCAG contrast
Aa
#dfe4da on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe4da on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.4%
Blue85.5%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow4.4%
Key (black)10.6%
Color previews
#dfe4da text on a black background
contrast 16.25:1
Card sample
#dfe4da text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe4da;
Background color
Panel with #dfe4da background
background-color: #dfe4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 228, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 228, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe4da; background: linear-gradient(135deg, #dfe4da, #DAE4DC);