#a3c821
a balanced, vivid green · cool · closest name: olivedrab
RGB
163, 200, 33
HSL
73°, 72%, 46%
CMYK
19, 0, 84, 22
Luminance
0.4920
Every format
| HEX | #a3c821 |
| RGB | rgb(163, 200, 33) |
| HSL | hsl(73, 72%, 46%) |
| CMYK | cmyk(19%, 0%, 84%, 22%) |
| LAB | lab(75.6 -32.9 70.7) |
| LCH | lch(75.6 77.9 114.9) |
| OKLCH | oklch(0.778 0.181 122.4) |
Copy-ready code
/* CSS */
color: #a3c821;
background-color: #a3c821;
/* Tailwind (arbitrary) */
class="text-[#a3c821] bg-[#a3c821]"
/* SCSS */
$brand: #a3c821;
/* SwiftUI */
Color(red: 0.639, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#a3c821")Accessibility — WCAG contrast
Aa
#a3c821 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3c821 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green78.4%
Blue12.9%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow83.5%
Key (black)21.6%
Color previews
#a3c821 text on a black background
contrast 10.84:1
Card sample
#a3c821 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3c821;
Background color
Panel with #a3c821 background
background-color: #a3c821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3c821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3c821; background: linear-gradient(135deg, #a3c821, #34C821);