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