#dbfc9b
a light, electric green · cool · closest name: khaki
RGB
219, 252, 155
HSL
80°, 94%, 80%
CMYK
13, 0, 39, 1
Luminance
0.8705
Every format
| HEX | #dbfc9b |
| RGB | rgb(219, 252, 155) |
| HSL | hsl(80, 94%, 80%) |
| CMYK | cmyk(13%, 0%, 39%, 1%) |
| LAB | lab(94.8 -26.0 43.0) |
| LCH | lch(94.8 50.2 121.2) |
| OKLCH | oklch(0.946 0.127 124.1) |
Copy-ready code
/* CSS */
color: #dbfc9b;
background-color: #dbfc9b;
/* Tailwind (arbitrary) */
class="text-[#dbfc9b] bg-[#dbfc9b]"
/* SCSS */
$brand: #dbfc9b;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.608)
/* Android */
Color.parseColor("#dbfc9b")Accessibility — WCAG contrast
Aa
#dbfc9b on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfc9b on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue60.8%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow38.5%
Key (black)1.2%
Color previews
#dbfc9b text on a black background
contrast 18.41:1
Card sample
#dbfc9b text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfc9b;
Background color
Panel with #dbfc9b background
background-color: #dbfc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfc9b; background: linear-gradient(135deg, #dbfc9b, #9BFC9C);