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