#887766
a balanced, muted orange · warm · closest name: gray
RGB
136, 119, 102
HSL
30°, 14%, 47%
CMYK
0, 13, 25, 47
Luminance
0.1939
Every format
| HEX | #887766 |
| RGB | rgb(136, 119, 102) |
| HSL | hsl(30, 14%, 47%) |
| CMYK | cmyk(0%, 13%, 25%, 47%) |
| LAB | lab(51.1 3.7 11.8) |
| LCH | lch(51.1 12.3 72.4) |
| OKLCH | oklch(0.580 0.033 67.1) |
Copy-ready code
/* CSS */
color: #887766;
background-color: #887766;
/* Tailwind (arbitrary) */
class="text-[#887766] bg-[#887766]"
/* SCSS */
$brand: #887766;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.400)
/* Android */
Color.parseColor("#887766")Accessibility — WCAG contrast
Aa
#887766 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887766 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow25.0%
Key (black)46.7%
Color previews
#887766 text on a black background
contrast 4.88:1
Card sample
#887766 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887766;
Background color
Panel with #887766 background
background-color: #887766;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887766;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887766; background: linear-gradient(135deg, #887766, #828866);