#a7998b
a balanced, muted orange · warm · closest name: gray
RGB
167, 153, 139
HSL
30°, 14%, 60%
CMYK
0, 8, 17, 35
Luminance
0.3286
Every format
| HEX | #a7998b |
| RGB | rgb(167, 153, 139) |
| HSL | hsl(30, 14%, 60%) |
| CMYK | cmyk(0%, 8%, 17%, 35%) |
| LAB | lab(64.0 2.8 9.2) |
| LCH | lch(64.0 9.6 73.4) |
| OKLCH | oklch(0.691 0.026 67.4) |
Copy-ready code
/* CSS */
color: #a7998b;
background-color: #a7998b;
/* Tailwind (arbitrary) */
class="text-[#a7998b] bg-[#a7998b]"
/* SCSS */
$brand: #a7998b;
/* SwiftUI */
Color(red: 0.655, green: 0.600, blue: 0.545)
/* Android */
Color.parseColor("#a7998b")Accessibility — WCAG contrast
Aa
#a7998b on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7998b on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green60.0%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow16.8%
Key (black)34.5%
Color previews
#a7998b text on a black background
contrast 7.57:1
Card sample
#a7998b text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7998b;
Background color
Panel with #a7998b background
background-color: #a7998b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7998b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 153, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 153, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7998b; background: linear-gradient(135deg, #a7998b, #A2A78B);