#7ccf8c
a balanced, vivid green · cool · closest name: aquamarine
RGB
124, 207, 140
HSL
132°, 46%, 65%
CMYK
40, 0, 32, 19
Luminance
0.5080
Every format
| HEX | #7ccf8c |
| RGB | rgb(124, 207, 140) |
| HSL | hsl(132, 46%, 65%) |
| CMYK | cmyk(40%, 0%, 32%, 19%) |
| LAB | lab(76.6 -39.4 25.6) |
| LCH | lch(76.6 47.0 147.0) |
| OKLCH | oklch(0.784 0.125 149.0) |
Copy-ready code
/* CSS */
color: #7ccf8c;
background-color: #7ccf8c;
/* Tailwind (arbitrary) */
class="text-[#7ccf8c] bg-[#7ccf8c]"
/* SCSS */
$brand: #7ccf8c;
/* SwiftUI */
Color(red: 0.486, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#7ccf8c")Accessibility — WCAG contrast
Aa
#7ccf8c on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccf8c on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green81.2%
Blue54.9%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow32.4%
Key (black)18.8%
Color previews
#7ccf8c text on a black background
contrast 11.16:1
Card sample
#7ccf8c text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccf8c;
Background color
Panel with #7ccf8c background
background-color: #7ccf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccf8c; background: linear-gradient(135deg, #7ccf8c, #7CCFC3);