#a18488
a balanced, muted red · warm · closest name: gray
RGB
161, 132, 136
HSL
352°, 13%, 58%
CMYK
0, 18, 16, 37
Luminance
0.2586
Every format
| HEX | #a18488 |
| RGB | rgb(161, 132, 136) |
| HSL | hsl(352, 13%, 58%) |
| CMYK | cmyk(0%, 18%, 16%, 37%) |
| LAB | lab(57.9 11.7 2.0) |
| LCH | lch(57.9 11.9 9.8) |
| OKLCH | oklch(0.642 0.036 8.8) |
Copy-ready code
/* CSS */
color: #a18488;
background-color: #a18488;
/* Tailwind (arbitrary) */
class="text-[#a18488] bg-[#a18488]"
/* SCSS */
$brand: #a18488;
/* SwiftUI */
Color(red: 0.631, green: 0.518, blue: 0.533)
/* Android */
Color.parseColor("#a18488")Accessibility — WCAG contrast
Aa
#a18488 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a18488 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green51.8%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow15.5%
Key (black)36.9%
Color previews
#a18488 text on a black background
contrast 6.17:1
Card sample
#a18488 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a18488;
Background color
Panel with #a18488 background
background-color: #a18488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a18488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 132, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 132, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a18488; background: linear-gradient(135deg, #a18488, #A19384);