#7cfedf
a light, electric cyan · cool · closest name: aquamarine
RGB
124, 254, 223
HSL
166°, 99%, 74%
CMYK
51, 0, 12, 0
Luminance
0.8050
Every format
| HEX | #7cfedf |
| RGB | rgb(124, 254, 223) |
| HSL | hsl(166, 99%, 74%) |
| CMYK | cmyk(51%, 0%, 12%, 0%) |
| LAB | lab(91.9 -43.3 3.8) |
| LCH | lch(91.9 43.5 174.9) |
| OKLCH | oklch(0.914 0.124 175.6) |
Copy-ready code
/* CSS */
color: #7cfedf;
background-color: #7cfedf;
/* Tailwind (arbitrary) */
class="text-[#7cfedf] bg-[#7cfedf]"
/* SCSS */
$brand: #7cfedf;
/* SwiftUI */
Color(red: 0.486, green: 0.996, blue: 0.875)
/* Android */
Color.parseColor("#7cfedf")Accessibility — WCAG contrast
Aa
#7cfedf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfedf on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green99.6%
Blue87.5%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow12.2%
Key (black)0.4%
Color previews
#7cfedf text on a black background
contrast 17.10:1
Card sample
#7cfedf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfedf;
Background color
Panel with #7cfedf background
background-color: #7cfedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 254, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 254, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfedf; background: linear-gradient(135deg, #7cfedf, #7CC6FE);