#dcff03
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 255, 3
HSL
68°, 100%, 51%
CMYK
14, 0, 99, 0
Luminance
0.8674
Every format
| HEX | #dcff03 |
| RGB | rgb(220, 255, 3) |
| HSL | hsl(68, 100%, 51%) |
| CMYK | cmyk(14%, 0%, 99%, 0%) |
| LAB | lab(94.6 -35.7 91.3) |
| LCH | lch(94.6 98.0 111.3) |
| OKLCH | oklch(0.942 0.222 119.3) |
Copy-ready code
/* CSS */
color: #dcff03;
background-color: #dcff03;
/* Tailwind (arbitrary) */
class="text-[#dcff03] bg-[#dcff03]"
/* SCSS */
$brand: #dcff03;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.012)
/* Android */
Color.parseColor("#dcff03")Accessibility — WCAG contrast
Aa
#dcff03 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcff03 on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue1.2%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow98.8%
Key (black)0.0%
Color previews
#dcff03 text on a black background
contrast 18.35:1
Card sample
#dcff03 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcff03;
Background color
Panel with #dcff03 background
background-color: #dcff03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcff03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcff03; background: linear-gradient(135deg, #dcff03, #34FF03);