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