#7cfeef
a light, electric cyan · cool · closest name: turquoise
RGB
124, 254, 239
HSL
173°, 99%, 74%
CMYK
51, 0, 6, 0
Luminance
0.8140
Every format
| HEX | #7cfeef |
| RGB | rgb(124, 254, 239) |
| HSL | hsl(173, 99%, 74%) |
| CMYK | cmyk(51%, 0%, 6%, 0%) |
| LAB | lab(92.3 -39.5 -3.9) |
| LCH | lch(92.3 39.7 185.6) |
| OKLCH | oklch(0.919 0.118 185.4) |
Copy-ready code
/* CSS */
color: #7cfeef;
background-color: #7cfeef;
/* Tailwind (arbitrary) */
class="text-[#7cfeef] bg-[#7cfeef]"
/* SCSS */
$brand: #7cfeef;
/* SwiftUI */
Color(red: 0.486, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#7cfeef")Accessibility — WCAG contrast
Aa
#7cfeef on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfeef on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green99.6%
Blue93.7%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#7cfeef text on a black background
contrast 17.28:1
Card sample
#7cfeef text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfeef;
Background color
Panel with #7cfeef background
background-color: #7cfeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfeef; background: linear-gradient(135deg, #7cfeef, #7CB6FE);