#887a44
a dark, soft yellow · cool · closest name: tan
RGB
136, 122, 68
HSL
48°, 33%, 40%
CMYK
0, 10, 50, 47
Luminance
0.1957
Every format
| HEX | #887a44 |
| RGB | rgb(136, 122, 68) |
| HSL | hsl(48, 33%, 40%) |
| CMYK | cmyk(0%, 10%, 50%, 47%) |
| LAB | lab(51.4 -2.3 31.4) |
| LCH | lch(51.4 31.4 94.2) |
| OKLCH | oklch(0.580 0.075 95.2) |
Copy-ready code
/* CSS */
color: #887a44;
background-color: #887a44;
/* Tailwind (arbitrary) */
class="text-[#887a44] bg-[#887a44]"
/* SCSS */
$brand: #887a44;
/* SwiftUI */
Color(red: 0.533, green: 0.478, blue: 0.267)
/* Android */
Color.parseColor("#887a44")Accessibility — WCAG contrast
Aa
#887a44 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887a44 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green47.8%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow50.0%
Key (black)46.7%
Color previews
#887a44 text on a black background
contrast 4.91:1
Card sample
#887a44 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887a44;
Background color
Panel with #887a44 background
background-color: #887a44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887a44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 122, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 122, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887a44; background: linear-gradient(135deg, #887a44, #698844);