#97800c
a dark, electric yellow · cool · closest name: olive
RGB
151, 128, 12
HSL
50°, 85%, 32%
CMYK
0, 15, 92, 41
Luminance
0.2204
Every format
| HEX | #97800c |
| RGB | rgb(151, 128, 12) |
| HSL | hsl(50, 85%, 32%) |
| CMYK | cmyk(0%, 15%, 92%, 41%) |
| LAB | lab(54.1 -2.0 57.1) |
| LCH | lch(54.1 57.1 92.0) |
| OKLCH | oklch(0.604 0.121 96.0) |
Copy-ready code
/* CSS */
color: #97800c;
background-color: #97800c;
/* Tailwind (arbitrary) */
class="text-[#97800c] bg-[#97800c]"
/* SCSS */
$brand: #97800c;
/* SwiftUI */
Color(red: 0.592, green: 0.502, blue: 0.047)
/* Android */
Color.parseColor("#97800c")Accessibility — WCAG contrast
Aa
#97800c on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#97800c on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green50.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow92.1%
Key (black)40.8%
Color previews
#97800c text on a black background
contrast 5.41:1
Card sample
#97800c text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97800c;
Background color
Panel with #97800c background
background-color: #97800c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97800c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 128, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 128, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97800c; background: linear-gradient(135deg, #97800c, #51970C);