#a2ce49
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 206, 73
HSL
80°, 58%, 55%
CMYK
21, 0, 65, 19
Luminance
0.5231
Every format
| HEX | #a2ce49 |
| RGB | rgb(162, 206, 73) |
| HSL | hsl(80, 58%, 55%) |
| CMYK | cmyk(21%, 0%, 65%, 19%) |
| LAB | lab(77.5 -34.0 59.3) |
| LCH | lch(77.5 68.3 119.8) |
| OKLCH | oklch(0.794 0.167 125.7) |
Copy-ready code
/* CSS */
color: #a2ce49;
background-color: #a2ce49;
/* Tailwind (arbitrary) */
class="text-[#a2ce49] bg-[#a2ce49]"
/* SCSS */
$brand: #a2ce49;
/* SwiftUI */
Color(red: 0.635, green: 0.808, blue: 0.286)
/* Android */
Color.parseColor("#a2ce49")Accessibility — WCAG contrast
Aa
#a2ce49 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ce49 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.8%
Blue28.6%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow64.6%
Key (black)19.2%
Color previews
#a2ce49 text on a black background
contrast 11.46:1
Card sample
#a2ce49 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ce49;
Background color
Panel with #a2ce49 background
background-color: #a2ce49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ce49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 206, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 206, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ce49; background: linear-gradient(135deg, #a2ce49, #49CE49);