#a39f9b
a balanced, muted gray · warm · closest name: silver
RGB
163, 159, 155
HSL
30°, 4%, 62%
CMYK
0, 3, 5, 36
Luminance
0.3495
Every format
| HEX | #a39f9b |
| RGB | rgb(163, 159, 155) |
| HSL | hsl(30, 4%, 62%) |
| CMYK | cmyk(0%, 3%, 5%, 36%) |
| LAB | lab(65.7 0.7 2.6) |
| LCH | lch(65.7 2.7 74.9) |
| OKLCH | oklch(0.705 0.007 67.7) |
Copy-ready code
/* CSS */
color: #a39f9b;
background-color: #a39f9b;
/* Tailwind (arbitrary) */
class="text-[#a39f9b] bg-[#a39f9b]"
/* SCSS */
$brand: #a39f9b;
/* SwiftUI */
Color(red: 0.639, green: 0.624, blue: 0.608)
/* Android */
Color.parseColor("#a39f9b")Accessibility — WCAG contrast
Aa
#a39f9b on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a39f9b on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green62.4%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow4.9%
Key (black)36.1%
Color previews
#a39f9b text on a black background
contrast 7.99:1
Card sample
#a39f9b text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39f9b;
Background color
Panel with #a39f9b background
background-color: #a39f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 159, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 159, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39f9b; background: linear-gradient(135deg, #a39f9b, #A2A39B);