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