#dbff39
a balanced, electric green · cool · closest name: yellow
RGB
219, 255, 57
HSL
71°, 100%, 61%
CMYK
14, 0, 78, 0
Luminance
0.8688
Every format
| HEX | #dbff39 |
| RGB | rgb(219, 255, 57) |
| HSL | hsl(71, 100%, 61%) |
| CMYK | cmyk(14%, 0%, 78%, 0%) |
| LAB | lab(94.7 -35.0 82.8) |
| LCH | lch(94.7 89.8 112.9) |
| OKLCH | oklch(0.942 0.209 120.0) |
Copy-ready code
/* CSS */
color: #dbff39;
background-color: #dbff39;
/* Tailwind (arbitrary) */
class="text-[#dbff39] bg-[#dbff39]"
/* SCSS */
$brand: #dbff39;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.224)
/* Android */
Color.parseColor("#dbff39")Accessibility — WCAG contrast
Aa
#dbff39 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff39 on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue22.4%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow77.6%
Key (black)0.0%
Color previews
#dbff39 text on a black background
contrast 18.38:1
Card sample
#dbff39 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff39;
Background color
Panel with #dbff39 background
background-color: #dbff39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff39; background: linear-gradient(135deg, #dbff39, #57FF39);