#7cfcc3
a light, electric green · cool · closest name: aquamarine
RGB
124, 252, 195
HSL
153°, 96%, 74%
CMYK
51, 0, 23, 1
Luminance
0.7785
Every format
| HEX | #7cfcc3 |
| RGB | rgb(124, 252, 195) |
| HSL | hsl(153, 96%, 74%) |
| CMYK | cmyk(51%, 0%, 23%, 1%) |
| LAB | lab(90.7 -48.5 16.6) |
| LCH | lch(90.7 51.2 161.1) |
| OKLCH | oklch(0.903 0.141 162.4) |
Copy-ready code
/* CSS */
color: #7cfcc3;
background-color: #7cfcc3;
/* Tailwind (arbitrary) */
class="text-[#7cfcc3] bg-[#7cfcc3]"
/* SCSS */
$brand: #7cfcc3;
/* SwiftUI */
Color(red: 0.486, green: 0.988, blue: 0.765)
/* Android */
Color.parseColor("#7cfcc3")Accessibility — WCAG contrast
Aa
#7cfcc3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfcc3 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.8%
Blue76.5%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow22.6%
Key (black)1.2%
Color previews
#7cfcc3 text on a black background
contrast 16.57:1
Card sample
#7cfcc3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfcc3;
Background color
Panel with #7cfcc3 background
background-color: #7cfcc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfcc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 252, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 252, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfcc3; background: linear-gradient(135deg, #7cfcc3, #7CE0FC);