#a86b76
a balanced, soft red · warm · closest name: gray
RGB
168, 107, 118
HSL
349°, 26%, 54%
CMYK
0, 36, 30, 34
Luminance
0.2015
Every format
| HEX | #a86b76 |
| RGB | rgb(168, 107, 118) |
| HSL | hsl(349, 26%, 54%) |
| CMYK | cmyk(0%, 36%, 30%, 34%) |
| LAB | lab(52.0 25.8 4.1) |
| LCH | lch(52.0 26.2 9.0) |
| OKLCH | oklch(0.596 0.079 8.0) |
Copy-ready code
/* CSS */
color: #a86b76;
background-color: #a86b76;
/* Tailwind (arbitrary) */
class="text-[#a86b76] bg-[#a86b76]"
/* SCSS */
$brand: #a86b76;
/* SwiftUI */
Color(red: 0.659, green: 0.420, blue: 0.463)
/* Android */
Color.parseColor("#a86b76")Accessibility — WCAG contrast
Aa
#a86b76 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a86b76 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green42.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow29.8%
Key (black)34.1%
Color previews
#a86b76 text on a black background
contrast 5.03:1
Card sample
#a86b76 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a86b76;
Background color
Panel with #a86b76 background
background-color: #a86b76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a86b76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 107, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 107, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a86b76; background: linear-gradient(135deg, #a86b76, #A8896B);