#a2c034
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 192, 52
HSL
73°, 57%, 48%
CMYK
16, 0, 73, 25
Luminance
0.4563
Every format
| HEX | #a2c034 |
| RGB | rgb(162, 192, 52) |
| HSL | hsl(73, 57%, 48%) |
| CMYK | cmyk(16%, 0%, 73%, 25%) |
| LAB | lab(73.3 -28.7 63.0) |
| LCH | lch(73.3 69.2 114.5) |
| OKLCH | oklch(0.760 0.164 121.1) |
Copy-ready code
/* CSS */
color: #a2c034;
background-color: #a2c034;
/* Tailwind (arbitrary) */
class="text-[#a2c034] bg-[#a2c034]"
/* SCSS */
$brand: #a2c034;
/* SwiftUI */
Color(red: 0.635, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#a2c034")Accessibility — WCAG contrast
Aa
#a2c034 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c034 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green75.3%
Blue20.4%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#a2c034 text on a black background
contrast 10.13:1
Card sample
#a2c034 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c034;
Background color
Panel with #a2c034 background
background-color: #a2c034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c034; background: linear-gradient(135deg, #a2c034, #44C034);