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