#8cc080
a balanced, soft green · cool · closest name: seagreen
RGB
140, 192, 128
HSL
109°, 34%, 63%
CMYK
27, 0, 33, 25
Luminance
0.4483
Every format
| HEX | #8cc080 |
| RGB | rgb(140, 192, 128) |
| HSL | hsl(109, 34%, 63%) |
| CMYK | cmyk(27%, 0%, 33%, 25%) |
| LAB | lab(72.8 -29.3 26.9) |
| LCH | lch(72.8 39.8 137.4) |
| OKLCH | oklch(0.755 0.104 139.8) |
Copy-ready code
/* CSS */
color: #8cc080;
background-color: #8cc080;
/* Tailwind (arbitrary) */
class="text-[#8cc080] bg-[#8cc080]"
/* SCSS */
$brand: #8cc080;
/* SwiftUI */
Color(red: 0.549, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#8cc080")Accessibility — WCAG contrast
Aa
#8cc080 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cc080 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green75.3%
Blue50.2%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow33.3%
Key (black)24.7%
Color previews
#8cc080 text on a black background
contrast 9.97:1
Card sample
#8cc080 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cc080;
Background color
Panel with #8cc080 background
background-color: #8cc080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cc080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cc080; background: linear-gradient(135deg, #8cc080, #80C09E);