#7cfceb
a light, electric cyan · cool · closest name: turquoise
RGB
124, 252, 235
HSL
172°, 96%, 74%
CMYK
51, 0, 7, 1
Luminance
0.7990
Every format
| HEX | #7cfceb |
| RGB | rgb(124, 252, 235) |
| HSL | hsl(172, 96%, 74%) |
| CMYK | cmyk(51%, 0%, 7%, 1%) |
| LAB | lab(91.6 -39.6 -2.8) |
| LCH | lch(91.6 39.7 184.0) |
| OKLCH | oklch(0.913 0.117 184.0) |
Copy-ready code
/* CSS */
color: #7cfceb;
background-color: #7cfceb;
/* Tailwind (arbitrary) */
class="text-[#7cfceb] bg-[#7cfceb]"
/* SCSS */
$brand: #7cfceb;
/* SwiftUI */
Color(red: 0.486, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#7cfceb")Accessibility — WCAG contrast
Aa
#7cfceb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfceb on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#7cfceb text on a black background
contrast 16.98:1
Card sample
#7cfceb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfceb;
Background color
Panel with #7cfceb background
background-color: #7cfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfceb; background: linear-gradient(135deg, #7cfceb, #7CB8FC);