#897821
a dark, vivid yellow · cool · closest name: olive
RGB
137, 120, 33
HSL
50°, 61%, 33%
CMYK
0, 12, 76, 46
Luminance
0.1886
Every format
| HEX | #897821 |
| RGB | rgb(137, 120, 33) |
| HSL | hsl(50, 61%, 33%) |
| CMYK | cmyk(0%, 12%, 76%, 46%) |
| LAB | lab(50.5 -3.3 47.3) |
| LCH | lch(50.5 47.4 94.0) |
| OKLCH | oklch(0.572 0.105 97.7) |
Copy-ready code
/* CSS */
color: #897821;
background-color: #897821;
/* Tailwind (arbitrary) */
class="text-[#897821] bg-[#897821]"
/* SCSS */
$brand: #897821;
/* SwiftUI */
Color(red: 0.537, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#897821")Accessibility — WCAG contrast
Aa
#897821 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897821 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow75.9%
Key (black)46.3%
Color previews
#897821 text on a black background
contrast 4.77:1
Card sample
#897821 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897821;
Background color
Panel with #897821 background
background-color: #897821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897821; background: linear-gradient(135deg, #897821, #558921);