#dfeddf
a pale, soft green · cool · closest name: beige
RGB
223, 237, 223
HSL
120°, 28%, 90%
CMYK
6, 0, 6, 7
Luminance
0.8158
Every format
| HEX | #dfeddf |
| RGB | rgb(223, 237, 223) |
| HSL | hsl(120, 28%, 90%) |
| CMYK | cmyk(6%, 0%, 6%, 7%) |
| LAB | lab(92.4 -7.2 5.2) |
| LCH | lch(92.4 8.8 144.1) |
| OKLCH | oklch(0.932 0.024 145.4) |
Copy-ready code
/* CSS */
color: #dfeddf;
background-color: #dfeddf;
/* Tailwind (arbitrary) */
class="text-[#dfeddf] bg-[#dfeddf]"
/* SCSS */
$brand: #dfeddf;
/* SwiftUI */
Color(red: 0.875, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#dfeddf")Accessibility — WCAG contrast
Aa
#dfeddf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeddf on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.9%
Blue87.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#dfeddf text on a black background
contrast 17.32:1
Card sample
#dfeddf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeddf;
Background color
Panel with #dfeddf background
background-color: #dfeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeddf; background: linear-gradient(135deg, #dfeddf, #DFEDE8);