#7cfd8f
a light, electric green · cool · closest name: aquamarine
RGB
124, 253, 143
HSL
129°, 97%, 74%
CMYK
51, 0, 44, 1
Luminance
0.7652
Every format
| HEX | #7cfd8f |
| RGB | rgb(124, 253, 143) |
| HSL | hsl(129, 97%, 74%) |
| CMYK | cmyk(51%, 0%, 44%, 1%) |
| LAB | lab(90.1 -58.1 41.9) |
| LCH | lch(90.1 71.6 144.2) |
| OKLCH | oklch(0.895 0.188 146.9) |
Copy-ready code
/* CSS */
color: #7cfd8f;
background-color: #7cfd8f;
/* Tailwind (arbitrary) */
class="text-[#7cfd8f] bg-[#7cfd8f]"
/* SCSS */
$brand: #7cfd8f;
/* SwiftUI */
Color(red: 0.486, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#7cfd8f")Accessibility — WCAG contrast
Aa
#7cfd8f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfd8f on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green99.2%
Blue56.1%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#7cfd8f text on a black background
contrast 16.30:1
Card sample
#7cfd8f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfd8f;
Background color
Panel with #7cfd8f background
background-color: #7cfd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfd8f; background: linear-gradient(135deg, #7cfd8f, #7CFDE5);