#877521
a dark, vivid yellow · cool · closest name: olive
RGB
135, 117, 33
HSL
49°, 61%, 33%
CMYK
0, 13, 76, 47
Luminance
0.1798
Every format
| HEX | #877521 |
| RGB | rgb(135, 117, 33) |
| HSL | hsl(49, 61%, 33%) |
| CMYK | cmyk(0%, 13%, 76%, 47%) |
| LAB | lab(49.5 -2.6 46.2) |
| LCH | lch(49.5 46.3 93.2) |
| OKLCH | oklch(0.564 0.103 96.6) |
Copy-ready code
/* CSS */
color: #877521;
background-color: #877521;
/* Tailwind (arbitrary) */
class="text-[#877521] bg-[#877521]"
/* SCSS */
$brand: #877521;
/* SwiftUI */
Color(red: 0.529, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#877521")Accessibility — WCAG contrast
Aa
#877521 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#877521 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow75.6%
Key (black)47.1%
Color previews
#877521 text on a black background
contrast 4.60:1
Card sample
#877521 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877521;
Background color
Panel with #877521 background
background-color: #877521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877521; background: linear-gradient(135deg, #877521, #558721);