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