#56dfe2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
86, 223, 226
HSL
181°, 71%, 61%
CMYK
62, 1, 0, 11
Luminance
0.6024
Every format
| HEX | #56dfe2 |
| RGB | rgb(86, 223, 226) |
| HSL | hsl(181, 71%, 61%) |
| CMYK | cmyk(62%, 1%, 0%, 11%) |
| LAB | lab(82.0 -35.6 -12.5) |
| LCH | lch(82.0 37.8 199.3) |
| OKLCH | oklch(0.831 0.117 197.2) |
Copy-ready code
/* CSS */
color: #56dfe2;
background-color: #56dfe2;
/* Tailwind (arbitrary) */
class="text-[#56dfe2] bg-[#56dfe2]"
/* SCSS */
$brand: #56dfe2;
/* SwiftUI */
Color(red: 0.337, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#56dfe2")Accessibility — WCAG contrast
Aa
#56dfe2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56dfe2 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green87.5%
Blue88.6%
CMYK percentages
Cyan61.9%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#56dfe2 text on a black background
contrast 13.05:1
Card sample
#56dfe2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56dfe2;
Background color
Panel with #56dfe2 background
background-color: #56dfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56dfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56dfe2; background: linear-gradient(135deg, #56dfe2, #5682E2);