#a8df86
a light, vivid green · cool · closest name: khaki
RGB
168, 223, 134
HSL
97°, 58%, 70%
CMYK
25, 0, 40, 13
Luminance
0.6282
Every format
| HEX | #a8df86 |
| RGB | rgb(168, 223, 134) |
| HSL | hsl(97, 58%, 70%) |
| CMYK | cmyk(25%, 0%, 40%, 13%) |
| LAB | lab(83.3 -33.3 38.0) |
| LCH | lch(83.3 50.5 131.2) |
| OKLCH | oklch(0.845 0.131 134.3) |
Copy-ready code
/* CSS */
color: #a8df86;
background-color: #a8df86;
/* Tailwind (arbitrary) */
class="text-[#a8df86] bg-[#a8df86]"
/* SCSS */
$brand: #a8df86;
/* SwiftUI */
Color(red: 0.659, green: 0.875, blue: 0.525)
/* Android */
Color.parseColor("#a8df86")Accessibility — WCAG contrast
Aa
#a8df86 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8df86 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green87.5%
Blue52.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow39.9%
Key (black)12.5%
Color previews
#a8df86 text on a black background
contrast 13.56:1
Card sample
#a8df86 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8df86;
Background color
Panel with #a8df86 background
background-color: #a8df86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8df86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 223, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 223, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8df86; background: linear-gradient(135deg, #a8df86, #86DF9F);