#987c21
a dark, vivid yellow · cool · closest name: olive
RGB
152, 124, 33
HSL
46°, 64%, 36%
CMYK
0, 18, 78, 40
Luminance
0.2120
Every format
| HEX | #987c21 |
| RGB | rgb(152, 124, 33) |
| HSL | hsl(46, 64%, 36%) |
| CMYK | cmyk(0%, 18%, 78%, 40%) |
| LAB | lab(53.2 1.4 50.3) |
| LCH | lch(53.2 50.4 88.4) |
| OKLCH | oklch(0.597 0.110 90.8) |
Copy-ready code
/* CSS */
color: #987c21;
background-color: #987c21;
/* Tailwind (arbitrary) */
class="text-[#987c21] bg-[#987c21]"
/* SCSS */
$brand: #987c21;
/* SwiftUI */
Color(red: 0.596, green: 0.486, blue: 0.129)
/* Android */
Color.parseColor("#987c21")Accessibility — WCAG contrast
Aa
#987c21 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987c21 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green48.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow78.3%
Key (black)40.4%
Color previews
#987c21 text on a black background
contrast 5.24:1
Card sample
#987c21 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987c21;
Background color
Panel with #987c21 background
background-color: #987c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 124, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 124, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987c21; background: linear-gradient(135deg, #987c21, #659821);