#a2c164
a balanced, soft green · cool · closest name: olivedrab
RGB
162, 193, 100
HSL
80°, 43%, 58%
CMYK
16, 0, 48, 24
Luminance
0.4674
Every format
| HEX | #a2c164 |
| RGB | rgb(162, 193, 100) |
| HSL | hsl(80, 43%, 58%) |
| CMYK | cmyk(16%, 0%, 48%, 24%) |
| LAB | lab(74.0 -25.4 43.1) |
| LCH | lch(74.0 50.0 120.5) |
| OKLCH | oklch(0.767 0.125 124.5) |
Copy-ready code
/* CSS */
color: #a2c164;
background-color: #a2c164;
/* Tailwind (arbitrary) */
class="text-[#a2c164] bg-[#a2c164]"
/* SCSS */
$brand: #a2c164;
/* SwiftUI */
Color(red: 0.635, green: 0.757, blue: 0.392)
/* Android */
Color.parseColor("#a2c164")Accessibility — WCAG contrast
Aa
#a2c164 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c164 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green75.7%
Blue39.2%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow48.2%
Key (black)24.3%
Color previews
#a2c164 text on a black background
contrast 10.35:1
Card sample
#a2c164 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c164;
Background color
Panel with #a2c164 background
background-color: #a2c164;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c164;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 193, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 193, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c164; background: linear-gradient(135deg, #a2c164, #64C164);