#988021
a dark, vivid yellow · cool · closest name: olive
RGB
152, 128, 33
HSL
48°, 64%, 36%
CMYK
0, 16, 78, 40
Luminance
0.2222
Every format
| HEX | #988021 |
| RGB | rgb(152, 128, 33) |
| HSL | hsl(48, 64%, 36%) |
| CMYK | cmyk(0%, 16%, 78%, 40%) |
| LAB | lab(54.3 -0.9 51.4) |
| LCH | lch(54.3 51.4 91.0) |
| OKLCH | oklch(0.606 0.113 94.1) |
Copy-ready code
/* CSS */
color: #988021;
background-color: #988021;
/* Tailwind (arbitrary) */
class="text-[#988021] bg-[#988021]"
/* SCSS */
$brand: #988021;
/* SwiftUI */
Color(red: 0.596, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#988021")Accessibility — WCAG contrast
Aa
#988021 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#988021 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow78.3%
Key (black)40.4%
Color previews
#988021 text on a black background
contrast 5.44:1
Card sample
#988021 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #988021;
Background color
Panel with #988021 background
background-color: #988021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #988021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #988021; background: linear-gradient(135deg, #988021, #619821);