#68ecdf
a light, electric cyan · cool · closest name: turquoise
RGB
104, 236, 223
HSL
174°, 78%, 67%
CMYK
56, 0, 6, 8
Luminance
0.6826
Every format
| HEX | #68ecdf |
| RGB | rgb(104, 236, 223) |
| HSL | hsl(174, 78%, 67%) |
| CMYK | cmyk(56%, 0%, 6%, 8%) |
| LAB | lab(86.1 -39.3 -4.7) |
| LCH | lch(86.1 39.5 186.8) |
| OKLCH | oklch(0.866 0.118 186.5) |
Copy-ready code
/* CSS */
color: #68ecdf;
background-color: #68ecdf;
/* Tailwind (arbitrary) */
class="text-[#68ecdf] bg-[#68ecdf]"
/* SCSS */
$brand: #68ecdf;
/* SwiftUI */
Color(red: 0.408, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#68ecdf")Accessibility — WCAG contrast
Aa
#68ecdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68ecdf on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green92.5%
Blue87.5%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#68ecdf text on a black background
contrast 14.65:1
Card sample
#68ecdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68ecdf;
Background color
Panel with #68ecdf background
background-color: #68ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68ecdf; background: linear-gradient(135deg, #68ecdf, #68A1EC);