#adef86
a light, electric green · cool · closest name: khaki
RGB
173, 239, 134
HSL
98°, 77%, 73%
CMYK
28, 0, 44, 6
Luminance
0.7234
Every format
| HEX | #adef86 |
| RGB | rgb(173, 239, 134) |
| HSL | hsl(98, 77%, 73%) |
| CMYK | cmyk(28%, 0%, 44%, 6%) |
| LAB | lab(88.1 -38.9 44.2) |
| LCH | lch(88.1 58.8 131.3) |
| OKLCH | oklch(0.884 0.151 134.8) |
Copy-ready code
/* CSS */
color: #adef86;
background-color: #adef86;
/* Tailwind (arbitrary) */
class="text-[#adef86] bg-[#adef86]"
/* SCSS */
$brand: #adef86;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.525)
/* Android */
Color.parseColor("#adef86")Accessibility — WCAG contrast
Aa
#adef86 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef86 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue52.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow43.9%
Key (black)6.3%
Color previews
#adef86 text on a black background
contrast 15.47:1
Card sample
#adef86 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef86;
Background color
Panel with #adef86 background
background-color: #adef86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef86; background: linear-gradient(135deg, #adef86, #86EFA5);