#dcfc21
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 252, 33
HSL
69°, 97%, 56%
CMYK
13, 0, 87, 1
Luminance
0.8495
Every format
| HEX | #dcfc21 |
| RGB | rgb(220, 252, 33) |
| HSL | hsl(69, 97%, 56%) |
| CMYK | cmyk(13%, 0%, 87%, 1%) |
| LAB | lab(93.9 -33.9 87.4) |
| LCH | lch(93.9 93.8 111.2) |
| OKLCH | oklch(0.935 0.214 118.8) |
Copy-ready code
/* CSS */
color: #dcfc21;
background-color: #dcfc21;
/* Tailwind (arbitrary) */
class="text-[#dcfc21] bg-[#dcfc21]"
/* SCSS */
$brand: #dcfc21;
/* SwiftUI */
Color(red: 0.863, green: 0.988, blue: 0.129)
/* Android */
Color.parseColor("#dcfc21")Accessibility — WCAG contrast
Aa
#dcfc21 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfc21 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green98.8%
Blue12.9%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow86.9%
Key (black)1.2%
Color previews
#dcfc21 text on a black background
contrast 17.99:1
Card sample
#dcfc21 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfc21;
Background color
Panel with #dcfc21 background
background-color: #dcfc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 252, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 252, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfc21; background: linear-gradient(135deg, #dcfc21, #4AFC21);