#898024
a dark, vivid yellow · cool · closest name: olive
RGB
137, 128, 36
HSL
55°, 58%, 34%
CMYK
0, 7, 74, 46
Luminance
0.2088
Every format
| HEX | #898024 |
| RGB | rgb(137, 128, 36) |
| HSL | hsl(55, 58%, 34%) |
| CMYK | cmyk(0%, 7%, 74%, 46%) |
| LAB | lab(52.8 -7.7 48.3) |
| LCH | lch(52.8 48.9 99.0) |
| OKLCH | oklch(0.591 0.110 103.6) |
Copy-ready code
/* CSS */
color: #898024;
background-color: #898024;
/* Tailwind (arbitrary) */
class="text-[#898024] bg-[#898024]"
/* SCSS */
$brand: #898024;
/* SwiftUI */
Color(red: 0.537, green: 0.502, blue: 0.141)
/* Android */
Color.parseColor("#898024")Accessibility — WCAG contrast
Aa
#898024 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#898024 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green50.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow73.7%
Key (black)46.3%
Color previews
#898024 text on a black background
contrast 5.18:1
Card sample
#898024 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #898024;
Background color
Panel with #898024 background
background-color: #898024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #898024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 128, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 128, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #898024; background: linear-gradient(135deg, #898024, #4F8924);