#886e21
a dark, vivid yellow · warm · closest name: olive
RGB
136, 110, 33
HSL
45°, 61%, 33%
CMYK
0, 19, 76, 47
Luminance
0.1650
Every format
| HEX | #886e21 |
| RGB | rgb(136, 110, 33) |
| HSL | hsl(45, 61%, 33%) |
| CMYK | cmyk(0%, 19%, 76%, 47%) |
| LAB | lab(47.6 1.9 44.5) |
| LCH | lch(47.6 44.5 87.6) |
| OKLCH | oklch(0.549 0.098 89.5) |
Copy-ready code
/* CSS */
color: #886e21;
background-color: #886e21;
/* Tailwind (arbitrary) */
class="text-[#886e21] bg-[#886e21]"
/* SCSS */
$brand: #886e21;
/* SwiftUI */
Color(red: 0.533, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#886e21")Accessibility — WCAG contrast
Aa
#886e21 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886e21 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow75.7%
Key (black)46.7%
Color previews
#886e21 text on a black background
contrast 4.30:1
Card sample
#886e21 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886e21;
Background color
Panel with #886e21 background
background-color: #886e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886e21; background: linear-gradient(135deg, #886e21, #5D8821);