#5cdffd
a light, electric cyan · cool · closest name: skyblue
RGB
92, 223, 253
HSL
191°, 98%, 68%
CMYK
64, 12, 0, 1
Luminance
0.6214
Every format
| HEX | #5cdffd |
| RGB | rgb(92, 223, 253) |
| HSL | hsl(191, 98%, 68%) |
| CMYK | cmyk(64%, 12%, 0%, 1%) |
| LAB | lab(83.0 -27.1 -25.3) |
| LCH | lch(83.0 37.0 223.0) |
| OKLCH | oklch(0.843 0.121 215.6) |
Copy-ready code
/* CSS */
color: #5cdffd;
background-color: #5cdffd;
/* Tailwind (arbitrary) */
class="text-[#5cdffd] bg-[#5cdffd]"
/* SCSS */
$brand: #5cdffd;
/* SwiftUI */
Color(red: 0.361, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#5cdffd")Accessibility — WCAG contrast
Aa
#5cdffd on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdffd on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green87.5%
Blue99.2%
CMYK percentages
Cyan63.6%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#5cdffd text on a black background
contrast 13.43:1
Card sample
#5cdffd text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdffd;
Background color
Panel with #5cdffd background
background-color: #5cdffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdffd; background: linear-gradient(135deg, #5cdffd, #5C73FD);