#7cefec
a light, electric cyan · cool · closest name: turquoise
RGB
124, 239, 236
HSL
178°, 78%, 71%
CMYK
48, 0, 1, 6
Luminance
0.7207
Every format
| HEX | #7cefec |
| RGB | rgb(124, 239, 236) |
| HSL | hsl(178, 78%, 71%) |
| CMYK | cmyk(48%, 0%, 1%, 6%) |
| LAB | lab(88.0 -33.4 -8.7) |
| LCH | lch(88.0 34.5 194.5) |
| OKLCH | oklch(0.884 0.105 193.2) |
Copy-ready code
/* CSS */
color: #7cefec;
background-color: #7cefec;
/* Tailwind (arbitrary) */
class="text-[#7cefec] bg-[#7cefec]"
/* SCSS */
$brand: #7cefec;
/* SwiftUI */
Color(red: 0.486, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#7cefec")Accessibility — WCAG contrast
Aa
#7cefec on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cefec on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green93.7%
Blue92.5%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#7cefec text on a black background
contrast 15.41:1
Card sample
#7cefec text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cefec;
Background color
Panel with #7cefec background
background-color: #7cefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cefec; background: linear-gradient(135deg, #7cefec, #7CA5EF);