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