#7cfabe
a light, electric green · cool · closest name: aquamarine
RGB
124, 250, 190
HSL
151°, 93%, 73%
CMYK
50, 0, 24, 2
Luminance
0.7637
Every format
| HEX | #7cfabe |
| RGB | rgb(124, 250, 190) |
| HSL | hsl(151, 93%, 73%) |
| CMYK | cmyk(50%, 0%, 24%, 2%) |
| LAB | lab(90.0 -48.6 18.2) |
| LCH | lch(90.0 51.9 159.5) |
| OKLCH | oklch(0.897 0.142 160.9) |
Copy-ready code
/* CSS */
color: #7cfabe;
background-color: #7cfabe;
/* Tailwind (arbitrary) */
class="text-[#7cfabe] bg-[#7cfabe]"
/* SCSS */
$brand: #7cfabe;
/* SwiftUI */
Color(red: 0.486, green: 0.980, blue: 0.745)
/* Android */
Color.parseColor("#7cfabe")Accessibility — WCAG contrast
Aa
#7cfabe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfabe on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.0%
Blue74.5%
CMYK percentages
Cyan50.4%
Magenta0.0%
Yellow24.0%
Key (black)2.0%
Color previews
#7cfabe text on a black background
contrast 16.27:1
Card sample
#7cfabe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfabe;
Background color
Panel with #7cfabe background
background-color: #7cfabe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfabe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 250, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 250, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfabe; background: linear-gradient(135deg, #7cfabe, #7CE2FA);