#dbff9b
a light, electric green · cool · closest name: khaki
RGB
219, 255, 155
HSL
82°, 100%, 80%
CMYK
14, 0, 39, 0
Luminance
0.8895
Every format
| HEX | #dbff9b |
| RGB | rgb(219, 255, 155) |
| HSL | hsl(82, 100%, 80%) |
| CMYK | cmyk(14%, 0%, 39%, 0%) |
| LAB | lab(95.6 -27.4 44.0) |
| LCH | lch(95.6 51.8 121.9) |
| OKLCH | oklch(0.952 0.132 125.0) |
Copy-ready code
/* CSS */
color: #dbff9b;
background-color: #dbff9b;
/* Tailwind (arbitrary) */
class="text-[#dbff9b] bg-[#dbff9b]"
/* SCSS */
$brand: #dbff9b;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.608)
/* Android */
Color.parseColor("#dbff9b")Accessibility — WCAG contrast
Aa
#dbff9b on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff9b on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue60.8%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow39.2%
Key (black)0.0%
Color previews
#dbff9b text on a black background
contrast 18.79:1
Card sample
#dbff9b text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff9b;
Background color
Panel with #dbff9b background
background-color: #dbff9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff9b; background: linear-gradient(135deg, #dbff9b, #9BFF9E);