#887700
a dark, electric yellow · cool · closest name: olive
RGB
136, 119, 0
HSL
53°, 100%, 27%
CMYK
0, 13, 100, 47
Luminance
0.1843
Every format
| HEX | #887700 |
| RGB | rgb(136, 119, 0) |
| HSL | hsl(53, 100%, 27%) |
| CMYK | cmyk(0%, 13%, 100%, 47%) |
| LAB | lab(50.0 -4.2 55.7) |
| LCH | lch(50.0 55.8 94.3) |
| OKLCH | oklch(0.568 0.118 99.3) |
Copy-ready code
/* CSS */
color: #887700;
background-color: #887700;
/* Tailwind (arbitrary) */
class="text-[#887700] bg-[#887700]"
/* SCSS */
$brand: #887700;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.000)
/* Android */
Color.parseColor("#887700")Accessibility — WCAG contrast
Aa
#887700 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887700 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow100.0%
Key (black)46.7%
Color previews
#887700 text on a black background
contrast 4.69:1
Card sample
#887700 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887700;
Background color
Panel with #887700 background
background-color: #887700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887700; background: linear-gradient(135deg, #887700, #3E8800);