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