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