#878821
a dark, vivid yellow · cool · closest name: olive
RGB
135, 136, 33
HSL
61°, 61%, 33%
CMYK
1, 0, 76, 47
Luminance
0.2287
Every format
| HEX | #878821 |
| RGB | rgb(135, 136, 33) |
| HSL | hsl(61, 61%, 33%) |
| CMYK | cmyk(1%, 0%, 76%, 47%) |
| LAB | lab(54.9 -13.1 51.4) |
| LCH | lch(54.9 53.0 104.2) |
| OKLCH | oklch(0.607 0.120 110.1) |
Copy-ready code
/* CSS */
color: #878821;
background-color: #878821;
/* Tailwind (arbitrary) */
class="text-[#878821] bg-[#878821]"
/* SCSS */
$brand: #878821;
/* SwiftUI */
Color(red: 0.529, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#878821")Accessibility — WCAG contrast
Aa
#878821 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#878821 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.7%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#878821 text on a black background
contrast 5.57:1
Card sample
#878821 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #878821;
Background color
Panel with #878821 background
background-color: #878821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #878821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #878821; background: linear-gradient(135deg, #878821, #428821);