#dfedda
a pale, soft green · cool · closest name: beige
RGB
223, 237, 218
HSL
104°, 35%, 89%
CMYK
6, 0, 8, 7
Luminance
0.8132
Every format
| HEX | #dfedda |
| RGB | rgb(223, 237, 218) |
| HSL | hsl(104, 35%, 89%) |
| CMYK | cmyk(6%, 0%, 8%, 7%) |
| LAB | lab(92.3 -8.0 7.6) |
| LCH | lch(92.3 11.1 136.5) |
| OKLCH | oklch(0.930 0.029 137.4) |
Copy-ready code
/* CSS */
color: #dfedda;
background-color: #dfedda;
/* Tailwind (arbitrary) */
class="text-[#dfedda] bg-[#dfedda]"
/* SCSS */
$brand: #dfedda;
/* SwiftUI */
Color(red: 0.875, green: 0.929, blue: 0.855)
/* Android */
Color.parseColor("#dfedda")Accessibility — WCAG contrast
Aa
#dfedda on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfedda on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.9%
Blue85.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow8.0%
Key (black)7.1%
Color previews
#dfedda text on a black background
contrast 17.26:1
Card sample
#dfedda text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfedda;
Background color
Panel with #dfedda background
background-color: #dfedda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfedda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 237, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 237, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfedda; background: linear-gradient(135deg, #dfedda, #DAEDE2);