#dbff86
a light, electric green · cool · closest name: khaki
RGB
219, 255, 134
HSL
78°, 100%, 76%
CMYK
14, 0, 48, 0
Luminance
0.8830
Every format
| HEX | #dbff86 |
| RGB | rgb(219, 255, 134) |
| HSL | hsl(78, 100%, 76%) |
| CMYK | cmyk(14%, 0%, 48%, 0%) |
| LAB | lab(95.3 -29.7 53.6) |
| LCH | lch(95.3 61.3 119.0) |
| OKLCH | oklch(0.949 0.153 123.0) |
Copy-ready code
/* CSS */
color: #dbff86;
background-color: #dbff86;
/* Tailwind (arbitrary) */
class="text-[#dbff86] bg-[#dbff86]"
/* SCSS */
$brand: #dbff86;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.525)
/* Android */
Color.parseColor("#dbff86")Accessibility — WCAG contrast
Aa
#dbff86 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff86 on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue52.5%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow47.5%
Key (black)0.0%
Color previews
#dbff86 text on a black background
contrast 18.66:1
Card sample
#dbff86 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff86;
Background color
Panel with #dbff86 background
background-color: #dbff86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff86; background: linear-gradient(135deg, #dbff86, #8AFF86);