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