#988e21
a dark, vivid yellow · cool · closest name: olive
RGB
152, 142, 33
HSL
55°, 64%, 36%
CMYK
0, 7, 78, 40
Luminance
0.2613
Every format
| HEX | #988e21 |
| RGB | rgb(152, 142, 33) |
| HSL | hsl(55, 64%, 36%) |
| CMYK | cmyk(0%, 7%, 78%, 40%) |
| LAB | lab(58.2 -8.6 55.0) |
| LCH | lch(58.2 55.6 98.8) |
| OKLCH | oklch(0.636 0.123 103.9) |
Copy-ready code
/* CSS */
color: #988e21;
background-color: #988e21;
/* Tailwind (arbitrary) */
class="text-[#988e21] bg-[#988e21]"
/* SCSS */
$brand: #988e21;
/* SwiftUI */
Color(red: 0.596, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#988e21")Accessibility — WCAG contrast
Aa
#988e21 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#988e21 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow78.3%
Key (black)40.4%
Color previews
#988e21 text on a black background
contrast 6.23:1
Card sample
#988e21 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #988e21;
Background color
Panel with #988e21 background
background-color: #988e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #988e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #988e21; background: linear-gradient(135deg, #988e21, #539821);