#80970c
a dark, electric yellow · cool · closest name: olivedrab
RGB
128, 151, 12
HSL
70°, 85%, 32%
CMYK
15, 0, 92, 41
Luminance
0.2675
Every format
| HEX | #80970c |
| RGB | rgb(128, 151, 12) |
| HSL | hsl(70, 85%, 32%) |
| CMYK | cmyk(15%, 0%, 92%, 41%) |
| LAB | lab(58.7 -24.6 60.0) |
| LCH | lch(58.7 64.8 112.3) |
| OKLCH | oklch(0.636 0.148 120.0) |
Copy-ready code
/* CSS */
color: #80970c;
background-color: #80970c;
/* Tailwind (arbitrary) */
class="text-[#80970c] bg-[#80970c]"
/* SCSS */
$brand: #80970c;
/* SwiftUI */
Color(red: 0.502, green: 0.592, blue: 0.047)
/* Android */
Color.parseColor("#80970c")Accessibility — WCAG contrast
Aa
#80970c on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80970c on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green59.2%
Blue4.7%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow92.1%
Key (black)40.8%
Color previews
#80970c text on a black background
contrast 6.35:1
Card sample
#80970c text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80970c;
Background color
Panel with #80970c background
background-color: #80970c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80970c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 151, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 151, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80970c; background: linear-gradient(135deg, #80970c, #23970C);