#977c01
a dark, electric yellow · cool · closest name: olive
RGB
151, 124, 1
HSL
49°, 99%, 30%
CMYK
0, 18, 99, 41
Luminance
0.2100
Every format
| HEX | #977c01 |
| RGB | rgb(151, 124, 1) |
| HSL | hsl(49, 99%, 30%) |
| CMYK | cmyk(0%, 18%, 99%, 41%) |
| LAB | lab(53.0 0.1 58.3) |
| LCH | lch(53.0 58.3 89.9) |
| OKLCH | oklch(0.595 0.122 93.5) |
Copy-ready code
/* CSS */
color: #977c01;
background-color: #977c01;
/* Tailwind (arbitrary) */
class="text-[#977c01] bg-[#977c01]"
/* SCSS */
$brand: #977c01;
/* SwiftUI */
Color(red: 0.592, green: 0.486, blue: 0.004)
/* Android */
Color.parseColor("#977c01")Accessibility — WCAG contrast
Aa
#977c01 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#977c01 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green48.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow99.3%
Key (black)40.8%
Color previews
#977c01 text on a black background
contrast 5.20:1
Card sample
#977c01 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #977c01;
Background color
Panel with #977c01 background
background-color: #977c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #977c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 124, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 124, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #977c01; background: linear-gradient(135deg, #977c01, #4E9701);