#56dfeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
86, 223, 235
HSL
185°, 79%, 63%
CMYK
63, 5, 0, 8
Luminance
0.6075
Every format
| HEX | #56dfeb |
| RGB | rgb(86, 223, 235) |
| HSL | hsl(185, 79%, 63%) |
| CMYK | cmyk(63%, 5%, 0%, 8%) |
| LAB | lab(82.2 -33.1 -16.9) |
| LCH | lch(82.2 37.2 207.0) |
| OKLCH | oklch(0.834 0.118 203.3) |
Copy-ready code
/* CSS */
color: #56dfeb;
background-color: #56dfeb;
/* Tailwind (arbitrary) */
class="text-[#56dfeb] bg-[#56dfeb]"
/* SCSS */
$brand: #56dfeb;
/* SwiftUI */
Color(red: 0.337, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#56dfeb")Accessibility — WCAG contrast
Aa
#56dfeb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56dfeb on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green87.5%
Blue92.2%
CMYK percentages
Cyan63.4%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#56dfeb text on a black background
contrast 13.15:1
Card sample
#56dfeb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56dfeb;
Background color
Panel with #56dfeb background
background-color: #56dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56dfeb; background: linear-gradient(135deg, #56dfeb, #567CEB);