#808877
a balanced, muted gray · cool · closest name: gray
RGB
128, 136, 119
HSL
88°, 7%, 50%
CMYK
6, 0, 13, 47
Luminance
0.2353
Every format
| HEX | #808877 |
| RGB | rgb(128, 136, 119) |
| HSL | hsl(88, 7%, 50%) |
| CMYK | cmyk(6%, 0%, 13%, 47%) |
| LAB | lab(55.6 -6.2 8.1) |
| LCH | lch(55.6 10.3 127.5) |
| OKLCH | oklch(0.615 0.027 127.8) |
Copy-ready code
/* CSS */
color: #808877;
background-color: #808877;
/* Tailwind (arbitrary) */
class="text-[#808877] bg-[#808877]"
/* SCSS */
$brand: #808877;
/* SwiftUI */
Color(red: 0.502, green: 0.533, blue: 0.467)
/* Android */
Color.parseColor("#808877")Accessibility — WCAG contrast
Aa
#808877 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#808877 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green53.3%
Blue46.7%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow12.5%
Key (black)46.7%
Color previews
#808877 text on a black background
contrast 5.71:1
Card sample
#808877 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #808877;
Background color
Panel with #808877 background
background-color: #808877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #808877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 136, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 136, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #808877; background: linear-gradient(135deg, #808877, #778879);