#56cbfd
a light, electric cyan · cool · closest name: skyblue
RGB
86, 203, 253
HSL
198°, 98%, 67%
CMYK
66, 20, 0, 1
Luminance
0.5178
Every format
| HEX | #56cbfd |
| RGB | rgb(86, 203, 253) |
| HSL | hsl(198, 98%, 67%) |
| CMYK | cmyk(66%, 20%, 0%, 1%) |
| LAB | lab(77.2 -17.9 -34.2) |
| LCH | lch(77.2 38.6 242.4) |
| OKLCH | oklch(0.795 0.126 229.6) |
Copy-ready code
/* CSS */
color: #56cbfd;
background-color: #56cbfd;
/* Tailwind (arbitrary) */
class="text-[#56cbfd] bg-[#56cbfd]"
/* SCSS */
$brand: #56cbfd;
/* SwiftUI */
Color(red: 0.337, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#56cbfd")Accessibility — WCAG contrast
Aa
#56cbfd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56cbfd on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green79.6%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#56cbfd text on a black background
contrast 11.36:1
Card sample
#56cbfd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56cbfd;
Background color
Panel with #56cbfd background
background-color: #56cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56cbfd; background: linear-gradient(135deg, #56cbfd, #565CFD);