#80923a
a dark, soft green · cool · closest name: olivedrab
RGB
128, 146, 58
HSL
72°, 43%, 40%
CMYK
12, 0, 60, 43
Luminance
0.2545
Every format
| HEX | #80923a |
| RGB | rgb(128, 146, 58) |
| HSL | hsl(72, 43%, 40%) |
| CMYK | cmyk(12%, 0%, 60%, 43%) |
| LAB | lab(57.5 -19.8 43.5) |
| LCH | lch(57.5 47.7 114.4) |
| OKLCH | oklch(0.627 0.116 119.6) |
Copy-ready code
/* CSS */
color: #80923a;
background-color: #80923a;
/* Tailwind (arbitrary) */
class="text-[#80923a] bg-[#80923a]"
/* SCSS */
$brand: #80923a;
/* SwiftUI */
Color(red: 0.502, green: 0.573, blue: 0.227)
/* Android */
Color.parseColor("#80923a")Accessibility — WCAG contrast
Aa
#80923a on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80923a on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green57.3%
Blue22.7%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow60.3%
Key (black)42.7%
Color previews
#80923a text on a black background
contrast 6.09:1
Card sample
#80923a text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80923a;
Background color
Panel with #80923a background
background-color: #80923a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80923a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 146, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 146, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80923a; background: linear-gradient(135deg, #80923a, #45923A);