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