#dbff4d
a light, electric green · cool · closest name: yellow
RGB
219, 255, 77
HSL
72°, 100%, 65%
CMYK
14, 0, 70, 0
Luminance
0.8712
Every format
| HEX | #dbff4d |
| RGB | rgb(219, 255, 77) |
| HSL | hsl(72, 100%, 65%) |
| CMYK | cmyk(14%, 0%, 70%, 0%) |
| LAB | lab(94.8 -34.1 76.7) |
| LCH | lch(94.8 83.9 114.0) |
| OKLCH | oklch(0.943 0.199 120.4) |
Copy-ready code
/* CSS */
color: #dbff4d;
background-color: #dbff4d;
/* Tailwind (arbitrary) */
class="text-[#dbff4d] bg-[#dbff4d]"
/* SCSS */
$brand: #dbff4d;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.302)
/* Android */
Color.parseColor("#dbff4d")Accessibility — WCAG contrast
Aa
#dbff4d on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff4d on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue30.2%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow69.8%
Key (black)0.0%
Color previews
#dbff4d text on a black background
contrast 18.42:1
Card sample
#dbff4d text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff4d;
Background color
Panel with #dbff4d background
background-color: #dbff4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff4d; background: linear-gradient(135deg, #dbff4d, #64FF4D);