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