#897a21
a dark, vivid yellow · cool · closest name: olive
RGB
137, 122, 33
HSL
51°, 61%, 33%
CMYK
0, 11, 76, 46
Luminance
0.1935
Every format
| HEX | #897a21 |
| RGB | rgb(137, 122, 33) |
| HSL | hsl(51, 61%, 33%) |
| CMYK | cmyk(0%, 11%, 76%, 46%) |
| LAB | lab(51.1 -4.5 47.8) |
| LCH | lch(51.1 48.0 95.3) |
| OKLCH | oklch(0.577 0.107 99.3) |
Copy-ready code
/* CSS */
color: #897a21;
background-color: #897a21;
/* Tailwind (arbitrary) */
class="text-[#897a21] bg-[#897a21]"
/* SCSS */
$brand: #897a21;
/* SwiftUI */
Color(red: 0.537, green: 0.478, blue: 0.129)
/* Android */
Color.parseColor("#897a21")Accessibility — WCAG contrast
Aa
#897a21 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897a21 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green47.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow75.9%
Key (black)46.3%
Color previews
#897a21 text on a black background
contrast 4.87:1
Card sample
#897a21 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897a21;
Background color
Panel with #897a21 background
background-color: #897a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 122, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 122, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897a21; background: linear-gradient(135deg, #897a21, #538921);