#dcfd3c
a balanced, electric green · cool · closest name: yellow
RGB
220, 253, 60
HSL
70°, 98%, 61%
CMYK
13, 0, 76, 1
Luminance
0.8579
Every format
| HEX | #dcfd3c |
| RGB | rgb(220, 253, 60) |
| HSL | hsl(70, 98%, 61%) |
| CMYK | cmyk(13%, 0%, 76%, 1%) |
| LAB | lab(94.2 -33.6 81.5) |
| LCH | lch(94.2 88.2 112.4) |
| OKLCH | oklch(0.939 0.205 119.3) |
Copy-ready code
/* CSS */
color: #dcfd3c;
background-color: #dcfd3c;
/* Tailwind (arbitrary) */
class="text-[#dcfd3c] bg-[#dcfd3c]"
/* SCSS */
$brand: #dcfd3c;
/* SwiftUI */
Color(red: 0.863, green: 0.992, blue: 0.235)
/* Android */
Color.parseColor("#dcfd3c")Accessibility — WCAG contrast
Aa
#dcfd3c on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfd3c on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.2%
Blue23.5%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow76.3%
Key (black)0.8%
Color previews
#dcfd3c text on a black background
contrast 18.16:1
Card sample
#dcfd3c text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfd3c;
Background color
Panel with #dcfd3c background
background-color: #dcfd3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfd3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 253, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 253, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfd3c; background: linear-gradient(135deg, #dcfd3c, #5BFD3C);