#dfeda2
a light, vivid green · cool · closest name: khaki
RGB
223, 237, 162
HSL
71°, 68%, 78%
CMYK
6, 0, 32, 7
Luminance
0.7886
Every format
| HEX | #dfeda2 |
| RGB | rgb(223, 237, 162) |
| HSL | hsl(71, 68%, 78%) |
| CMYK | cmyk(6%, 0%, 32%, 7%) |
| LAB | lab(91.2 -16.4 34.9) |
| LCH | lch(91.2 38.5 115.2) |
| OKLCH | oklch(0.918 0.097 117.0) |
Copy-ready code
/* CSS */
color: #dfeda2;
background-color: #dfeda2;
/* Tailwind (arbitrary) */
class="text-[#dfeda2] bg-[#dfeda2]"
/* SCSS */
$brand: #dfeda2;
/* SwiftUI */
Color(red: 0.875, green: 0.929, blue: 0.635)
/* Android */
Color.parseColor("#dfeda2")Accessibility — WCAG contrast
Aa
#dfeda2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeda2 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.9%
Blue63.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow31.6%
Key (black)7.1%
Color previews
#dfeda2 text on a black background
contrast 16.77:1
Card sample
#dfeda2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeda2;
Background color
Panel with #dfeda2 background
background-color: #dfeda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 237, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 237, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeda2; background: linear-gradient(135deg, #dfeda2, #ADEDA2);