#809113
a dark, electric yellow · cool · closest name: olive
RGB
128, 145, 19
HSL
68°, 77%, 32%
CMYK
12, 0, 87, 43
Luminance
0.2489
Every format
| HEX | #809113 |
| RGB | rgb(128, 145, 19) |
| HSL | hsl(68, 77%, 32%) |
| CMYK | cmyk(12%, 0%, 87%, 43%) |
| LAB | lab(57.0 -21.4 57.1) |
| LCH | lch(57.0 61.0 110.6) |
| OKLCH | oklch(0.622 0.139 117.9) |
Copy-ready code
/* CSS */
color: #809113;
background-color: #809113;
/* Tailwind (arbitrary) */
class="text-[#809113] bg-[#809113]"
/* SCSS */
$brand: #809113;
/* SwiftUI */
Color(red: 0.502, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#809113")Accessibility — WCAG contrast
Aa
#809113 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809113 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green56.9%
Blue7.5%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow86.9%
Key (black)43.1%
Color previews
#809113 text on a black background
contrast 5.98:1
Card sample
#809113 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809113;
Background color
Panel with #809113 background
background-color: #809113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809113; background: linear-gradient(135deg, #809113, #2C9113);