#887166
a balanced, muted orange · warm · closest name: gray
RGB
136, 113, 102
HSL
19°, 14%, 47%
CMYK
0, 17, 25, 47
Luminance
0.1800
Every format
| HEX | #887166 |
| RGB | rgb(136, 113, 102) |
| HSL | hsl(19, 14%, 47%) |
| CMYK | cmyk(0%, 17%, 25%, 47%) |
| LAB | lab(49.5 7.2 9.5) |
| LCH | lch(49.5 11.9 52.7) |
| OKLCH | oklch(0.567 0.034 47.0) |
Copy-ready code
/* CSS */
color: #887166;
background-color: #887166;
/* Tailwind (arbitrary) */
class="text-[#887166] bg-[#887166]"
/* SCSS */
$brand: #887166;
/* SwiftUI */
Color(red: 0.533, green: 0.443, blue: 0.400)
/* Android */
Color.parseColor("#887166")Accessibility — WCAG contrast
Aa
#887166 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#887166 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green44.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow25.0%
Key (black)46.7%
Color previews
#887166 text on a black background
contrast 4.60:1
Card sample
#887166 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887166;
Background color
Panel with #887166 background
background-color: #887166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 113, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 113, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887166; background: linear-gradient(135deg, #887166, #888866);