#87656b
a balanced, muted red · warm · closest name: gray
RGB
135, 101, 107
HSL
349°, 14%, 46%
CMYK
0, 25, 21, 47
Luminance
0.1552
Every format
| HEX | #87656b |
| RGB | rgb(135, 101, 107) |
| HSL | hsl(349, 14%, 46%) |
| CMYK | cmyk(0%, 25%, 21%, 47%) |
| LAB | lab(46.3 14.7 2.0) |
| LCH | lch(46.3 14.8 7.6) |
| OKLCH | oklch(0.543 0.045 6.9) |
Copy-ready code
/* CSS */
color: #87656b;
background-color: #87656b;
/* Tailwind (arbitrary) */
class="text-[#87656b] bg-[#87656b]"
/* SCSS */
$brand: #87656b;
/* SwiftUI */
Color(red: 0.529, green: 0.396, blue: 0.420)
/* Android */
Color.parseColor("#87656b")Accessibility — WCAG contrast
Aa
#87656b on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#87656b on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green39.6%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta25.2%
Yellow20.7%
Key (black)47.1%
Color previews
#87656b text on a black background
contrast 4.10:1
Card sample
#87656b text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87656b;
Background color
Panel with #87656b background
background-color: #87656b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87656b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 101, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 101, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87656b; background: linear-gradient(135deg, #87656b, #877665);