#977607
a dark, electric yellow · cool · closest name: olive
RGB
151, 118, 7
HSL
46°, 91%, 31%
CMYK
0, 22, 95, 41
Luminance
0.1955
Every format
| HEX | #977607 |
| RGB | rgb(151, 118, 7) |
| HSL | hsl(46, 91%, 31%) |
| CMYK | cmyk(0%, 22%, 95%, 41%) |
| LAB | lab(51.3 3.6 56.0) |
| LCH | lch(51.3 56.1 86.3) |
| OKLCH | oklch(0.582 0.117 88.7) |
Copy-ready code
/* CSS */
color: #977607;
background-color: #977607;
/* Tailwind (arbitrary) */
class="text-[#977607] bg-[#977607]"
/* SCSS */
$brand: #977607;
/* SwiftUI */
Color(red: 0.592, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#977607")Accessibility — WCAG contrast
Aa
#977607 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#977607 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow95.4%
Key (black)40.8%
Color previews
#977607 text on a black background
contrast 4.91:1
Card sample
#977607 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #977607;
Background color
Panel with #977607 background
background-color: #977607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #977607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #977607; background: linear-gradient(135deg, #977607, #589707);