#8fc080
a balanced, soft green · cool · closest name: seagreen
RGB
143, 192, 128
HSL
106°, 34%, 63%
CMYK
26, 0, 33, 25
Luminance
0.4510
Every format
| HEX | #8fc080 |
| RGB | rgb(143, 192, 128) |
| HSL | hsl(106, 34%, 63%) |
| CMYK | cmyk(26%, 0%, 33%, 25%) |
| LAB | lab(73.0 -28.2 27.2) |
| LCH | lch(73.0 39.2 136.1) |
| OKLCH | oklch(0.757 0.103 138.5) |
Copy-ready code
/* CSS */
color: #8fc080;
background-color: #8fc080;
/* Tailwind (arbitrary) */
class="text-[#8fc080] bg-[#8fc080]"
/* SCSS */
$brand: #8fc080;
/* SwiftUI */
Color(red: 0.561, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#8fc080")Accessibility — WCAG contrast
Aa
#8fc080 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fc080 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green75.3%
Blue50.2%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow33.3%
Key (black)24.7%
Color previews
#8fc080 text on a black background
contrast 10.02:1
Card sample
#8fc080 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fc080;
Background color
Panel with #8fc080 background
background-color: #8fc080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fc080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fc080; background: linear-gradient(135deg, #8fc080, #80C09C);