#978a0d
a dark, electric yellow · cool · closest name: olive
RGB
151, 138, 13
HSL
54°, 84%, 32%
CMYK
0, 9, 91, 41
Luminance
0.2479
Every format
| HEX | #978a0d |
| RGB | rgb(151, 138, 13) |
| HSL | hsl(54, 84%, 32%) |
| CMYK | cmyk(0%, 9%, 91%, 41%) |
| LAB | lab(56.9 -7.4 59.1) |
| LCH | lch(56.9 59.6 97.2) |
| OKLCH | oklch(0.626 0.128 102.6) |
Copy-ready code
/* CSS */
color: #978a0d;
background-color: #978a0d;
/* Tailwind (arbitrary) */
class="text-[#978a0d] bg-[#978a0d]"
/* SCSS */
$brand: #978a0d;
/* SwiftUI */
Color(red: 0.592, green: 0.541, blue: 0.051)
/* Android */
Color.parseColor("#978a0d")Accessibility — WCAG contrast
Aa
#978a0d on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#978a0d on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green54.1%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow91.4%
Key (black)40.8%
Color previews
#978a0d text on a black background
contrast 5.96:1
Card sample
#978a0d text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #978a0d;
Background color
Panel with #978a0d background
background-color: #978a0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #978a0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 138, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 138, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #978a0d; background: linear-gradient(135deg, #978a0d, #48970D);