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