#a7e621
a balanced, electric green · cool · closest name: yellow
RGB
167, 230, 33
HSL
79°, 80%, 52%
CMYK
27, 0, 86, 10
Luminance
0.6492
Every format
| HEX | #a7e621 |
| RGB | rgb(167, 230, 33) |
| HSL | hsl(79, 80%, 52%) |
| CMYK | cmyk(27%, 0%, 86%, 10%) |
| LAB | lab(84.4 -44.7 78.3) |
| LCH | lch(84.4 90.2 119.7) |
| OKLCH | oklch(0.851 0.213 127.4) |
Copy-ready code
/* CSS */
color: #a7e621;
background-color: #a7e621;
/* Tailwind (arbitrary) */
class="text-[#a7e621] bg-[#a7e621]"
/* SCSS */
$brand: #a7e621;
/* SwiftUI */
Color(red: 0.655, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#a7e621")Accessibility — WCAG contrast
Aa
#a7e621 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7e621 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green90.2%
Blue12.9%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#a7e621 text on a black background
contrast 13.98:1
Card sample
#a7e621 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7e621;
Background color
Panel with #a7e621 background
background-color: #a7e621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7e621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7e621; background: linear-gradient(135deg, #a7e621, #24E621);