#7cc080
a balanced, soft green · cool · closest name: seagreen
RGB
124, 192, 128
HSL
124°, 35%, 62%
CMYK
35, 0, 33, 25
Luminance
0.4354
Every format
| HEX | #7cc080 |
| RGB | rgb(124, 192, 128) |
| HSL | hsl(124, 35%, 62%) |
| CMYK | cmyk(35%, 0%, 33%, 25%) |
| LAB | lab(71.9 -34.6 25.6) |
| LCH | lch(71.9 43.1 143.4) |
| OKLCH | oklch(0.746 0.114 145.7) |
Copy-ready code
/* CSS */
color: #7cc080;
background-color: #7cc080;
/* Tailwind (arbitrary) */
class="text-[#7cc080] bg-[#7cc080]"
/* SCSS */
$brand: #7cc080;
/* SwiftUI */
Color(red: 0.486, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#7cc080")Accessibility — WCAG contrast
Aa
#7cc080 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cc080 on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green75.3%
Blue50.2%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow33.3%
Key (black)24.7%
Color previews
#7cc080 text on a black background
contrast 9.71:1
Card sample
#7cc080 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cc080;
Background color
Panel with #7cc080 background
background-color: #7cc080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cc080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cc080; background: linear-gradient(135deg, #7cc080, #7CC0AD);