#dbff5f
a light, electric green · cool · closest name: yellow
RGB
219, 255, 95
HSL
74°, 100%, 69%
CMYK
14, 0, 63, 0
Luminance
0.8741
Every format
| HEX | #dbff5f |
| RGB | rgb(219, 255, 95) |
| HSL | hsl(74, 100%, 69%) |
| CMYK | cmyk(14%, 0%, 63%, 0%) |
| LAB | lab(94.9 -33.0 70.1) |
| LCH | lch(94.9 77.5 115.2) |
| OKLCH | oklch(0.945 0.186 120.9) |
Copy-ready code
/* CSS */
color: #dbff5f;
background-color: #dbff5f;
/* Tailwind (arbitrary) */
class="text-[#dbff5f] bg-[#dbff5f]"
/* SCSS */
$brand: #dbff5f;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.373)
/* Android */
Color.parseColor("#dbff5f")Accessibility — WCAG contrast
Aa
#dbff5f on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff5f on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue37.3%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow62.7%
Key (black)0.0%
Color previews
#dbff5f text on a black background
contrast 18.48:1
Card sample
#dbff5f text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff5f;
Background color
Panel with #dbff5f background
background-color: #dbff5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff5f; background: linear-gradient(135deg, #dbff5f, #70FF5F);