#89971f
a dark, vivid yellow · cool · closest name: olive
RGB
137, 151, 31
HSL
67°, 66%, 36%
CMYK
9, 0, 80, 41
Luminance
0.2755
Every format
| HEX | #89971f |
| RGB | rgb(137, 151, 31) |
| HSL | hsl(67, 66%, 36%) |
| CMYK | cmyk(9%, 0%, 80%, 41%) |
| LAB | lab(59.5 -20.1 56.3) |
| LCH | lch(59.5 59.8 109.6) |
| OKLCH | oklch(0.644 0.137 116.4) |
Copy-ready code
/* CSS */
color: #89971f;
background-color: #89971f;
/* Tailwind (arbitrary) */
class="text-[#89971f] bg-[#89971f]"
/* SCSS */
$brand: #89971f;
/* SwiftUI */
Color(red: 0.537, green: 0.592, blue: 0.122)
/* Android */
Color.parseColor("#89971f")Accessibility — WCAG contrast
Aa
#89971f on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#89971f on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green59.2%
Blue12.2%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow79.5%
Key (black)40.8%
Color previews
#89971f text on a black background
contrast 6.51:1
Card sample
#89971f text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89971f;
Background color
Panel with #89971f background
background-color: #89971f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89971f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 151, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 151, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89971f; background: linear-gradient(135deg, #89971f, #39971F);