#979110
a dark, electric yellow · cool · closest name: olive
RGB
151, 145, 16
HSL
57°, 81%, 33%
CMYK
0, 4, 89, 41
Luminance
0.2687
Every format
| HEX | #979110 |
| RGB | rgb(151, 145, 16) |
| HSL | hsl(57, 81%, 33%) |
| CMYK | cmyk(0%, 4%, 89%, 41%) |
| LAB | lab(58.9 -11.1 60.1) |
| LCH | lch(58.9 61.1 100.5) |
| OKLCH | oklch(0.641 0.134 106.6) |
Copy-ready code
/* CSS */
color: #979110;
background-color: #979110;
/* Tailwind (arbitrary) */
class="text-[#979110] bg-[#979110]"
/* SCSS */
$brand: #979110;
/* SwiftUI */
Color(red: 0.592, green: 0.569, blue: 0.063)
/* Android */
Color.parseColor("#979110")Accessibility — WCAG contrast
Aa
#979110 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#979110 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green56.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow89.4%
Key (black)40.8%
Color previews
#979110 text on a black background
contrast 6.37:1
Card sample
#979110 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #979110;
Background color
Panel with #979110 background
background-color: #979110;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #979110;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 145, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 145, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #979110; background: linear-gradient(135deg, #979110, #439710);