#809c3f
a dark, soft green · cool · closest name: olivedrab
RGB
128, 156, 63
HSL
78°, 43%, 43%
CMYK
18, 0, 60, 39
Luminance
0.2873
Every format
| HEX | #809c3f |
| RGB | rgb(128, 156, 63) |
| HSL | hsl(78, 43%, 43%) |
| CMYK | cmyk(18%, 0%, 60%, 39%) |
| LAB | lab(60.5 -24.4 44.5) |
| LCH | lch(60.5 50.7 118.7) |
| OKLCH | oklch(0.651 0.124 123.9) |
Copy-ready code
/* CSS */
color: #809c3f;
background-color: #809c3f;
/* Tailwind (arbitrary) */
class="text-[#809c3f] bg-[#809c3f]"
/* SCSS */
$brand: #809c3f;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 0.247)
/* Android */
Color.parseColor("#809c3f")Accessibility — WCAG contrast
Aa
#809c3f on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809c3f on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue24.7%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow59.6%
Key (black)38.8%
Color previews
#809c3f text on a black background
contrast 6.75:1
Card sample
#809c3f text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809c3f;
Background color
Panel with #809c3f background
background-color: #809c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809c3f; background: linear-gradient(135deg, #809c3f, #429C3F);