#977310
a dark, electric yellow · warm · closest name: olive
RGB
151, 115, 16
HSL
44°, 81%, 33%
CMYK
0, 24, 89, 41
Luminance
0.1888
Every format
| HEX | #977310 |
| RGB | rgb(151, 115, 16) |
| HSL | hsl(44, 81%, 33%) |
| CMYK | cmyk(0%, 24%, 89%, 41%) |
| LAB | lab(50.5 5.5 53.4) |
| LCH | lch(50.5 53.7 84.2) |
| OKLCH | oklch(0.576 0.113 85.7) |
Copy-ready code
/* CSS */
color: #977310;
background-color: #977310;
/* Tailwind (arbitrary) */
class="text-[#977310] bg-[#977310]"
/* SCSS */
$brand: #977310;
/* SwiftUI */
Color(red: 0.592, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#977310")Accessibility — WCAG contrast
Aa
#977310 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#977310 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green45.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow89.4%
Key (black)40.8%
Color previews
#977310 text on a black background
contrast 4.78:1
Card sample
#977310 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #977310;
Background color
Panel with #977310 background
background-color: #977310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #977310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #977310; background: linear-gradient(135deg, #977310, #619710);