#897521
a dark, vivid yellow · cool · closest name: olive
RGB
137, 117, 33
HSL
49°, 61%, 33%
CMYK
0, 15, 76, 46
Luminance
0.1815
Every format
| HEX | #897521 |
| RGB | rgb(137, 117, 33) |
| HSL | hsl(49, 61%, 33%) |
| CMYK | cmyk(0%, 15%, 76%, 46%) |
| LAB | lab(49.7 -1.6 46.5) |
| LCH | lch(49.7 46.5 92.0) |
| OKLCH | oklch(0.566 0.103 95.2) |
Copy-ready code
/* CSS */
color: #897521;
background-color: #897521;
/* Tailwind (arbitrary) */
class="text-[#897521] bg-[#897521]"
/* SCSS */
$brand: #897521;
/* SwiftUI */
Color(red: 0.537, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#897521")Accessibility — WCAG contrast
Aa
#897521 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#897521 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow75.9%
Key (black)46.3%
Color previews
#897521 text on a black background
contrast 4.63:1
Card sample
#897521 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897521;
Background color
Panel with #897521 background
background-color: #897521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897521; background: linear-gradient(135deg, #897521, #588921);