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