#a6d921
a balanced, vivid green · cool · closest name: yellow
RGB
166, 217, 33
HSL
77°, 74%, 49%
CMYK
24, 0, 85, 15
Luminance
0.5784
Every format
| HEX | #a6d921 |
| RGB | rgb(166, 217, 33) |
| HSL | hsl(77, 74%, 49%) |
| CMYK | cmyk(24%, 0%, 85%, 15%) |
| LAB | lab(80.7 -39.4 75.1) |
| LCH | lch(80.7 84.8 117.7) |
| OKLCH | oklch(0.820 0.199 125.3) |
Copy-ready code
/* CSS */
color: #a6d921;
background-color: #a6d921;
/* Tailwind (arbitrary) */
class="text-[#a6d921] bg-[#a6d921]"
/* SCSS */
$brand: #a6d921;
/* SwiftUI */
Color(red: 0.651, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#a6d921")Accessibility — WCAG contrast
Aa
#a6d921 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6d921 on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green85.1%
Blue12.9%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#a6d921 text on a black background
contrast 12.57:1
Card sample
#a6d921 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6d921;
Background color
Panel with #a6d921 background
background-color: #a6d921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6d921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6d921; background: linear-gradient(135deg, #a6d921, #2BD921);