#887711
a dark, electric yellow · cool · closest name: olive
RGB
136, 119, 17
HSL
51°, 78%, 30%
CMYK
0, 13, 88, 47
Luminance
0.1847
Every format
| HEX | #887711 |
| RGB | rgb(136, 119, 17) |
| HSL | hsl(51, 78%, 30%) |
| CMYK | cmyk(0%, 13%, 88%, 47%) |
| LAB | lab(50.1 -3.9 52.1) |
| LCH | lch(50.1 52.3 94.2) |
| OKLCH | oklch(0.568 0.113 98.7) |
Copy-ready code
/* CSS */
color: #887711;
background-color: #887711;
/* Tailwind (arbitrary) */
class="text-[#887711] bg-[#887711]"
/* SCSS */
$brand: #887711;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.067)
/* Android */
Color.parseColor("#887711")Accessibility — WCAG contrast
Aa
#887711 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887711 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow87.5%
Key (black)46.7%
Color previews
#887711 text on a black background
contrast 4.69:1
Card sample
#887711 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887711;
Background color
Panel with #887711 background
background-color: #887711;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887711;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887711; background: linear-gradient(135deg, #887711, #4A8811);