#7cec8f
a light, vivid green · cool · closest name: aquamarine
RGB
124, 236, 143
HSL
130°, 75%, 71%
CMYK
48, 0, 39, 8
Luminance
0.6626
Every format
| HEX | #7cec8f |
| RGB | rgb(124, 236, 143) |
| HSL | hsl(130, 75%, 71%) |
| CMYK | cmyk(48%, 0%, 39%, 8%) |
| LAB | lab(85.1 -51.3 35.4) |
| LCH | lch(85.1 62.3 145.3) |
| OKLCH | oklch(0.854 0.165 147.8) |
Copy-ready code
/* CSS */
color: #7cec8f;
background-color: #7cec8f;
/* Tailwind (arbitrary) */
class="text-[#7cec8f] bg-[#7cec8f]"
/* SCSS */
$brand: #7cec8f;
/* SwiftUI */
Color(red: 0.486, green: 0.925, blue: 0.561)
/* Android */
Color.parseColor("#7cec8f")Accessibility — WCAG contrast
Aa
#7cec8f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cec8f on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.5%
Blue56.1%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow39.4%
Key (black)7.5%
Color previews
#7cec8f text on a black background
contrast 14.25:1
Card sample
#7cec8f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cec8f;
Background color
Panel with #7cec8f background
background-color: #7cec8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cec8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 236, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 236, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cec8f; background: linear-gradient(135deg, #7cec8f, #7CECDA);