#a6ed29
a balanced, electric green · cool · closest name: yellow
RGB
166, 237, 41
HSL
82°, 85%, 55%
CMYK
30, 0, 83, 7
Luminance
0.6884
Every format
| HEX | #a6ed29 |
| RGB | rgb(166, 237, 41) |
| HSL | hsl(82, 85%, 55%) |
| CMYK | cmyk(30%, 0%, 83%, 7%) |
| LAB | lab(86.4 -47.8 78.3) |
| LCH | lch(86.4 91.7 121.4) |
| OKLCH | oklch(0.867 0.219 128.8) |
Copy-ready code
/* CSS */
color: #a6ed29;
background-color: #a6ed29;
/* Tailwind (arbitrary) */
class="text-[#a6ed29] bg-[#a6ed29]"
/* SCSS */
$brand: #a6ed29;
/* SwiftUI */
Color(red: 0.651, green: 0.929, blue: 0.161)
/* Android */
Color.parseColor("#a6ed29")Accessibility — WCAG contrast
Aa
#a6ed29 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6ed29 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green92.9%
Blue16.1%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow82.7%
Key (black)7.1%
Color previews
#a6ed29 text on a black background
contrast 14.77:1
Card sample
#a6ed29 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6ed29;
Background color
Panel with #a6ed29 background
background-color: #a6ed29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6ed29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 237, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 237, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6ed29; background: linear-gradient(135deg, #a6ed29, #29ED2E);