#979310
a dark, electric yellow · cool · closest name: olive
RGB
151, 147, 16
HSL
58°, 81%, 33%
CMYK
0, 3, 89, 41
Luminance
0.2748
Every format
| HEX | #979310 |
| RGB | rgb(151, 147, 16) |
| HSL | hsl(58, 81%, 33%) |
| CMYK | cmyk(0%, 3%, 89%, 41%) |
| LAB | lab(59.4 -12.2 60.5) |
| LCH | lch(59.4 61.8 101.4) |
| OKLCH | oklch(0.646 0.135 107.7) |
Copy-ready code
/* CSS */
color: #979310;
background-color: #979310;
/* Tailwind (arbitrary) */
class="text-[#979310] bg-[#979310]"
/* SCSS */
$brand: #979310;
/* SwiftUI */
Color(red: 0.592, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#979310")Accessibility — WCAG contrast
Aa
#979310 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#979310 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green57.6%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow89.4%
Key (black)40.8%
Color previews
#979310 text on a black background
contrast 6.50:1
Card sample
#979310 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #979310;
Background color
Panel with #979310 background
background-color: #979310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #979310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #979310; background: linear-gradient(135deg, #979310, #419710);