#dbff20
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 255, 32
HSL
70°, 100%, 56%
CMYK
14, 0, 88, 0
Luminance
0.8668
Every format
| HEX | #dbff20 |
| RGB | rgb(219, 255, 32) |
| HSL | hsl(70, 100%, 56%) |
| CMYK | cmyk(14%, 0%, 88%, 0%) |
| LAB | lab(94.6 -35.7 88.2) |
| LCH | lch(94.6 95.1 112.0) |
| OKLCH | oklch(0.941 0.217 119.7) |
Copy-ready code
/* CSS */
color: #dbff20;
background-color: #dbff20;
/* Tailwind (arbitrary) */
class="text-[#dbff20] bg-[#dbff20]"
/* SCSS */
$brand: #dbff20;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.125)
/* Android */
Color.parseColor("#dbff20")Accessibility — WCAG contrast
Aa
#dbff20 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff20 on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue12.5%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow87.5%
Key (black)0.0%
Color previews
#dbff20 text on a black background
contrast 18.34:1
Card sample
#dbff20 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff20;
Background color
Panel with #dbff20 background
background-color: #dbff20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff20; background: linear-gradient(135deg, #dbff20, #46FF20);