#987921
a dark, vivid yellow · warm · closest name: olive
RGB
152, 121, 33
HSL
44°, 64%, 36%
CMYK
0, 20, 78, 40
Luminance
0.2046
Every format
| HEX | #987921 |
| RGB | rgb(152, 121, 33) |
| HSL | hsl(44, 64%, 36%) |
| CMYK | cmyk(0%, 20%, 78%, 40%) |
| LAB | lab(52.4 3.1 49.6) |
| LCH | lch(52.4 49.7 86.5) |
| OKLCH | oklch(0.590 0.108 88.3) |
Copy-ready code
/* CSS */
color: #987921;
background-color: #987921;
/* Tailwind (arbitrary) */
class="text-[#987921] bg-[#987921]"
/* SCSS */
$brand: #987921;
/* SwiftUI */
Color(red: 0.596, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#987921")Accessibility — WCAG contrast
Aa
#987921 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987921 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow78.3%
Key (black)40.4%
Color previews
#987921 text on a black background
contrast 5.09:1
Card sample
#987921 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987921;
Background color
Panel with #987921 background
background-color: #987921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987921; background: linear-gradient(135deg, #987921, #689821);