#56dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
86, 219, 253
HSL
192°, 98%, 67%
CMYK
66, 13, 0, 1
Luminance
0.5973
Every format
| HEX | #56dbfd |
| RGB | rgb(86, 219, 253) |
| HSL | hsl(192, 98%, 67%) |
| CMYK | cmyk(66%, 13%, 0%, 1%) |
| LAB | lab(81.7 -26.0 -27.2) |
| LCH | lch(81.7 37.7 226.3) |
| OKLCH | oklch(0.832 0.123 218.0) |
Copy-ready code
/* CSS */
color: #56dbfd;
background-color: #56dbfd;
/* Tailwind (arbitrary) */
class="text-[#56dbfd] bg-[#56dbfd]"
/* SCSS */
$brand: #56dbfd;
/* SwiftUI */
Color(red: 0.337, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#56dbfd")Accessibility — WCAG contrast
Aa
#56dbfd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56dbfd on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green85.9%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#56dbfd text on a black background
contrast 12.95:1
Card sample
#56dbfd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56dbfd;
Background color
Panel with #56dbfd background
background-color: #56dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56dbfd; background: linear-gradient(135deg, #56dbfd, #566CFD);