#7cfeac
a light, electric green · cool · closest name: aquamarine
RGB
124, 254, 172
HSL
142°, 99%, 74%
CMYK
51, 0, 32, 0
Luminance
0.7815
Every format
| HEX | #7cfeac |
| RGB | rgb(124, 254, 172) |
| HSL | hsl(142, 99%, 74%) |
| CMYK | cmyk(51%, 0%, 32%, 0%) |
| LAB | lab(90.8 -53.7 28.5) |
| LCH | lch(90.8 60.8 152.1) |
| OKLCH | oklch(0.902 0.163 153.9) |
Copy-ready code
/* CSS */
color: #7cfeac;
background-color: #7cfeac;
/* Tailwind (arbitrary) */
class="text-[#7cfeac] bg-[#7cfeac]"
/* SCSS */
$brand: #7cfeac;
/* SwiftUI */
Color(red: 0.486, green: 0.996, blue: 0.675)
/* Android */
Color.parseColor("#7cfeac")Accessibility — WCAG contrast
Aa
#7cfeac on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfeac on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green99.6%
Blue67.5%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow32.3%
Key (black)0.4%
Color previews
#7cfeac text on a black background
contrast 16.63:1
Card sample
#7cfeac text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfeac;
Background color
Panel with #7cfeac background
background-color: #7cfeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 254, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 254, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfeac; background: linear-gradient(135deg, #7cfeac, #7CF9FE);