#a2ac91
a balanced, muted green · cool · closest name: silver
RGB
162, 172, 145
HSL
82°, 14%, 62%
CMYK
6, 0, 16, 33
Luminance
0.3923
Every format
| HEX | #a2ac91 |
| RGB | rgb(162, 172, 145) |
| HSL | hsl(82, 14%, 62%) |
| CMYK | cmyk(6%, 0%, 16%, 33%) |
| LAB | lab(68.9 -8.4 12.7) |
| LCH | lch(68.9 15.3 123.6) |
| OKLCH | oklch(0.729 0.040 123.9) |
Copy-ready code
/* CSS */
color: #a2ac91;
background-color: #a2ac91;
/* Tailwind (arbitrary) */
class="text-[#a2ac91] bg-[#a2ac91]"
/* SCSS */
$brand: #a2ac91;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.569)
/* Android */
Color.parseColor("#a2ac91")Accessibility — WCAG contrast
Aa
#a2ac91 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ac91 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue56.9%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow15.7%
Key (black)32.5%
Color previews
#a2ac91 text on a black background
contrast 8.85:1
Card sample
#a2ac91 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ac91;
Background color
Panel with #a2ac91 background
background-color: #a2ac91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ac91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ac91; background: linear-gradient(135deg, #a2ac91, #91AC92);