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