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