#977513
a dark, electric yellow · warm · closest name: olive
RGB
151, 117, 19
HSL
45°, 78%, 33%
CMYK
0, 23, 87, 41
Luminance
0.1935
Every format
| HEX | #977513 |
| RGB | rgb(151, 117, 19) |
| HSL | hsl(45, 78%, 33%) |
| CMYK | cmyk(0%, 23%, 87%, 41%) |
| LAB | lab(51.1 4.4 53.1) |
| LCH | lch(51.1 53.3 85.3) |
| OKLCH | oklch(0.580 0.113 87.1) |
Copy-ready code
/* CSS */
color: #977513;
background-color: #977513;
/* Tailwind (arbitrary) */
class="text-[#977513] bg-[#977513]"
/* SCSS */
$brand: #977513;
/* SwiftUI */
Color(red: 0.592, green: 0.459, blue: 0.075)
/* Android */
Color.parseColor("#977513")Accessibility — WCAG contrast
Aa
#977513 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#977513 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green45.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow87.4%
Key (black)40.8%
Color previews
#977513 text on a black background
contrast 4.87:1
Card sample
#977513 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #977513;
Background color
Panel with #977513 background
background-color: #977513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #977513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 117, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 117, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #977513; background: linear-gradient(135deg, #977513, #619713);