#808913
a dark, electric yellow · cool · closest name: olive
RGB
128, 137, 19
HSL
65°, 76%, 31%
CMYK
7, 0, 86, 46
Luminance
0.2253
Every format
| HEX | #808913 |
| RGB | rgb(128, 137, 19) |
| HSL | hsl(65, 76%, 31%) |
| CMYK | cmyk(7%, 0%, 86%, 46%) |
| LAB | lab(54.6 -17.3 55.1) |
| LCH | lch(54.6 57.8 107.4) |
| OKLCH | oklch(0.603 0.130 114.4) |
Copy-ready code
/* CSS */
color: #808913;
background-color: #808913;
/* Tailwind (arbitrary) */
class="text-[#808913] bg-[#808913]"
/* SCSS */
$brand: #808913;
/* SwiftUI */
Color(red: 0.502, green: 0.537, blue: 0.075)
/* Android */
Color.parseColor("#808913")Accessibility — WCAG contrast
Aa
#808913 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#808913 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green53.7%
Blue7.5%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow86.1%
Key (black)46.3%
Color previews
#808913 text on a black background
contrast 5.51:1
Card sample
#808913 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #808913;
Background color
Panel with #808913 background
background-color: #808913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #808913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 137, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 137, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #808913; background: linear-gradient(135deg, #808913, #318913);