#dbf49d
a light, electric green · cool · closest name: khaki
RGB
219, 244, 157
HSL
77°, 80%, 79%
CMYK
10, 0, 36, 4
Luminance
0.8220
Every format
| HEX | #dbf49d |
| RGB | rgb(219, 244, 157) |
| HSL | hsl(77, 80%, 79%) |
| CMYK | cmyk(10%, 0%, 36%, 4%) |
| LAB | lab(92.7 -21.9 39.3) |
| LCH | lch(92.7 45.0 119.2) |
| OKLCH | oklch(0.929 0.114 121.7) |
Copy-ready code
/* CSS */
color: #dbf49d;
background-color: #dbf49d;
/* Tailwind (arbitrary) */
class="text-[#dbf49d] bg-[#dbf49d]"
/* SCSS */
$brand: #dbf49d;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 0.616)
/* Android */
Color.parseColor("#dbf49d")Accessibility — WCAG contrast
Aa
#dbf49d on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf49d on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue61.6%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow35.7%
Key (black)4.3%
Color previews
#dbf49d text on a black background
contrast 17.44:1
Card sample
#dbf49d text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf49d;
Background color
Panel with #dbf49d background
background-color: #dbf49d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf49d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf49d; background: linear-gradient(135deg, #dbf49d, #A1F49D);