#877b21
a dark, vivid yellow · cool · closest name: olive
RGB
135, 123, 33
HSL
53°, 61%, 33%
CMYK
0, 9, 76, 47
Luminance
0.1943
Every format
| HEX | #877b21 |
| RGB | rgb(135, 123, 33) |
| HSL | hsl(53, 61%, 33%) |
| CMYK | cmyk(0%, 9%, 76%, 47%) |
| LAB | lab(51.2 -6.0 47.9) |
| LCH | lch(51.2 48.2 97.1) |
| OKLCH | oklch(0.577 0.108 101.5) |
Copy-ready code
/* CSS */
color: #877b21;
background-color: #877b21;
/* Tailwind (arbitrary) */
class="text-[#877b21] bg-[#877b21]"
/* SCSS */
$brand: #877b21;
/* SwiftUI */
Color(red: 0.529, green: 0.482, blue: 0.129)
/* Android */
Color.parseColor("#877b21")Accessibility — WCAG contrast
Aa
#877b21 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#877b21 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green48.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow75.6%
Key (black)47.1%
Color previews
#877b21 text on a black background
contrast 4.89:1
Card sample
#877b21 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877b21;
Background color
Panel with #877b21 background
background-color: #877b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 123, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 123, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877b21; background: linear-gradient(135deg, #877b21, #4F8721);