#7cfccf
a light, electric green · cool · “aquamarine”
RGB
124, 252, 207
HSL
159°, 96%, 74%
CMYK
51, 0, 18, 1
Luminance
0.7841
Every format
| HEX | #7cfccf |
| RGB | rgb(124, 252, 207) |
| HSL | hsl(159, 96%, 74%) |
| CMYK | cmyk(51%, 0%, 18%, 1%) |
| LAB | lab(91.0 -46.0 10.8) |
| LCH | lch(91.0 47.2 166.8) |
| OKLCH | oklch(0.906 0.132 167.9) |
Copy-ready code
/* CSS */
color: #7cfccf;
background-color: #7cfccf;
/* Tailwind (arbitrary) */
class="text-[#7cfccf] bg-[#7cfccf]"
/* SCSS */
$brand: #7cfccf;
/* SwiftUI */
Color(red: 0.486, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#7cfccf")Accessibility — WCAG contrast
Aa
#7cfccf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfccf on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.8%
Blue81.2%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#7cfccf text on a black background
contrast 16.68:1
Card sample
#7cfccf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfccf;
Background color
Panel with #7cfccf background
background-color: #7cfccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfccf; background: linear-gradient(135deg, #7cfccf, #7CD4FC);