#97740c
a dark, electric yellow · warm · closest name: olive
RGB
151, 116, 12
HSL
45°, 85%, 32%
CMYK
0, 23, 92, 41
Luminance
0.1910
Every format
| HEX | #97740c |
| RGB | rgb(151, 116, 12) |
| HSL | hsl(45, 85%, 32%) |
| CMYK | cmyk(0%, 23%, 92%, 41%) |
| LAB | lab(50.8 4.8 54.6) |
| LCH | lch(50.8 54.8 85.0) |
| OKLCH | oklch(0.578 0.115 86.8) |
Copy-ready code
/* CSS */
color: #97740c;
background-color: #97740c;
/* Tailwind (arbitrary) */
class="text-[#97740c] bg-[#97740c]"
/* SCSS */
$brand: #97740c;
/* SwiftUI */
Color(red: 0.592, green: 0.455, blue: 0.047)
/* Android */
Color.parseColor("#97740c")Accessibility — WCAG contrast
Aa
#97740c on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#97740c on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green45.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow92.1%
Key (black)40.8%
Color previews
#97740c text on a black background
contrast 4.82:1
Card sample
#97740c text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97740c;
Background color
Panel with #97740c background
background-color: #97740c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97740c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 116, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 116, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97740c; background: linear-gradient(135deg, #97740c, #5D970C);