#978607
a dark, electric yellow · cool · closest name: olive
RGB
151, 134, 7
HSL
53°, 91%, 31%
CMYK
0, 11, 95, 41
Luminance
0.2364
Every format
| HEX | #978607 |
| RGB | rgb(151, 134, 7) |
| HSL | hsl(53, 91%, 31%) |
| CMYK | cmyk(0%, 11%, 95%, 41%) |
| LAB | lab(55.7 -5.4 59.2) |
| LCH | lch(55.7 59.5 95.2) |
| OKLCH | oklch(0.617 0.127 100.2) |
Copy-ready code
/* CSS */
color: #978607;
background-color: #978607;
/* Tailwind (arbitrary) */
class="text-[#978607] bg-[#978607]"
/* SCSS */
$brand: #978607;
/* SwiftUI */
Color(red: 0.592, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#978607")Accessibility — WCAG contrast
Aa
#978607 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#978607 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow95.4%
Key (black)40.8%
Color previews
#978607 text on a black background
contrast 5.73:1
Card sample
#978607 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #978607;
Background color
Panel with #978607 background
background-color: #978607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #978607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #978607; background: linear-gradient(135deg, #978607, #489707);