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