#a2ab9b
a balanced, muted green · cool · closest name: silver
RGB
162, 171, 155
HSL
94°, 9%, 64%
CMYK
5, 0, 9, 33
Luminance
0.3917
Every format
| HEX | #a2ab9b |
| RGB | rgb(162, 171, 155) |
| HSL | hsl(94, 9%, 64%) |
| CMYK | cmyk(5%, 0%, 9%, 33%) |
| LAB | lab(68.9 -6.2 7.2) |
| LCH | lch(68.9 9.4 130.8) |
| OKLCH | oklch(0.729 0.025 131.2) |
Copy-ready code
/* CSS */
color: #a2ab9b;
background-color: #a2ab9b;
/* Tailwind (arbitrary) */
class="text-[#a2ab9b] bg-[#a2ab9b]"
/* SCSS */
$brand: #a2ab9b;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.608)
/* Android */
Color.parseColor("#a2ab9b")Accessibility — WCAG contrast
Aa
#a2ab9b on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ab9b on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue60.8%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow9.4%
Key (black)32.9%
Color previews
#a2ab9b text on a black background
contrast 8.83:1
Card sample
#a2ab9b text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ab9b;
Background color
Panel with #a2ab9b background
background-color: #a2ab9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ab9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ab9b; background: linear-gradient(135deg, #a2ab9b, #9BAB9F);