#897f43
a dark, soft yellow · cool · closest name: olive
RGB
137, 127, 67
HSL
51°, 34%, 40%
CMYK
0, 7, 51, 46
Luminance
0.2090
Every format
| HEX | #897f43 |
| RGB | rgb(137, 127, 67) |
| HSL | hsl(51, 34%, 40%) |
| CMYK | cmyk(0%, 7%, 51%, 46%) |
| LAB | lab(52.8 -4.8 33.7) |
| LCH | lch(52.8 34.1 98.1) |
| OKLCH | oklch(0.592 0.082 100.0) |
Copy-ready code
/* CSS */
color: #897f43;
background-color: #897f43;
/* Tailwind (arbitrary) */
class="text-[#897f43] bg-[#897f43]"
/* SCSS */
$brand: #897f43;
/* SwiftUI */
Color(red: 0.537, green: 0.498, blue: 0.263)
/* Android */
Color.parseColor("#897f43")Accessibility — WCAG contrast
Aa
#897f43 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897f43 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.8%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow51.1%
Key (black)46.3%
Color previews
#897f43 text on a black background
contrast 5.18:1
Card sample
#897f43 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897f43;
Background color
Panel with #897f43 background
background-color: #897f43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897f43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 127, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 127, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897f43; background: linear-gradient(135deg, #897f43, #648943);