#a6dc83
a light, vivid green · cool · closest name: khaki
RGB
166, 220, 131
HSL
96°, 56%, 69%
CMYK
25, 0, 41, 14
Luminance
0.6093
Every format
| HEX | #a6dc83 |
| RGB | rgb(166, 220, 131) |
| HSL | hsl(96, 56%, 69%) |
| CMYK | cmyk(25%, 0%, 41%, 14%) |
| LAB | lab(82.3 -33.0 38.2) |
| LCH | lch(82.3 50.5 130.8) |
| OKLCH | oklch(0.836 0.130 134.0) |
Copy-ready code
/* CSS */
color: #a6dc83;
background-color: #a6dc83;
/* Tailwind (arbitrary) */
class="text-[#a6dc83] bg-[#a6dc83]"
/* SCSS */
$brand: #a6dc83;
/* SwiftUI */
Color(red: 0.651, green: 0.863, blue: 0.514)
/* Android */
Color.parseColor("#a6dc83")Accessibility — WCAG contrast
Aa
#a6dc83 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6dc83 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green86.3%
Blue51.4%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow40.5%
Key (black)13.7%
Color previews
#a6dc83 text on a black background
contrast 13.19:1
Card sample
#a6dc83 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6dc83;
Background color
Panel with #a6dc83 background
background-color: #a6dc83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6dc83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 220, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 220, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6dc83; background: linear-gradient(135deg, #a6dc83, #83DC9B);