#dbff50
a light, electric green · cool · closest name: yellow
RGB
219, 255, 80
HSL
72°, 100%, 66%
CMYK
14, 0, 69, 0
Luminance
0.8716
Every format
| HEX | #dbff50 |
| RGB | rgb(219, 255, 80) |
| HSL | hsl(72, 100%, 66%) |
| CMYK | cmyk(14%, 0%, 69%, 0%) |
| LAB | lab(94.8 -33.9 75.7) |
| LCH | lch(94.8 82.9 114.1) |
| OKLCH | oklch(0.944 0.197 120.5) |
Copy-ready code
/* CSS */
color: #dbff50;
background-color: #dbff50;
/* Tailwind (arbitrary) */
class="text-[#dbff50] bg-[#dbff50]"
/* SCSS */
$brand: #dbff50;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.314)
/* Android */
Color.parseColor("#dbff50")Accessibility — WCAG contrast
Aa
#dbff50 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff50 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue31.4%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow68.6%
Key (black)0.0%
Color previews
#dbff50 text on a black background
contrast 18.43:1
Card sample
#dbff50 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff50;
Background color
Panel with #dbff50 background
background-color: #dbff50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff50; background: linear-gradient(135deg, #dbff50, #67FF50);