#dbff74
a light, electric green · cool · closest name: khaki
RGB
219, 255, 116
HSL
76°, 100%, 73%
CMYK
14, 0, 55, 0
Luminance
0.8784
Every format
| HEX | #dbff74 |
| RGB | rgb(219, 255, 116) |
| HSL | hsl(76, 100%, 73%) |
| CMYK | cmyk(14%, 0%, 55%, 0%) |
| LAB | lab(95.1 -31.4 61.6) |
| LCH | lch(95.1 69.1 117.0) |
| OKLCH | oklch(0.947 0.170 121.8) |
Copy-ready code
/* CSS */
color: #dbff74;
background-color: #dbff74;
/* Tailwind (arbitrary) */
class="text-[#dbff74] bg-[#dbff74]"
/* SCSS */
$brand: #dbff74;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.455)
/* Android */
Color.parseColor("#dbff74")Accessibility — WCAG contrast
Aa
#dbff74 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff74 on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue45.5%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow54.5%
Key (black)0.0%
Color previews
#dbff74 text on a black background
contrast 18.57:1
Card sample
#dbff74 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff74;
Background color
Panel with #dbff74 background
background-color: #dbff74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff74; background: linear-gradient(135deg, #dbff74, #7EFF74);