#7cfccc
a light, electric green · cool · closest name: aquamarine
RGB
124, 252, 204
HSL
158°, 96%, 74%
CMYK
51, 0, 19, 1
Luminance
0.7827
Every format
| HEX | #7cfccc |
| RGB | rgb(124, 252, 204) |
| HSL | hsl(158, 96%, 74%) |
| CMYK | cmyk(51%, 0%, 19%, 1%) |
| LAB | lab(90.9 -46.6 12.2) |
| LCH | lch(90.9 48.2 165.3) |
| OKLCH | oklch(0.905 0.134 166.5) |
Copy-ready code
/* CSS */
color: #7cfccc;
background-color: #7cfccc;
/* Tailwind (arbitrary) */
class="text-[#7cfccc] bg-[#7cfccc]"
/* SCSS */
$brand: #7cfccc;
/* SwiftUI */
Color(red: 0.486, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#7cfccc")Accessibility — WCAG contrast
Aa
#7cfccc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfccc on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.8%
Blue80.0%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#7cfccc text on a black background
contrast 16.65:1
Card sample
#7cfccc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfccc;
Background color
Panel with #7cfccc background
background-color: #7cfccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfccc; background: linear-gradient(135deg, #7cfccc, #7CD7FC);