#dcff39
a balanced, electric green · cool · closest name: yellow
RGB
220, 255, 57
HSL
71°, 100%, 61%
CMYK
14, 0, 78, 0
Luminance
0.8703
Every format
| HEX | #dcff39 |
| RGB | rgb(220, 255, 57) |
| HSL | hsl(71, 100%, 61%) |
| CMYK | cmyk(14%, 0%, 78%, 0%) |
| LAB | lab(94.8 -34.6 82.8) |
| LCH | lch(94.8 89.8 112.7) |
| OKLCH | oklch(0.943 0.208 119.7) |
Copy-ready code
/* CSS */
color: #dcff39;
background-color: #dcff39;
/* Tailwind (arbitrary) */
class="text-[#dcff39] bg-[#dcff39]"
/* SCSS */
$brand: #dcff39;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.224)
/* Android */
Color.parseColor("#dcff39")Accessibility — WCAG contrast
Aa
#dcff39 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcff39 on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue22.4%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow77.6%
Key (black)0.0%
Color previews
#dcff39 text on a black background
contrast 18.41:1
Card sample
#dcff39 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcff39;
Background color
Panel with #dcff39 background
background-color: #dcff39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcff39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcff39; background: linear-gradient(135deg, #dcff39, #58FF39);