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