#dcff79
a light, electric green · cool · closest name: khaki
RGB
220, 255, 121
HSL
76°, 100%, 74%
CMYK
14, 0, 53, 0
Luminance
0.8812
Every format
| HEX | #dcff79 |
| RGB | rgb(220, 255, 121) |
| HSL | hsl(76, 100%, 74%) |
| CMYK | cmyk(14%, 0%, 53%, 0%) |
| LAB | lab(95.2 -30.6 59.5) |
| LCH | lch(95.2 66.9 117.2) |
| OKLCH | oklch(0.948 0.165 121.8) |
Copy-ready code
/* CSS */
color: #dcff79;
background-color: #dcff79;
/* Tailwind (arbitrary) */
class="text-[#dcff79] bg-[#dcff79]"
/* SCSS */
$brand: #dcff79;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.475)
/* Android */
Color.parseColor("#dcff79")Accessibility — WCAG contrast
Aa
#dcff79 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcff79 on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue47.5%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow52.5%
Key (black)0.0%
Color previews
#dcff79 text on a black background
contrast 18.62:1
Card sample
#dcff79 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcff79;
Background color
Panel with #dcff79 background
background-color: #dcff79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcff79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcff79; background: linear-gradient(135deg, #dcff79, #82FF79);