#887780
a balanced, muted gray · warm · closest name: gray
RGB
136, 119, 128
HSL
328°, 7%, 50%
CMYK
0, 13, 6, 47
Luminance
0.1999
Every format
| HEX | #887780 |
| RGB | rgb(136, 119, 128) |
| HSL | hsl(328, 7%, 50%) |
| CMYK | cmyk(0%, 13%, 6%, 47%) |
| LAB | lab(51.8 8.2 -2.5) |
| LCH | lch(51.8 8.6 343.1) |
| OKLCH | oklch(0.588 0.025 344.7) |
Copy-ready code
/* CSS */
color: #887780;
background-color: #887780;
/* Tailwind (arbitrary) */
class="text-[#887780] bg-[#887780]"
/* SCSS */
$brand: #887780;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.502)
/* Android */
Color.parseColor("#887780")Accessibility — WCAG contrast
Aa
#887780 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887780 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow5.9%
Key (black)46.7%
Color previews
#887780 text on a black background
contrast 5.00:1
Card sample
#887780 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887780;
Background color
Panel with #887780 background
background-color: #887780;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887780;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887780; background: linear-gradient(135deg, #887780, #887977);