#887744
a dark, soft yellow · cool · closest name: tan
RGB
136, 119, 68
HSL
45°, 33%, 40%
CMYK
0, 13, 50, 47
Luminance
0.1885
Every format
| HEX | #887744 |
| RGB | rgb(136, 119, 68) |
| HSL | hsl(45, 33%, 40%) |
| CMYK | cmyk(0%, 13%, 50%, 47%) |
| LAB | lab(50.5 -0.6 30.3) |
| LCH | lch(50.5 30.3 91.2) |
| OKLCH | oklch(0.573 0.073 91.5) |
Copy-ready code
/* CSS */
color: #887744;
background-color: #887744;
/* Tailwind (arbitrary) */
class="text-[#887744] bg-[#887744]"
/* SCSS */
$brand: #887744;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.267)
/* Android */
Color.parseColor("#887744")Accessibility — WCAG contrast
Aa
#887744 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887744 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow50.0%
Key (black)46.7%
Color previews
#887744 text on a black background
contrast 4.77:1
Card sample
#887744 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887744;
Background color
Panel with #887744 background
background-color: #887744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887744; background: linear-gradient(135deg, #887744, #6C8844);