#80903f
a dark, soft green · cool · closest name: olivedrab
RGB
128, 144, 63
HSL
72°, 39%, 41%
CMYK
11, 0, 56, 44
Luminance
0.2489
Every format
| HEX | #80903f |
| RGB | rgb(128, 144, 63) |
| HSL | hsl(72, 39%, 41%) |
| CMYK | cmyk(11%, 0%, 56%, 44%) |
| LAB | lab(57.0 -18.3 40.5) |
| LCH | lch(57.0 44.4 114.3) |
| OKLCH | oklch(0.623 0.108 119.0) |
Copy-ready code
/* CSS */
color: #80903f;
background-color: #80903f;
/* Tailwind (arbitrary) */
class="text-[#80903f] bg-[#80903f]"
/* SCSS */
$brand: #80903f;
/* SwiftUI */
Color(red: 0.502, green: 0.565, blue: 0.247)
/* Android */
Color.parseColor("#80903f")Accessibility — WCAG contrast
Aa
#80903f on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80903f on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green56.5%
Blue24.7%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow56.3%
Key (black)43.5%
Color previews
#80903f text on a black background
contrast 5.98:1
Card sample
#80903f text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80903f;
Background color
Panel with #80903f background
background-color: #80903f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80903f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 144, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 144, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80903f; background: linear-gradient(135deg, #80903f, #4A903F);