#978c2b
a dark, vivid yellow · cool · closest name: olive
RGB
151, 140, 43
HSL
54°, 56%, 38%
CMYK
0, 7, 72, 41
Luminance
0.2551
Every format
| HEX | #978c2b |
| RGB | rgb(151, 140, 43) |
| HSL | hsl(54, 56%, 38%) |
| CMYK | cmyk(0%, 7%, 72%, 41%) |
| LAB | lab(57.6 -7.5 50.6) |
| LCH | lch(57.6 51.2 98.4) |
| OKLCH | oklch(0.632 0.116 102.7) |
Copy-ready code
/* CSS */
color: #978c2b;
background-color: #978c2b;
/* Tailwind (arbitrary) */
class="text-[#978c2b] bg-[#978c2b]"
/* SCSS */
$brand: #978c2b;
/* SwiftUI */
Color(red: 0.592, green: 0.549, blue: 0.169)
/* Android */
Color.parseColor("#978c2b")Accessibility — WCAG contrast
Aa
#978c2b on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#978c2b on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green54.9%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow71.5%
Key (black)40.8%
Color previews
#978c2b text on a black background
contrast 6.10:1
Card sample
#978c2b text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #978c2b;
Background color
Panel with #978c2b background
background-color: #978c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #978c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 140, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 140, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #978c2b; background: linear-gradient(135deg, #978c2b, #5A972B);