#a3cd4a
a balanced, vivid green · cool · closest name: olivedrab
RGB
163, 205, 74
HSL
79°, 57%, 55%
CMYK
21, 0, 64, 20
Luminance
0.5194
Every format
| HEX | #a3cd4a |
| RGB | rgb(163, 205, 74) |
| HSL | hsl(79, 57%, 55%) |
| CMYK | cmyk(21%, 0%, 64%, 20%) |
| LAB | lab(77.3 -33.0 58.7) |
| LCH | lch(77.3 67.3 119.4) |
| OKLCH | oklch(0.793 0.164 125.2) |
Copy-ready code
/* CSS */
color: #a3cd4a;
background-color: #a3cd4a;
/* Tailwind (arbitrary) */
class="text-[#a3cd4a] bg-[#a3cd4a]"
/* SCSS */
$brand: #a3cd4a;
/* SwiftUI */
Color(red: 0.639, green: 0.804, blue: 0.290)
/* Android */
Color.parseColor("#a3cd4a")Accessibility — WCAG contrast
Aa
#a3cd4a on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3cd4a on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green80.4%
Blue29.0%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow63.9%
Key (black)19.6%
Color previews
#a3cd4a text on a black background
contrast 11.39:1
Card sample
#a3cd4a text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3cd4a;
Background color
Panel with #a3cd4a background
background-color: #a3cd4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3cd4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 205, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 205, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3cd4a; background: linear-gradient(135deg, #a3cd4a, #4CCD4A);