#7cfbec
a light, electric cyan · cool · closest name: turquoise
RGB
124, 251, 236
HSL
173°, 94%, 74%
CMYK
51, 0, 6, 2
Luminance
0.7934
Every format
| HEX | #7cfbec |
| RGB | rgb(124, 251, 236) |
| HSL | hsl(173, 94%, 74%) |
| CMYK | cmyk(51%, 0%, 6%, 2%) |
| LAB | lab(91.4 -38.9 -3.7) |
| LCH | lch(91.4 39.1 185.4) |
| OKLCH | oklch(0.911 0.116 185.2) |
Copy-ready code
/* CSS */
color: #7cfbec;
background-color: #7cfbec;
/* Tailwind (arbitrary) */
class="text-[#7cfbec] bg-[#7cfbec]"
/* SCSS */
$brand: #7cfbec;
/* SwiftUI */
Color(red: 0.486, green: 0.984, blue: 0.925)
/* Android */
Color.parseColor("#7cfbec")Accessibility — WCAG contrast
Aa
#7cfbec on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfbec on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.4%
Blue92.5%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow6.0%
Key (black)1.6%
Color previews
#7cfbec text on a black background
contrast 16.87:1
Card sample
#7cfbec text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfbec;
Background color
Panel with #7cfbec background
background-color: #7cfbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 251, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 251, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfbec; background: linear-gradient(135deg, #7cfbec, #7CB5FB);