#80980c
a dark, electric green · cool · closest name: olivedrab
RGB
128, 152, 12
HSL
70°, 85%, 32%
CMYK
16, 0, 92, 40
Luminance
0.2707
Every format
| HEX | #80980c |
| RGB | rgb(128, 152, 12) |
| HSL | hsl(70, 85%, 32%) |
| CMYK | cmyk(16%, 0%, 92%, 40%) |
| LAB | lab(59.0 -25.1 60.2) |
| LCH | lch(59.0 65.2 112.6) |
| OKLCH | oklch(0.638 0.149 120.4) |
Copy-ready code
/* CSS */
color: #80980c;
background-color: #80980c;
/* Tailwind (arbitrary) */
class="text-[#80980c] bg-[#80980c]"
/* SCSS */
$brand: #80980c;
/* SwiftUI */
Color(red: 0.502, green: 0.596, blue: 0.047)
/* Android */
Color.parseColor("#80980c")Accessibility — WCAG contrast
Aa
#80980c on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80980c on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green59.6%
Blue4.7%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow92.1%
Key (black)40.4%
Color previews
#80980c text on a black background
contrast 6.41:1
Card sample
#80980c text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80980c;
Background color
Panel with #80980c background
background-color: #80980c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80980c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 152, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 152, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80980c; background: linear-gradient(135deg, #80980c, #23980C);