#dcf02a
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 240, 42
HSL
66°, 87%, 55%
CMYK
8, 0, 83, 6
Luminance
0.7770
Every format
| HEX | #dcf02a |
| RGB | rgb(220, 240, 42) |
| HSL | hsl(66, 87%, 55%) |
| CMYK | cmyk(8%, 0%, 83%, 6%) |
| LAB | lab(90.6 -28.2 83.0) |
| LCH | lch(90.6 87.7 108.7) |
| OKLCH | oklch(0.910 0.199 115.8) |
Copy-ready code
/* CSS */
color: #dcf02a;
background-color: #dcf02a;
/* Tailwind (arbitrary) */
class="text-[#dcf02a] bg-[#dcf02a]"
/* SCSS */
$brand: #dcf02a;
/* SwiftUI */
Color(red: 0.863, green: 0.941, blue: 0.165)
/* Android */
Color.parseColor("#dcf02a")Accessibility — WCAG contrast
Aa
#dcf02a on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf02a on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green94.1%
Blue16.5%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow82.5%
Key (black)5.9%
Color previews
#dcf02a text on a black background
contrast 16.54:1
Card sample
#dcf02a text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf02a;
Background color
Panel with #dcf02a background
background-color: #dcf02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 240, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 240, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf02a; background: linear-gradient(135deg, #dcf02a, #58F02A);