#978c13
a dark, electric yellow · cool · closest name: olive
RGB
151, 140, 19
HSL
55°, 78%, 33%
CMYK
0, 7, 87, 41
Luminance
0.2538
Every format
| HEX | #978c13 |
| RGB | rgb(151, 140, 19) |
| HSL | hsl(55, 78%, 33%) |
| CMYK | cmyk(0%, 7%, 87%, 41%) |
| LAB | lab(57.5 -8.4 58.3) |
| LCH | lch(57.5 58.9 98.2) |
| OKLCH | oklch(0.630 0.128 103.7) |
Copy-ready code
/* CSS */
color: #978c13;
background-color: #978c13;
/* Tailwind (arbitrary) */
class="text-[#978c13] bg-[#978c13]"
/* SCSS */
$brand: #978c13;
/* SwiftUI */
Color(red: 0.592, green: 0.549, blue: 0.075)
/* Android */
Color.parseColor("#978c13")Accessibility — WCAG contrast
Aa
#978c13 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#978c13 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green54.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow87.4%
Key (black)40.8%
Color previews
#978c13 text on a black background
contrast 6.08:1
Card sample
#978c13 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #978c13;
Background color
Panel with #978c13 background
background-color: #978c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #978c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 140, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 140, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #978c13; background: linear-gradient(135deg, #978c13, #4A9713);