#7cc47c
a balanced, soft green · cool · closest name: seagreen
RGB
124, 196, 124
HSL
120°, 38%, 63%
CMYK
37, 0, 37, 23
Luminance
0.4522
Every format
| HEX | #7cc47c |
| RGB | rgb(124, 196, 124) |
| HSL | hsl(120, 38%, 63%) |
| CMYK | cmyk(37%, 0%, 37%, 23%) |
| LAB | lab(73.0 -37.1 29.2) |
| LCH | lch(73.0 47.2 141.7) |
| OKLCH | oklch(0.755 0.124 144.2) |
Copy-ready code
/* CSS */
color: #7cc47c;
background-color: #7cc47c;
/* Tailwind (arbitrary) */
class="text-[#7cc47c] bg-[#7cc47c]"
/* SCSS */
$brand: #7cc47c;
/* SwiftUI */
Color(red: 0.486, green: 0.769, blue: 0.486)
/* Android */
Color.parseColor("#7cc47c")Accessibility — WCAG contrast
Aa
#7cc47c on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cc47c on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green76.9%
Blue48.6%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow36.7%
Key (black)23.1%
Color previews
#7cc47c text on a black background
contrast 10.04:1
Card sample
#7cc47c text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cc47c;
Background color
Panel with #7cc47c background
background-color: #7cc47c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cc47c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 196, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 196, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cc47c; background: linear-gradient(135deg, #7cc47c, #7CC4AC);