#a4cd3e
a balanced, vivid green · cool · closest name: olivedrab
RGB
164, 205, 62
HSL
77°, 59%, 52%
CMYK
20, 0, 70, 20
Luminance
0.5190
Every format
| HEX | #a4cd3e |
| RGB | rgb(164, 205, 62) |
| HSL | hsl(77, 59%, 52%) |
| CMYK | cmyk(20%, 0%, 70%, 20%) |
| LAB | lab(77.2 -33.4 63.3) |
| LCH | lch(77.2 71.6 117.8) |
| OKLCH | oklch(0.792 0.172 124.2) |
Copy-ready code
/* CSS */
color: #a4cd3e;
background-color: #a4cd3e;
/* Tailwind (arbitrary) */
class="text-[#a4cd3e] bg-[#a4cd3e]"
/* SCSS */
$brand: #a4cd3e;
/* SwiftUI */
Color(red: 0.643, green: 0.804, blue: 0.243)
/* Android */
Color.parseColor("#a4cd3e")Accessibility — WCAG contrast
Aa
#a4cd3e on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4cd3e on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green80.4%
Blue24.3%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow69.8%
Key (black)19.6%
Color previews
#a4cd3e text on a black background
contrast 11.38:1
Card sample
#a4cd3e text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4cd3e;
Background color
Panel with #a4cd3e background
background-color: #a4cd3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4cd3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 205, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 205, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4cd3e; background: linear-gradient(135deg, #a4cd3e, #45CD3E);