#5cdbfd
a light, electric cyan · cool · closest name: skyblue
RGB
92, 219, 253
HSL
193°, 98%, 68%
CMYK
64, 13, 0, 1
Luminance
0.6003
Every format
| HEX | #5cdbfd |
| RGB | rgb(92, 219, 253) |
| HSL | hsl(193, 98%, 68%) |
| CMYK | cmyk(64%, 13%, 0%, 1%) |
| LAB | lab(81.8 -25.1 -27.0) |
| LCH | lch(81.8 36.8 227.1) |
| OKLCH | oklch(0.834 0.120 218.6) |
Copy-ready code
/* CSS */
color: #5cdbfd;
background-color: #5cdbfd;
/* Tailwind (arbitrary) */
class="text-[#5cdbfd] bg-[#5cdbfd]"
/* SCSS */
$brand: #5cdbfd;
/* SwiftUI */
Color(red: 0.361, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#5cdbfd")Accessibility — WCAG contrast
Aa
#5cdbfd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdbfd on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green85.9%
Blue99.2%
CMYK percentages
Cyan63.6%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#5cdbfd text on a black background
contrast 13.01:1
Card sample
#5cdbfd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdbfd;
Background color
Panel with #5cdbfd background
background-color: #5cdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdbfd; background: linear-gradient(135deg, #5cdbfd, #5C6FFD);