#a7a08b
a balanced, muted yellow · cool · closest name: tan
RGB
167, 160, 139
HSL
45°, 14%, 60%
CMYK
0, 4, 17, 35
Luminance
0.3522
Every format
| HEX | #a7a08b |
| RGB | rgb(167, 160, 139) |
| HSL | hsl(45, 14%, 60%) |
| CMYK | cmyk(0%, 4%, 17%, 35%) |
| LAB | lab(65.9 -1.1 11.9) |
| LCH | lch(65.9 11.9 95.2) |
| OKLCH | oklch(0.706 0.031 91.7) |
Copy-ready code
/* CSS */
color: #a7a08b;
background-color: #a7a08b;
/* Tailwind (arbitrary) */
class="text-[#a7a08b] bg-[#a7a08b]"
/* SCSS */
$brand: #a7a08b;
/* SwiftUI */
Color(red: 0.655, green: 0.627, blue: 0.545)
/* Android */
Color.parseColor("#a7a08b")Accessibility — WCAG contrast
Aa
#a7a08b on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7a08b on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green62.7%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow16.8%
Key (black)34.5%
Color previews
#a7a08b text on a black background
contrast 8.04:1
Card sample
#a7a08b text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7a08b;
Background color
Panel with #a7a08b background
background-color: #a7a08b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7a08b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 160, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 160, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7a08b; background: linear-gradient(135deg, #a7a08b, #9BA78B);