#a6c95e
a balanced, vivid green · cool · closest name: olivedrab
RGB
166, 201, 94
HSL
80°, 50%, 58%
CMYK
17, 0, 53, 21
Luminance
0.5069
Every format
| HEX | #a6c95e |
| RGB | rgb(166, 201, 94) |
| HSL | hsl(80, 50%, 58%) |
| CMYK | cmyk(17%, 0%, 53%, 21%) |
| LAB | lab(76.5 -28.3 49.0) |
| LCH | lch(76.5 56.6 120.0) |
| OKLCH | oklch(0.788 0.141 124.6) |
Copy-ready code
/* CSS */
color: #a6c95e;
background-color: #a6c95e;
/* Tailwind (arbitrary) */
class="text-[#a6c95e] bg-[#a6c95e]"
/* SCSS */
$brand: #a6c95e;
/* SwiftUI */
Color(red: 0.651, green: 0.788, blue: 0.369)
/* Android */
Color.parseColor("#a6c95e")Accessibility — WCAG contrast
Aa
#a6c95e on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6c95e on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green78.8%
Blue36.9%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow53.2%
Key (black)21.2%
Color previews
#a6c95e text on a black background
contrast 11.14:1
Card sample
#a6c95e text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6c95e;
Background color
Panel with #a6c95e background
background-color: #a6c95e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6c95e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 201, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 201, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6c95e; background: linear-gradient(135deg, #a6c95e, #5FC95E);