#56dbeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
86, 219, 235
HSL
186°, 79%, 63%
CMYK
63, 7, 0, 8
Luminance
0.5864
Every format
| HEX | #56dbeb |
| RGB | rgb(86, 219, 235) |
| HSL | hsl(186, 79%, 63%) |
| CMYK | cmyk(63%, 7%, 0%, 8%) |
| LAB | lab(81.1 -31.2 -18.6) |
| LCH | lch(81.1 36.4 210.8) |
| OKLCH | oklch(0.825 0.116 206.3) |
Copy-ready code
/* CSS */
color: #56dbeb;
background-color: #56dbeb;
/* Tailwind (arbitrary) */
class="text-[#56dbeb] bg-[#56dbeb]"
/* SCSS */
$brand: #56dbeb;
/* SwiftUI */
Color(red: 0.337, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#56dbeb")Accessibility — WCAG contrast
Aa
#56dbeb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56dbeb on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green85.9%
Blue92.2%
CMYK percentages
Cyan63.4%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#56dbeb text on a black background
contrast 12.73:1
Card sample
#56dbeb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56dbeb;
Background color
Panel with #56dbeb background
background-color: #56dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56dbeb; background: linear-gradient(135deg, #56dbeb, #5678EB);