#a2c237
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 194, 55
HSL
74°, 56%, 49%
CMYK
17, 0, 72, 24
Luminance
0.4654
Every format
| HEX | #a2c237 |
| RGB | rgb(162, 194, 55) |
| HSL | hsl(74, 56%, 49%) |
| CMYK | cmyk(17%, 0%, 72%, 24%) |
| LAB | lab(73.9 -29.5 62.5) |
| LCH | lch(73.9 69.1 115.3) |
| OKLCH | oklch(0.765 0.164 121.8) |
Copy-ready code
/* CSS */
color: #a2c237;
background-color: #a2c237;
/* Tailwind (arbitrary) */
class="text-[#a2c237] bg-[#a2c237]"
/* SCSS */
$brand: #a2c237;
/* SwiftUI */
Color(red: 0.635, green: 0.761, blue: 0.216)
/* Android */
Color.parseColor("#a2c237")Accessibility — WCAG contrast
Aa
#a2c237 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c237 on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green76.1%
Blue21.6%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow71.6%
Key (black)23.9%
Color previews
#a2c237 text on a black background
contrast 10.31:1
Card sample
#a2c237 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c237;
Background color
Panel with #a2c237 background
background-color: #a2c237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 194, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 194, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c237; background: linear-gradient(135deg, #a2c237, #45C237);