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