#886c21
a dark, vivid yellow · warm · closest name: olive
RGB
136, 108, 33
HSL
44°, 61%, 33%
CMYK
0, 21, 76, 47
Luminance
0.1607
Every format
| HEX | #886c21 |
| RGB | rgb(136, 108, 33) |
| HSL | hsl(44, 61%, 33%) |
| CMYK | cmyk(0%, 21%, 76%, 47%) |
| LAB | lab(47.1 3.0 43.9) |
| LCH | lch(47.1 44.0 86.1) |
| OKLCH | oklch(0.545 0.097 87.6) |
Copy-ready code
/* CSS */
color: #886c21;
background-color: #886c21;
/* Tailwind (arbitrary) */
class="text-[#886c21] bg-[#886c21]"
/* SCSS */
$brand: #886c21;
/* SwiftUI */
Color(red: 0.533, green: 0.424, blue: 0.129)
/* Android */
Color.parseColor("#886c21")Accessibility — WCAG contrast
Aa
#886c21 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886c21 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green42.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow75.7%
Key (black)46.7%
Color previews
#886c21 text on a black background
contrast 4.21:1
Card sample
#886c21 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886c21;
Background color
Panel with #886c21 background
background-color: #886c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 108, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 108, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886c21; background: linear-gradient(135deg, #886c21, #5F8821);