#a2c55d
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 197, 93
HSL
80°, 47%, 57%
CMYK
18, 0, 53, 23
Luminance
0.4840
Every format
| HEX | #a2c55d |
| RGB | rgb(162, 197, 93) |
| HSL | hsl(80, 47%, 57%) |
| CMYK | cmyk(18%, 0%, 53%, 23%) |
| LAB | lab(75.1 -28.0 47.8) |
| LCH | lch(75.1 55.4 120.4) |
| OKLCH | oklch(0.775 0.138 124.9) |
Copy-ready code
/* CSS */
color: #a2c55d;
background-color: #a2c55d;
/* Tailwind (arbitrary) */
class="text-[#a2c55d] bg-[#a2c55d]"
/* SCSS */
$brand: #a2c55d;
/* SwiftUI */
Color(red: 0.635, green: 0.773, blue: 0.365)
/* Android */
Color.parseColor("#a2c55d")Accessibility — WCAG contrast
Aa
#a2c55d on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c55d on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green77.3%
Blue36.5%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow52.8%
Key (black)22.7%
Color previews
#a2c55d text on a black background
contrast 10.68:1
Card sample
#a2c55d text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c55d;
Background color
Panel with #a2c55d background
background-color: #a2c55d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c55d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 197, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 197, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c55d; background: linear-gradient(135deg, #a2c55d, #5DC55D);