#809014
a dark, electric yellow · cool · closest name: olive
RGB
128, 144, 20
HSL
68°, 76%, 32%
CMYK
11, 0, 86, 44
Luminance
0.2459
Every format
| HEX | #809014 |
| RGB | rgb(128, 144, 20) |
| HSL | hsl(68, 76%, 32%) |
| CMYK | cmyk(11%, 0%, 86%, 44%) |
| LAB | lab(56.7 -20.9 56.6) |
| LCH | lch(56.7 60.4 110.2) |
| OKLCH | oklch(0.619 0.138 117.5) |
Copy-ready code
/* CSS */
color: #809014;
background-color: #809014;
/* Tailwind (arbitrary) */
class="text-[#809014] bg-[#809014]"
/* SCSS */
$brand: #809014;
/* SwiftUI */
Color(red: 0.502, green: 0.565, blue: 0.078)
/* Android */
Color.parseColor("#809014")Accessibility — WCAG contrast
Aa
#809014 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809014 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green56.5%
Blue7.8%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow86.1%
Key (black)43.5%
Color previews
#809014 text on a black background
contrast 5.92:1
Card sample
#809014 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809014;
Background color
Panel with #809014 background
background-color: #809014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 144, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 144, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809014; background: linear-gradient(135deg, #809014, #2D9014);