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