#978310
a dark, electric yellow · cool · closest name: olive
RGB
151, 131, 16
HSL
51°, 81%, 33%
CMYK
0, 13, 89, 41
Luminance
0.2285
Every format
| HEX | #978310 |
| RGB | rgb(151, 131, 16) |
| HSL | hsl(51, 81%, 33%) |
| CMYK | cmyk(0%, 13%, 89%, 41%) |
| LAB | lab(54.9 -3.5 56.9) |
| LCH | lch(54.9 57.0 93.6) |
| OKLCH | oklch(0.610 0.122 98.0) |
Copy-ready code
/* CSS */
color: #978310;
background-color: #978310;
/* Tailwind (arbitrary) */
class="text-[#978310] bg-[#978310]"
/* SCSS */
$brand: #978310;
/* SwiftUI */
Color(red: 0.592, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#978310")Accessibility — WCAG contrast
Aa
#978310 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#978310 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green51.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow89.4%
Key (black)40.8%
Color previews
#978310 text on a black background
contrast 5.57:1
Card sample
#978310 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #978310;
Background color
Panel with #978310 background
background-color: #978310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #978310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #978310; background: linear-gradient(135deg, #978310, #519710);