#dbf992
a light, electric green · cool · closest name: khaki
RGB
219, 249, 146
HSL
78°, 90%, 78%
CMYK
12, 0, 41, 2
Luminance
0.8489
Every format
| HEX | #dbf992 |
| RGB | rgb(219, 249, 146) |
| HSL | hsl(78, 90%, 78%) |
| CMYK | cmyk(12%, 0%, 41%, 2%) |
| LAB | lab(93.8 -25.6 46.2) |
| LCH | lch(93.8 52.8 119.0) |
| OKLCH | oklch(0.938 0.133 122.3) |
Copy-ready code
/* CSS */
color: #dbf992;
background-color: #dbf992;
/* Tailwind (arbitrary) */
class="text-[#dbf992] bg-[#dbf992]"
/* SCSS */
$brand: #dbf992;
/* SwiftUI */
Color(red: 0.859, green: 0.976, blue: 0.573)
/* Android */
Color.parseColor("#dbf992")Accessibility — WCAG contrast
Aa
#dbf992 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf992 on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.6%
Blue57.3%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow41.4%
Key (black)2.4%
Color previews
#dbf992 text on a black background
contrast 17.98:1
Card sample
#dbf992 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf992;
Background color
Panel with #dbf992 background
background-color: #dbf992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 249, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 249, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf992; background: linear-gradient(135deg, #dbf992, #97F992);