#7cf1dc
a light, electric cyan · cool · closest name: turquoise
RGB
124, 241, 220
HSL
169°, 81%, 72%
CMYK
49, 0, 9, 6
Luminance
0.7236
Every format
| HEX | #7cf1dc |
| RGB | rgb(124, 241, 220) |
| HSL | hsl(169, 81%, 72%) |
| CMYK | cmyk(49%, 0%, 9%, 6%) |
| LAB | lab(88.1 -38.2 -0.1) |
| LCH | lch(88.1 38.2 180.1) |
| OKLCH | oklch(0.884 0.111 180.4) |
Copy-ready code
/* CSS */
color: #7cf1dc;
background-color: #7cf1dc;
/* Tailwind (arbitrary) */
class="text-[#7cf1dc] bg-[#7cf1dc]"
/* SCSS */
$brand: #7cf1dc;
/* SwiftUI */
Color(red: 0.486, green: 0.945, blue: 0.863)
/* Android */
Color.parseColor("#7cf1dc")Accessibility — WCAG contrast
Aa
#7cf1dc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf1dc on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green94.5%
Blue86.3%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow8.7%
Key (black)5.5%
Color previews
#7cf1dc text on a black background
contrast 15.47:1
Card sample
#7cf1dc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf1dc;
Background color
Panel with #7cf1dc background
background-color: #7cf1dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf1dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 241, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 241, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf1dc; background: linear-gradient(135deg, #7cf1dc, #7CB8F1);