#987c13
a dark, electric yellow · cool · closest name: olive
RGB
152, 124, 19
HSL
47°, 78%, 34%
CMYK
0, 18, 88, 40
Luminance
0.2114
Every format
| HEX | #987c13 |
| RGB | rgb(152, 124, 19) |
| HSL | hsl(47, 78%, 34%) |
| CMYK | cmyk(0%, 18%, 88%, 40%) |
| LAB | lab(53.1 0.9 54.8) |
| LCH | lch(53.1 54.8 89.1) |
| OKLCH | oklch(0.596 0.117 92.1) |
Copy-ready code
/* CSS */
color: #987c13;
background-color: #987c13;
/* Tailwind (arbitrary) */
class="text-[#987c13] bg-[#987c13]"
/* SCSS */
$brand: #987c13;
/* SwiftUI */
Color(red: 0.596, green: 0.486, blue: 0.075)
/* Android */
Color.parseColor("#987c13")Accessibility — WCAG contrast
Aa
#987c13 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987c13 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green48.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow87.5%
Key (black)40.4%
Color previews
#987c13 text on a black background
contrast 5.23:1
Card sample
#987c13 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987c13;
Background color
Panel with #987c13 background
background-color: #987c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 124, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 124, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987c13; background: linear-gradient(135deg, #987c13, #5B9813);