#dbf09c
a light, vivid green · cool · closest name: khaki
RGB
219, 240, 156
HSL
75°, 74%, 78%
CMYK
9, 0, 35, 6
Luminance
0.7978
Every format
| HEX | #dbf09c |
| RGB | rgb(219, 240, 156) |
| HSL | hsl(75, 74%, 78%) |
| CMYK | cmyk(9%, 0%, 35%, 6%) |
| LAB | lab(91.6 -20.1 38.4) |
| LCH | lch(91.6 43.3 117.7) |
| OKLCH | oklch(0.920 0.110 120.0) |
Copy-ready code
/* CSS */
color: #dbf09c;
background-color: #dbf09c;
/* Tailwind (arbitrary) */
class="text-[#dbf09c] bg-[#dbf09c]"
/* SCSS */
$brand: #dbf09c;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.612)
/* Android */
Color.parseColor("#dbf09c")Accessibility — WCAG contrast
Aa
#dbf09c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf09c on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue61.2%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow35.0%
Key (black)5.9%
Color previews
#dbf09c text on a black background
contrast 16.96:1
Card sample
#dbf09c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf09c;
Background color
Panel with #dbf09c background
background-color: #dbf09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf09c; background: linear-gradient(135deg, #dbf09c, #A3F09C);