#899521
a dark, vivid yellow · cool · closest name: olive
RGB
137, 149, 33
HSL
66°, 64%, 36%
CMYK
8, 0, 78, 42
Luminance
0.2692
Every format
| HEX | #899521 |
| RGB | rgb(137, 149, 33) |
| HSL | hsl(66, 64%, 36%) |
| CMYK | cmyk(8%, 0%, 78%, 42%) |
| LAB | lab(58.9 -19.0 55.2) |
| LCH | lch(58.9 58.3 109.0) |
| OKLCH | oklch(0.639 0.134 115.6) |
Copy-ready code
/* CSS */
color: #899521;
background-color: #899521;
/* Tailwind (arbitrary) */
class="text-[#899521] bg-[#899521]"
/* SCSS */
$brand: #899521;
/* SwiftUI */
Color(red: 0.537, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#899521")Accessibility — WCAG contrast
Aa
#899521 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#899521 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green58.4%
Blue12.9%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow77.9%
Key (black)41.6%
Color previews
#899521 text on a black background
contrast 6.38:1
Card sample
#899521 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899521;
Background color
Panel with #899521 background
background-color: #899521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899521; background: linear-gradient(135deg, #899521, #3C9521);