#a6d430
a balanced, vivid green · cool · closest name: olivedrab
RGB
166, 212, 48
HSL
77°, 66%, 51%
CMYK
22, 0, 77, 17
Luminance
0.5541
Every format
| HEX | #a6d430 |
| RGB | rgb(166, 212, 48) |
| HSL | hsl(77, 66%, 51%) |
| CMYK | cmyk(22%, 0%, 77%, 17%) |
| LAB | lab(79.3 -36.6 70.0) |
| LCH | lch(79.3 79.0 117.6) |
| OKLCH | oklch(0.809 0.187 124.7) |
Copy-ready code
/* CSS */
color: #a6d430;
background-color: #a6d430;
/* Tailwind (arbitrary) */
class="text-[#a6d430] bg-[#a6d430]"
/* SCSS */
$brand: #a6d430;
/* SwiftUI */
Color(red: 0.651, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#a6d430")Accessibility — WCAG contrast
Aa
#a6d430 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6d430 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green83.1%
Blue18.8%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#a6d430 text on a black background
contrast 12.08:1
Card sample
#a6d430 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6d430;
Background color
Panel with #a6d430 background
background-color: #a6d430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6d430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6d430; background: linear-gradient(135deg, #a6d430, #39D430);