#dbf092
a light, electric green · cool · closest name: khaki
RGB
219, 240, 146
HSL
73°, 76%, 76%
CMYK
9, 0, 39, 6
Luminance
0.7946
Every format
| HEX | #dbf092 |
| RGB | rgb(219, 240, 146) |
| HSL | hsl(73, 76%, 76%) |
| CMYK | cmyk(9%, 0%, 39%, 6%) |
| LAB | lab(91.4 -21.3 43.1) |
| LCH | lch(91.4 48.1 116.3) |
| OKLCH | oklch(0.919 0.121 119.1) |
Copy-ready code
/* CSS */
color: #dbf092;
background-color: #dbf092;
/* Tailwind (arbitrary) */
class="text-[#dbf092] bg-[#dbf092]"
/* SCSS */
$brand: #dbf092;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.573)
/* Android */
Color.parseColor("#dbf092")Accessibility — WCAG contrast
Aa
#dbf092 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf092 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue57.3%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow39.2%
Key (black)5.9%
Color previews
#dbf092 text on a black background
contrast 16.89:1
Card sample
#dbf092 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf092;
Background color
Panel with #dbf092 background
background-color: #dbf092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf092; background: linear-gradient(135deg, #dbf092, #9CF092);