#dbfe9b
a light, electric green · cool · closest name: khaki
RGB
219, 254, 155
HSL
81°, 98%, 80%
CMYK
14, 0, 39, 0
Luminance
0.8831
Every format
| HEX | #dbfe9b |
| RGB | rgb(219, 254, 155) |
| HSL | hsl(81, 98%, 80%) |
| CMYK | cmyk(14%, 0%, 39%, 0%) |
| LAB | lab(95.3 -26.9 43.6) |
| LCH | lch(95.3 51.3 121.7) |
| OKLCH | oklch(0.950 0.130 124.7) |
Copy-ready code
/* CSS */
color: #dbfe9b;
background-color: #dbfe9b;
/* Tailwind (arbitrary) */
class="text-[#dbfe9b] bg-[#dbfe9b]"
/* SCSS */
$brand: #dbfe9b;
/* SwiftUI */
Color(red: 0.859, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#dbfe9b")Accessibility — WCAG contrast
Aa
#dbfe9b on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfe9b on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.6%
Blue60.8%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#dbfe9b text on a black background
contrast 18.66:1
Card sample
#dbfe9b text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfe9b;
Background color
Panel with #dbfe9b background
background-color: #dbfe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfe9b; background: linear-gradient(135deg, #dbfe9b, #9BFE9D);