#a6db4c
a balanced, vivid green · cool · closest name: olivedrab
RGB
166, 219, 76
HSL
82°, 67%, 58%
CMYK
24, 0, 65, 14
Luminance
0.5929
Every format
| HEX | #a6db4c |
| RGB | rgb(166, 219, 76) |
| HSL | hsl(82, 67%, 58%) |
| CMYK | cmyk(24%, 0%, 65%, 14%) |
| LAB | lab(81.5 -38.1 62.4) |
| LCH | lch(81.5 73.1 121.4) |
| OKLCH | oklch(0.827 0.179 127.4) |
Copy-ready code
/* CSS */
color: #a6db4c;
background-color: #a6db4c;
/* Tailwind (arbitrary) */
class="text-[#a6db4c] bg-[#a6db4c]"
/* SCSS */
$brand: #a6db4c;
/* SwiftUI */
Color(red: 0.651, green: 0.859, blue: 0.298)
/* Android */
Color.parseColor("#a6db4c")Accessibility — WCAG contrast
Aa
#a6db4c on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6db4c on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green85.9%
Blue29.8%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow65.3%
Key (black)14.1%
Color previews
#a6db4c text on a black background
contrast 12.86:1
Card sample
#a6db4c text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6db4c;
Background color
Panel with #a6db4c background
background-color: #a6db4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6db4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 219, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 219, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6db4c; background: linear-gradient(135deg, #a6db4c, #4CDB51);