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