#80997a
a balanced, muted green · cool · closest name: gray
RGB
128, 153, 122
HSL
108°, 13%, 54%
CMYK
16, 0, 20, 40
Luminance
0.2878
Every format
| HEX | #80997a |
| RGB | rgb(128, 153, 122) |
| HSL | hsl(108, 13%, 54%) |
| CMYK | cmyk(16%, 0%, 20%, 40%) |
| LAB | lab(60.6 -14.9 13.4) |
| LCH | lch(60.6 20.1 138.0) |
| OKLCH | oklch(0.655 0.053 139.6) |
Copy-ready code
/* CSS */
color: #80997a;
background-color: #80997a;
/* Tailwind (arbitrary) */
class="text-[#80997a] bg-[#80997a]"
/* SCSS */
$brand: #80997a;
/* SwiftUI */
Color(red: 0.502, green: 0.600, blue: 0.478)
/* Android */
Color.parseColor("#80997a")Accessibility — WCAG contrast
Aa
#80997a on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80997a on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.0%
Blue47.8%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow20.3%
Key (black)40.0%
Color previews
#80997a text on a black background
contrast 6.76:1
Card sample
#80997a text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80997a;
Background color
Panel with #80997a background
background-color: #80997a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80997a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 153, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 153, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80997a; background: linear-gradient(135deg, #80997a, #7A9989);