#a6ff21
a balanced, electric green · cool · closest name: lime
RGB
166, 255, 33
HSL
84°, 100%, 57%
CMYK
35, 0, 87, 0
Luminance
0.7974
Every format
| HEX | #a6ff21 |
| RGB | rgb(166, 255, 33) |
| HSL | hsl(84, 100%, 57%) |
| CMYK | cmyk(35%, 0%, 87%, 0%) |
| LAB | lab(91.6 -55.3 84.3) |
| LCH | lch(91.6 100.8 123.3) |
| OKLCH | oklch(0.909 0.241 130.9) |
Copy-ready code
/* CSS */
color: #a6ff21;
background-color: #a6ff21;
/* Tailwind (arbitrary) */
class="text-[#a6ff21] bg-[#a6ff21]"
/* SCSS */
$brand: #a6ff21;
/* SwiftUI */
Color(red: 0.651, green: 1.000, blue: 0.129)
/* Android */
Color.parseColor("#a6ff21")Accessibility — WCAG contrast
Aa
#a6ff21 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6ff21 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green100.0%
Blue12.9%
CMYK percentages
Cyan34.9%
Magenta0.0%
Yellow87.1%
Key (black)0.0%
Color previews
#a6ff21 text on a black background
contrast 16.95:1
Card sample
#a6ff21 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6ff21;
Background color
Panel with #a6ff21 background
background-color: #a6ff21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6ff21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 255, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 255, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6ff21; background: linear-gradient(135deg, #a6ff21, #21FF30);