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