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