#5dcdfd
a light, electric cyan · cool · closest name: skyblue
RGB
93, 205, 253
HSL
198°, 98%, 68%
CMYK
63, 19, 0, 1
Luminance
0.5308
Every format
| HEX | #5dcdfd |
| RGB | rgb(93, 205, 253) |
| HSL | hsl(198, 98%, 68%) |
| CMYK | cmyk(63%, 19%, 0%, 1%) |
| LAB | lab(77.9 -17.8 -33.0) |
| LCH | lch(77.9 37.5 241.6) |
| OKLCH | oklch(0.802 0.122 229.2) |
Copy-ready code
/* CSS */
color: #5dcdfd;
background-color: #5dcdfd;
/* Tailwind (arbitrary) */
class="text-[#5dcdfd] bg-[#5dcdfd]"
/* SCSS */
$brand: #5dcdfd;
/* SwiftUI */
Color(red: 0.365, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#5dcdfd")Accessibility — WCAG contrast
Aa
#5dcdfd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dcdfd on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green80.4%
Blue99.2%
CMYK percentages
Cyan63.2%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#5dcdfd text on a black background
contrast 11.62:1
Card sample
#5dcdfd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dcdfd;
Background color
Panel with #5dcdfd background
background-color: #5dcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dcdfd; background: linear-gradient(135deg, #5dcdfd, #5D62FD);