#7ccf7c
a balanced, vivid green · cool · closest name: seagreen
RGB
124, 207, 124
HSL
120°, 46%, 65%
CMYK
40, 0, 40, 19
Luminance
0.5037
Every format
| HEX | #7ccf7c |
| RGB | rgb(124, 207, 124) |
| HSL | hsl(120, 46%, 65%) |
| CMYK | cmyk(40%, 0%, 40%, 19%) |
| LAB | lab(76.3 -42.0 33.5) |
| LCH | lch(76.3 53.7 141.4) |
| OKLCH | oklch(0.781 0.141 144.1) |
Copy-ready code
/* CSS */
color: #7ccf7c;
background-color: #7ccf7c;
/* Tailwind (arbitrary) */
class="text-[#7ccf7c] bg-[#7ccf7c]"
/* SCSS */
$brand: #7ccf7c;
/* SwiftUI */
Color(red: 0.486, green: 0.812, blue: 0.486)
/* Android */
Color.parseColor("#7ccf7c")Accessibility — WCAG contrast
Aa
#7ccf7c on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccf7c on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green81.2%
Blue48.6%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow40.1%
Key (black)18.8%
Color previews
#7ccf7c text on a black background
contrast 11.07:1
Card sample
#7ccf7c text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccf7c;
Background color
Panel with #7ccf7c background
background-color: #7ccf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 207, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 207, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccf7c; background: linear-gradient(135deg, #7ccf7c, #7CCFB3);