#80940c
a dark, electric yellow · cool · closest name: olivedrab
RGB
128, 148, 12
HSL
69°, 85%, 31%
CMYK
14, 0, 92, 42
Luminance
0.2580
Every format
| HEX | #80940c |
| RGB | rgb(128, 148, 12) |
| HSL | hsl(69, 85%, 31%) |
| CMYK | cmyk(14%, 0%, 92%, 42%) |
| LAB | lab(57.8 -23.1 59.2) |
| LCH | lch(57.8 63.6 111.3) |
| OKLCH | oklch(0.629 0.145 119.0) |
Copy-ready code
/* CSS */
color: #80940c;
background-color: #80940c;
/* Tailwind (arbitrary) */
class="text-[#80940c] bg-[#80940c]"
/* SCSS */
$brand: #80940c;
/* SwiftUI */
Color(red: 0.502, green: 0.580, blue: 0.047)
/* Android */
Color.parseColor("#80940c")Accessibility — WCAG contrast
Aa
#80940c on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80940c on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green58.0%
Blue4.7%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow91.9%
Key (black)42.0%
Color previews
#80940c text on a black background
contrast 6.16:1
Card sample
#80940c text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80940c;
Background color
Panel with #80940c background
background-color: #80940c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80940c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 148, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 148, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80940c; background: linear-gradient(135deg, #80940c, #25940C);