#a89f9b
a balanced, muted gray · warm · closest name: silver
RGB
168, 159, 155
HSL
19°, 7%, 63%
CMYK
0, 5, 8, 34
Luminance
0.3549
Every format
| HEX | #a89f9b |
| RGB | rgb(168, 159, 155) |
| HSL | hsl(19, 7%, 63%) |
| CMYK | cmyk(0%, 5%, 8%, 34%) |
| LAB | lab(66.1 2.5 3.3) |
| LCH | lch(66.1 4.1 52.0) |
| OKLCH | oklch(0.709 0.012 45.7) |
Copy-ready code
/* CSS */
color: #a89f9b;
background-color: #a89f9b;
/* Tailwind (arbitrary) */
class="text-[#a89f9b] bg-[#a89f9b]"
/* SCSS */
$brand: #a89f9b;
/* SwiftUI */
Color(red: 0.659, green: 0.624, blue: 0.608)
/* Android */
Color.parseColor("#a89f9b")Accessibility — WCAG contrast
Aa
#a89f9b on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a89f9b on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green62.4%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow7.7%
Key (black)34.1%
Color previews
#a89f9b text on a black background
contrast 8.10:1
Card sample
#a89f9b text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a89f9b;
Background color
Panel with #a89f9b background
background-color: #a89f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a89f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 159, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 159, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a89f9b; background: linear-gradient(135deg, #a89f9b, #A8A89B);