#a4eb2d
a balanced, electric green · cool · closest name: yellow
RGB
164, 235, 45
HSL
82°, 83%, 55%
CMYK
30, 0, 81, 8
Luminance
0.6750
Every format
| HEX | #a4eb2d |
| RGB | rgb(164, 235, 45) |
| HSL | hsl(82, 83%, 55%) |
| CMYK | cmyk(30%, 0%, 81%, 8%) |
| LAB | lab(85.8 -47.5 76.7) |
| LCH | lch(85.8 90.2 121.8) |
| OKLCH | oklch(0.861 0.216 129.1) |
Copy-ready code
/* CSS */
color: #a4eb2d;
background-color: #a4eb2d;
/* Tailwind (arbitrary) */
class="text-[#a4eb2d] bg-[#a4eb2d]"
/* SCSS */
$brand: #a4eb2d;
/* SwiftUI */
Color(red: 0.643, green: 0.922, blue: 0.176)
/* Android */
Color.parseColor("#a4eb2d")Accessibility — WCAG contrast
Aa
#a4eb2d on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4eb2d on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green92.2%
Blue17.6%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow80.9%
Key (black)7.8%
Color previews
#a4eb2d text on a black background
contrast 14.50:1
Card sample
#a4eb2d text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4eb2d;
Background color
Panel with #a4eb2d background
background-color: #a4eb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4eb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 235, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 235, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4eb2d; background: linear-gradient(135deg, #a4eb2d, #2DEB35);