#dbf29c
a light, electric green · cool · closest name: khaki
RGB
219, 242, 156
HSL
76°, 77%, 78%
CMYK
10, 0, 36, 5
Luminance
0.8096
Every format
| HEX | #dbf29c |
| RGB | rgb(219, 242, 156) |
| HSL | hsl(76, 77%, 78%) |
| CMYK | cmyk(10%, 0%, 36%, 5%) |
| LAB | lab(92.1 -21.1 39.0) |
| LCH | lch(92.1 44.4 118.4) |
| OKLCH | oklch(0.925 0.112 120.8) |
Copy-ready code
/* CSS */
color: #dbf29c;
background-color: #dbf29c;
/* Tailwind (arbitrary) */
class="text-[#dbf29c] bg-[#dbf29c]"
/* SCSS */
$brand: #dbf29c;
/* SwiftUI */
Color(red: 0.859, green: 0.949, blue: 0.612)
/* Android */
Color.parseColor("#dbf29c")Accessibility — WCAG contrast
Aa
#dbf29c on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf29c on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.9%
Blue61.2%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow35.5%
Key (black)5.1%
Color previews
#dbf29c text on a black background
contrast 17.19:1
Card sample
#dbf29c text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf29c;
Background color
Panel with #dbf29c background
background-color: #dbf29c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf29c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 242, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 242, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf29c; background: linear-gradient(135deg, #dbf29c, #A2F29C);