#56cdfd
a light, electric cyan · cool · closest name: skyblue
RGB
86, 205, 253
HSL
197°, 98%, 67%
CMYK
66, 19, 0, 1
Luminance
0.5273
Every format
| HEX | #56cdfd |
| RGB | rgb(86, 205, 253) |
| HSL | hsl(197, 98%, 67%) |
| CMYK | cmyk(66%, 19%, 0%, 1%) |
| LAB | lab(77.7 -18.9 -33.4) |
| LCH | lch(77.7 38.4 240.4) |
| OKLCH | oklch(0.800 0.125 228.2) |
Copy-ready code
/* CSS */
color: #56cdfd;
background-color: #56cdfd;
/* Tailwind (arbitrary) */
class="text-[#56cdfd] bg-[#56cdfd]"
/* SCSS */
$brand: #56cdfd;
/* SwiftUI */
Color(red: 0.337, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#56cdfd")Accessibility — WCAG contrast
Aa
#56cdfd on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56cdfd on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green80.4%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#56cdfd text on a black background
contrast 11.55:1
Card sample
#56cdfd text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56cdfd;
Background color
Panel with #56cdfd background
background-color: #56cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56cdfd; background: linear-gradient(135deg, #56cdfd, #565EFD);