#876621
a dark, vivid yellow · warm · closest name: peru
RGB
135, 102, 33
HSL
41°, 61%, 33%
CMYK
0, 24, 76, 47
Luminance
0.1476
Every format
| HEX | #876621 |
| RGB | rgb(135, 102, 33) |
| HSL | hsl(41, 61%, 33%) |
| CMYK | cmyk(0%, 24%, 76%, 47%) |
| LAB | lab(45.3 6.0 42.1) |
| LCH | lch(45.3 42.6 81.8) |
| OKLCH | oklch(0.531 0.094 82.1) |
Copy-ready code
/* CSS */
color: #876621;
background-color: #876621;
/* Tailwind (arbitrary) */
class="text-[#876621] bg-[#876621]"
/* SCSS */
$brand: #876621;
/* SwiftUI */
Color(red: 0.529, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#876621")Accessibility — WCAG contrast
Aa
#876621 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#876621 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow75.6%
Key (black)47.1%
Color previews
#876621 text on a black background
contrast 3.95:1
Card sample
#876621 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #876621;
Background color
Panel with #876621 background
background-color: #876621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #876621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #876621; background: linear-gradient(135deg, #876621, #648721);