#887722
a dark, vivid yellow · cool · closest name: olive
RGB
136, 119, 34
HSL
50°, 60%, 33%
CMYK
0, 13, 75, 47
Luminance
0.1854
Every format
| HEX | #887722 |
| RGB | rgb(136, 119, 34) |
| HSL | hsl(50, 60%, 33%) |
| CMYK | cmyk(0%, 13%, 75%, 47%) |
| LAB | lab(50.1 -3.2 46.5) |
| LCH | lch(50.1 46.6 93.9) |
| OKLCH | oklch(0.569 0.104 97.5) |
Copy-ready code
/* CSS */
color: #887722;
background-color: #887722;
/* Tailwind (arbitrary) */
class="text-[#887722] bg-[#887722]"
/* SCSS */
$brand: #887722;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.133)
/* Android */
Color.parseColor("#887722")Accessibility — WCAG contrast
Aa
#887722 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887722 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow75.0%
Key (black)46.7%
Color previews
#887722 text on a black background
contrast 4.71:1
Card sample
#887722 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887722;
Background color
Panel with #887722 background
background-color: #887722;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887722;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887722; background: linear-gradient(135deg, #887722, #558822);