#a6dc89
a light, vivid green · cool · closest name: khaki
RGB
166, 220, 137
HSL
99°, 54%, 70%
CMYK
25, 0, 38, 14
Luminance
0.6110
Every format
| HEX | #a6dc89 |
| RGB | rgb(166, 220, 137) |
| HSL | hsl(99, 54%, 70%) |
| CMYK | cmyk(25%, 0%, 38%, 14%) |
| LAB | lab(82.4 -32.2 35.3) |
| LCH | lch(82.4 47.8 132.4) |
| OKLCH | oklch(0.837 0.124 135.2) |
Copy-ready code
/* CSS */
color: #a6dc89;
background-color: #a6dc89;
/* Tailwind (arbitrary) */
class="text-[#a6dc89] bg-[#a6dc89]"
/* SCSS */
$brand: #a6dc89;
/* SwiftUI */
Color(red: 0.651, green: 0.863, blue: 0.537)
/* Android */
Color.parseColor("#a6dc89")Accessibility — WCAG contrast
Aa
#a6dc89 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6dc89 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green86.3%
Blue53.7%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow37.7%
Key (black)13.7%
Color previews
#a6dc89 text on a black background
contrast 13.22:1
Card sample
#a6dc89 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6dc89;
Background color
Panel with #a6dc89 background
background-color: #a6dc89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6dc89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 220, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 220, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6dc89; background: linear-gradient(135deg, #a6dc89, #89DCA3);