#dcff13
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 255, 19
HSL
69°, 100%, 54%
CMYK
14, 0, 93, 0
Luminance
0.8678
Every format
| HEX | #dcff13 |
| RGB | rgb(220, 255, 19) |
| HSL | hsl(69, 100%, 54%) |
| CMYK | cmyk(14%, 0%, 93%, 0%) |
| LAB | lab(94.7 -35.5 90.0) |
| LCH | lch(94.7 96.8 111.5) |
| OKLCH | oklch(0.942 0.220 119.4) |
Copy-ready code
/* CSS */
color: #dcff13;
background-color: #dcff13;
/* Tailwind (arbitrary) */
class="text-[#dcff13] bg-[#dcff13]"
/* SCSS */
$brand: #dcff13;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.075)
/* Android */
Color.parseColor("#dcff13")Accessibility — WCAG contrast
Aa
#dcff13 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcff13 on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue7.5%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow92.5%
Key (black)0.0%
Color previews
#dcff13 text on a black background
contrast 18.36:1
Card sample
#dcff13 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcff13;
Background color
Panel with #dcff13 background
background-color: #dcff13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcff13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcff13; background: linear-gradient(135deg, #dcff13, #3FFF13);