#a4f331
a balanced, electric green · cool · closest name: yellow
RGB
164, 243, 49
HSL
84°, 89%, 57%
CMYK
33, 0, 80, 5
Luminance
0.7222
Every format
| HEX | #a4f331 |
| RGB | rgb(164, 243, 49) |
| HSL | hsl(84, 89%, 57%) |
| CMYK | cmyk(33%, 0%, 80%, 5%) |
| LAB | lab(88.1 -50.6 77.7) |
| LCH | lch(88.1 92.8 123.1) |
| OKLCH | oklch(0.880 0.224 130.3) |
Copy-ready code
/* CSS */
color: #a4f331;
background-color: #a4f331;
/* Tailwind (arbitrary) */
class="text-[#a4f331] bg-[#a4f331]"
/* SCSS */
$brand: #a4f331;
/* SwiftUI */
Color(red: 0.643, green: 0.953, blue: 0.192)
/* Android */
Color.parseColor("#a4f331")Accessibility — WCAG contrast
Aa
#a4f331 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4f331 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green95.3%
Blue19.2%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow79.8%
Key (black)4.7%
Color previews
#a4f331 text on a black background
contrast 15.44:1
Card sample
#a4f331 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4f331;
Background color
Panel with #a4f331 background
background-color: #a4f331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4f331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 243, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 243, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4f331; background: linear-gradient(135deg, #a4f331, #31F33F);