#a4c050
a balanced, vivid green · cool · closest name: olivedrab
RGB
164, 192, 80
HSL
75°, 47%, 53%
CMYK
15, 0, 58, 25
Luminance
0.4617
Every format
| HEX | #a4c050 |
| RGB | rgb(164, 192, 80) |
| HSL | hsl(75, 47%, 53%) |
| CMYK | cmyk(15%, 0%, 58%, 25%) |
| LAB | lab(73.7 -26.0 52.2) |
| LCH | lch(73.7 58.3 116.5) |
| OKLCH | oklch(0.764 0.142 121.6) |
Copy-ready code
/* CSS */
color: #a4c050;
background-color: #a4c050;
/* Tailwind (arbitrary) */
class="text-[#a4c050] bg-[#a4c050]"
/* SCSS */
$brand: #a4c050;
/* SwiftUI */
Color(red: 0.643, green: 0.753, blue: 0.314)
/* Android */
Color.parseColor("#a4c050")Accessibility — WCAG contrast
Aa
#a4c050 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4c050 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green75.3%
Blue31.4%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow58.3%
Key (black)24.7%
Color previews
#a4c050 text on a black background
contrast 10.23:1
Card sample
#a4c050 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4c050;
Background color
Panel with #a4c050 background
background-color: #a4c050;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4c050;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 192, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 192, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4c050; background: linear-gradient(135deg, #a4c050, #59C050);