#978021
a dark, vivid yellow · cool · closest name: olive
RGB
151, 128, 33
HSL
48°, 64%, 36%
CMYK
0, 15, 78, 41
Luminance
0.2213
Every format
| HEX | #978021 |
| RGB | rgb(151, 128, 33) |
| HSL | hsl(48, 64%, 36%) |
| CMYK | cmyk(0%, 15%, 78%, 41%) |
| LAB | lab(54.2 -1.3 51.2) |
| LCH | lch(54.2 51.3 91.5) |
| OKLCH | oklch(0.605 0.112 94.7) |
Copy-ready code
/* CSS */
color: #978021;
background-color: #978021;
/* Tailwind (arbitrary) */
class="text-[#978021] bg-[#978021]"
/* SCSS */
$brand: #978021;
/* SwiftUI */
Color(red: 0.592, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#978021")Accessibility — WCAG contrast
Aa
#978021 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#978021 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow78.1%
Key (black)40.8%
Color previews
#978021 text on a black background
contrast 5.43:1
Card sample
#978021 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #978021;
Background color
Panel with #978021 background
background-color: #978021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #978021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #978021; background: linear-gradient(135deg, #978021, #5F9721);