#6cefec
a light, electric cyan · cool · closest name: turquoise
RGB
108, 239, 236
HSL
179°, 80%, 68%
CMYK
55, 0, 1, 6
Luminance
0.7098
Every format
| HEX | #6cefec |
| RGB | rgb(108, 239, 236) |
| HSL | hsl(179, 80%, 68%) |
| CMYK | cmyk(55%, 0%, 1%, 6%) |
| LAB | lab(87.5 -36.6 -9.5) |
| LCH | lch(87.5 37.8 194.6) |
| OKLCH | oklch(0.878 0.115 193.2) |
Copy-ready code
/* CSS */
color: #6cefec;
background-color: #6cefec;
/* Tailwind (arbitrary) */
class="text-[#6cefec] bg-[#6cefec]"
/* SCSS */
$brand: #6cefec;
/* SwiftUI */
Color(red: 0.424, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#6cefec")Accessibility — WCAG contrast
Aa
#6cefec on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cefec on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green93.7%
Blue92.5%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#6cefec text on a black background
contrast 15.20:1
Card sample
#6cefec text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cefec;
Background color
Panel with #6cefec background
background-color: #6cefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cefec; background: linear-gradient(135deg, #6cefec, #6C9BEF);