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