#8f981c
a dark, vivid yellow · cool · closest name: olive
RGB
143, 152, 28
HSL
64°, 69%, 35%
CMYK
6, 0, 82, 40
Luminance
0.2838
Every format
| HEX | #8f981c |
| RGB | rgb(143, 152, 28) |
| HSL | hsl(64, 69%, 35%) |
| CMYK | cmyk(6%, 0%, 82%, 40%) |
| LAB | lab(60.2 -18.1 58.1) |
| LCH | lch(60.2 60.8 107.3) |
| OKLCH | oklch(0.651 0.138 114.0) |
Copy-ready code
/* CSS */
color: #8f981c;
background-color: #8f981c;
/* Tailwind (arbitrary) */
class="text-[#8f981c] bg-[#8f981c]"
/* SCSS */
$brand: #8f981c;
/* SwiftUI */
Color(red: 0.561, green: 0.596, blue: 0.110)
/* Android */
Color.parseColor("#8f981c")Accessibility — WCAG contrast
Aa
#8f981c on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f981c on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green59.6%
Blue11.0%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow81.6%
Key (black)40.4%
Color previews
#8f981c text on a black background
contrast 6.68:1
Card sample
#8f981c text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f981c;
Background color
Panel with #8f981c background
background-color: #8f981c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f981c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 152, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 152, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f981c; background: linear-gradient(135deg, #8f981c, #3C981C);