#7cfcac
a light, electric green · cool · closest name: aquamarine
RGB
124, 252, 172
HSL
143°, 96%, 74%
CMYK
51, 0, 32, 1
Luminance
0.7688
Every format
| HEX | #7cfcac |
| RGB | rgb(124, 252, 172) |
| HSL | hsl(143, 96%, 74%) |
| CMYK | cmyk(51%, 0%, 32%, 1%) |
| LAB | lab(90.3 -52.9 27.7) |
| LCH | lch(90.3 59.7 152.4) |
| OKLCH | oklch(0.898 0.160 154.1) |
Copy-ready code
/* CSS */
color: #7cfcac;
background-color: #7cfcac;
/* Tailwind (arbitrary) */
class="text-[#7cfcac] bg-[#7cfcac]"
/* SCSS */
$brand: #7cfcac;
/* SwiftUI */
Color(red: 0.486, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#7cfcac")Accessibility — WCAG contrast
Aa
#7cfcac on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfcac on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.8%
Blue67.5%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#7cfcac text on a black background
contrast 16.38:1
Card sample
#7cfcac text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfcac;
Background color
Panel with #7cfcac background
background-color: #7cfcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfcac; background: linear-gradient(135deg, #7cfcac, #7CF7FC);