#dcff4f
a light, electric green · cool · closest name: yellow
RGB
220, 255, 79
HSL
72°, 100%, 66%
CMYK
14, 0, 69, 0
Luminance
0.8730
Every format
| HEX | #dcff4f |
| RGB | rgb(220, 255, 79) |
| HSL | hsl(72, 100%, 66%) |
| CMYK | cmyk(14%, 0%, 69%, 0%) |
| LAB | lab(94.9 -33.6 76.1) |
| LCH | lch(94.9 83.2 113.8) |
| OKLCH | oklch(0.944 0.197 120.1) |
Copy-ready code
/* CSS */
color: #dcff4f;
background-color: #dcff4f;
/* Tailwind (arbitrary) */
class="text-[#dcff4f] bg-[#dcff4f]"
/* SCSS */
$brand: #dcff4f;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.310)
/* Android */
Color.parseColor("#dcff4f")Accessibility — WCAG contrast
Aa
#dcff4f on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcff4f on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue31.0%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow69.0%
Key (black)0.0%
Color previews
#dcff4f text on a black background
contrast 18.46:1
Card sample
#dcff4f text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcff4f;
Background color
Panel with #dcff4f background
background-color: #dcff4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcff4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcff4f; background: linear-gradient(135deg, #dcff4f, #67FF4F);