#a9ff21
a balanced, electric green · cool · closest name: lime
RGB
169, 255, 33
HSL
83°, 100%, 57%
CMYK
34, 0, 87, 0
Luminance
0.8006
Every format
| HEX | #a9ff21 |
| RGB | rgb(169, 255, 33) |
| HSL | hsl(83, 100%, 57%) |
| CMYK | cmyk(34%, 0%, 87%, 0%) |
| LAB | lab(91.7 -54.3 84.5) |
| LCH | lch(91.7 100.4 122.7) |
| OKLCH | oklch(0.910 0.240 130.4) |
Copy-ready code
/* CSS */
color: #a9ff21;
background-color: #a9ff21;
/* Tailwind (arbitrary) */
class="text-[#a9ff21] bg-[#a9ff21]"
/* SCSS */
$brand: #a9ff21;
/* SwiftUI */
Color(red: 0.663, green: 1.000, blue: 0.129)
/* Android */
Color.parseColor("#a9ff21")Accessibility — WCAG contrast
Aa
#a9ff21 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9ff21 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green100.0%
Blue12.9%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow87.1%
Key (black)0.0%
Color previews
#a9ff21 text on a black background
contrast 17.01:1
Card sample
#a9ff21 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9ff21;
Background color
Panel with #a9ff21 background
background-color: #a9ff21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9ff21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 255, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 255, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9ff21; background: linear-gradient(135deg, #a9ff21, #21FF2D);