#8da080
a balanced, muted green · cool · closest name: gray
RGB
141, 160, 128
HSL
96°, 14%, 57%
CMYK
12, 0, 20, 37
Luminance
0.3236
Every format
| HEX | #8da080 |
| RGB | rgb(141, 160, 128) |
| HSL | hsl(96, 14%, 57%) |
| CMYK | cmyk(12%, 0%, 20%, 37%) |
| LAB | lab(63.6 -12.8 14.5) |
| LCH | lch(63.6 19.3 131.4) |
| OKLCH | oklch(0.682 0.051 132.7) |
Copy-ready code
/* CSS */
color: #8da080;
background-color: #8da080;
/* Tailwind (arbitrary) */
class="text-[#8da080] bg-[#8da080]"
/* SCSS */
$brand: #8da080;
/* SwiftUI */
Color(red: 0.553, green: 0.627, blue: 0.502)
/* Android */
Color.parseColor("#8da080")Accessibility — WCAG contrast
Aa
#8da080 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8da080 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green62.7%
Blue50.2%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow20.0%
Key (black)37.3%
Color previews
#8da080 text on a black background
contrast 7.47:1
Card sample
#8da080 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8da080;
Background color
Panel with #8da080 background
background-color: #8da080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8da080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 160, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 160, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8da080; background: linear-gradient(135deg, #8da080, #80A088);