#dbff92
a light, electric green · cool · closest name: khaki
RGB
219, 255, 146
HSL
80°, 100%, 79%
CMYK
14, 0, 43, 0
Luminance
0.8866
Every format
| HEX | #dbff92 |
| RGB | rgb(219, 255, 146) |
| HSL | hsl(80, 100%, 79%) |
| CMYK | cmyk(14%, 0%, 43%, 0%) |
| LAB | lab(95.4 -28.4 48.2) |
| LCH | lch(95.4 55.9 120.6) |
| OKLCH | oklch(0.951 0.141 124.0) |
Copy-ready code
/* CSS */
color: #dbff92;
background-color: #dbff92;
/* Tailwind (arbitrary) */
class="text-[#dbff92] bg-[#dbff92]"
/* SCSS */
$brand: #dbff92;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.573)
/* Android */
Color.parseColor("#dbff92")Accessibility — WCAG contrast
Aa
#dbff92 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff92 on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue57.3%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow42.7%
Key (black)0.0%
Color previews
#dbff92 text on a black background
contrast 18.73:1
Card sample
#dbff92 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff92;
Background color
Panel with #dbff92 background
background-color: #dbff92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff92; background: linear-gradient(135deg, #dbff92, #92FF92);