#56eceb
a balanced, electric cyan · cool · closest name: turquoise
RGB
86, 236, 235
HSL
180°, 80%, 63%
CMYK
64, 0, 0, 8
Luminance
0.6797
Every format
| HEX | #56eceb |
| RGB | rgb(86, 236, 235) |
| HSL | hsl(180, 80%, 63%) |
| CMYK | cmyk(64%, 0%, 0%, 8%) |
| LAB | lab(86.0 -39.2 -11.3) |
| LCH | lch(86.0 40.8 196.0) |
| OKLCH | oklch(0.865 0.125 194.5) |
Copy-ready code
/* CSS */
color: #56eceb;
background-color: #56eceb;
/* Tailwind (arbitrary) */
class="text-[#56eceb] bg-[#56eceb]"
/* SCSS */
$brand: #56eceb;
/* SwiftUI */
Color(red: 0.337, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#56eceb")Accessibility — WCAG contrast
Aa
#56eceb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56eceb on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green92.5%
Blue92.2%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#56eceb text on a black background
contrast 14.59:1
Card sample
#56eceb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56eceb;
Background color
Panel with #56eceb background
background-color: #56eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56eceb; background: linear-gradient(135deg, #56eceb, #5689EC);