#887f55
a dark, soft yellow · cool · closest name: tan
RGB
136, 127, 85
HSL
49°, 23%, 43%
CMYK
0, 7, 38, 47
Luminance
0.2107
Every format
| HEX | #887f55 |
| RGB | rgb(136, 127, 85) |
| HSL | hsl(49, 23%, 43%) |
| CMYK | cmyk(0%, 7%, 38%, 47%) |
| LAB | lab(53.0 -3.2 24.1) |
| LCH | lch(53.0 24.3 97.6) |
| OKLCH | oklch(0.594 0.060 97.5) |
Copy-ready code
/* CSS */
color: #887f55;
background-color: #887f55;
/* Tailwind (arbitrary) */
class="text-[#887f55] bg-[#887f55]"
/* SCSS */
$brand: #887f55;
/* SwiftUI */
Color(red: 0.533, green: 0.498, blue: 0.333)
/* Android */
Color.parseColor("#887f55")Accessibility — WCAG contrast
Aa
#887f55 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887f55 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green49.8%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow37.5%
Key (black)46.7%
Color previews
#887f55 text on a black background
contrast 5.21:1
Card sample
#887f55 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887f55;
Background color
Panel with #887f55 background
background-color: #887f55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887f55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 127, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 127, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887f55; background: linear-gradient(135deg, #887f55, #6F8855);