#dcfda4
a light, electric green · cool · closest name: khaki
RGB
220, 253, 164
HSL
82°, 96%, 82%
CMYK
13, 0, 35, 1
Luminance
0.8815
Every format
| HEX | #dcfda4 |
| RGB | rgb(220, 253, 164) |
| HSL | hsl(82, 96%, 82%) |
| CMYK | cmyk(13%, 0%, 35%, 1%) |
| LAB | lab(95.2 -25.0 39.2) |
| LCH | lch(95.2 46.5 122.6) |
| OKLCH | oklch(0.950 0.118 125.1) |
Copy-ready code
/* CSS */
color: #dcfda4;
background-color: #dcfda4;
/* Tailwind (arbitrary) */
class="text-[#dcfda4] bg-[#dcfda4]"
/* SCSS */
$brand: #dcfda4;
/* SwiftUI */
Color(red: 0.863, green: 0.992, blue: 0.643)
/* Android */
Color.parseColor("#dcfda4")Accessibility — WCAG contrast
Aa
#dcfda4 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfda4 on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.2%
Blue64.3%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow35.2%
Key (black)0.8%
Color previews
#dcfda4 text on a black background
contrast 18.63:1
Card sample
#dcfda4 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfda4;
Background color
Panel with #dcfda4 background
background-color: #dcfda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 253, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 253, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfda4; background: linear-gradient(135deg, #dcfda4, #A4FDA7);