#989727
a dark, vivid yellow · cool · closest name: olive
RGB
152, 151, 39
HSL
60°, 59%, 38%
CMYK
0, 1, 74, 40
Luminance
0.2896
Every format
| HEX | #989727 |
| RGB | rgb(152, 151, 39) |
| HSL | hsl(60, 59%, 38%) |
| CMYK | cmyk(0%, 1%, 74%, 40%) |
| LAB | lab(60.7 -13.1 55.3) |
| LCH | lch(60.7 56.8 103.3) |
| OKLCH | oklch(0.657 0.129 109.0) |
Copy-ready code
/* CSS */
color: #989727;
background-color: #989727;
/* Tailwind (arbitrary) */
class="text-[#989727] bg-[#989727]"
/* SCSS */
$brand: #989727;
/* SwiftUI */
Color(red: 0.596, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#989727")Accessibility — WCAG contrast
Aa
#989727 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#989727 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green59.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta0.7%
Yellow74.3%
Key (black)40.4%
Color previews
#989727 text on a black background
contrast 6.79:1
Card sample
#989727 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #989727;
Background color
Panel with #989727 background
background-color: #989727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #989727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #989727; background: linear-gradient(135deg, #989727, #4E9827);