#886921
a dark, vivid yellow · warm · closest name: olive
RGB
136, 105, 33
HSL
42°, 61%, 33%
CMYK
0, 23, 76, 47
Luminance
0.1545
Every format
| HEX | #886921 |
| RGB | rgb(136, 105, 33) |
| HSL | hsl(42, 61%, 33%) |
| CMYK | cmyk(0%, 23%, 76%, 47%) |
| LAB | lab(46.2 4.8 43.1) |
| LCH | lch(46.2 43.4 83.7) |
| OKLCH | oklch(0.538 0.096 84.5) |
Copy-ready code
/* CSS */
color: #886921;
background-color: #886921;
/* Tailwind (arbitrary) */
class="text-[#886921] bg-[#886921]"
/* SCSS */
$brand: #886921;
/* SwiftUI */
Color(red: 0.533, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#886921")Accessibility — WCAG contrast
Aa
#886921 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886921 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow75.7%
Key (black)46.7%
Color previews
#886921 text on a black background
contrast 4.09:1
Card sample
#886921 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886921;
Background color
Panel with #886921 background
background-color: #886921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886921; background: linear-gradient(135deg, #886921, #628821);