#56ecdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
86, 236, 223
HSL
175°, 80%, 63%
CMYK
64, 0, 6, 8
Luminance
0.6730
Every format
| HEX | #56ecdf |
| RGB | rgb(86, 236, 223) |
| HSL | hsl(175, 80%, 63%) |
| CMYK | cmyk(64%, 0%, 6%, 8%) |
| LAB | lab(85.7 -42.4 -5.4) |
| LCH | lch(85.7 42.7 187.3) |
| OKLCH | oklch(0.861 0.127 186.9) |
Copy-ready code
/* CSS */
color: #56ecdf;
background-color: #56ecdf;
/* Tailwind (arbitrary) */
class="text-[#56ecdf] bg-[#56ecdf]"
/* SCSS */
$brand: #56ecdf;
/* SwiftUI */
Color(red: 0.337, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#56ecdf")Accessibility — WCAG contrast
Aa
#56ecdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56ecdf on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green92.5%
Blue87.5%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#56ecdf text on a black background
contrast 14.46:1
Card sample
#56ecdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56ecdf;
Background color
Panel with #56ecdf background
background-color: #56ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56ecdf; background: linear-gradient(135deg, #56ecdf, #5695EC);