#809136
a dark, vivid green · cool · closest name: olivedrab
RGB
128, 145, 54
HSL
71°, 46%, 39%
CMYK
12, 0, 63, 43
Luminance
0.2511
Every format
| HEX | #809136 |
| RGB | rgb(128, 145, 54) |
| HSL | hsl(71, 46%, 39%) |
| CMYK | cmyk(12%, 0%, 63%, 43%) |
| LAB | lab(57.2 -19.6 44.9) |
| LCH | lch(57.2 49.0 113.5) |
| OKLCH | oklch(0.624 0.118 118.9) |
Copy-ready code
/* CSS */
color: #809136;
background-color: #809136;
/* Tailwind (arbitrary) */
class="text-[#809136] bg-[#809136]"
/* SCSS */
$brand: #809136;
/* SwiftUI */
Color(red: 0.502, green: 0.569, blue: 0.212)
/* Android */
Color.parseColor("#809136")Accessibility — WCAG contrast
Aa
#809136 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809136 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green56.9%
Blue21.2%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow62.8%
Key (black)43.1%
Color previews
#809136 text on a black background
contrast 6.02:1
Card sample
#809136 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809136;
Background color
Panel with #809136 background
background-color: #809136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 145, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 145, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809136; background: linear-gradient(135deg, #809136, #439136);