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