#56cceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
86, 204, 235
HSL
193°, 79%, 63%
CMYK
63, 13, 0, 8
Luminance
0.5116
Every format
| HEX | #56cceb |
| RGB | rgb(86, 204, 235) |
| HSL | hsl(193, 79%, 63%) |
| CMYK | cmyk(63%, 13%, 0%, 8%) |
| LAB | lab(76.8 -23.9 -25.1) |
| LCH | lch(76.8 34.7 226.5) |
| OKLCH | oklch(0.790 0.113 218.2) |
Copy-ready code
/* CSS */
color: #56cceb;
background-color: #56cceb;
/* Tailwind (arbitrary) */
class="text-[#56cceb] bg-[#56cceb]"
/* SCSS */
$brand: #56cceb;
/* SwiftUI */
Color(red: 0.337, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#56cceb")Accessibility — WCAG contrast
Aa
#56cceb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56cceb on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green80.0%
Blue92.2%
CMYK percentages
Cyan63.4%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#56cceb text on a black background
contrast 11.23:1
Card sample
#56cceb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56cceb;
Background color
Panel with #56cceb background
background-color: #56cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56cceb; background: linear-gradient(135deg, #56cceb, #5668EB);