#5cdcfb
a light, electric cyan · cool · closest name: skyblue
RGB
92, 220, 251
HSL
192°, 95%, 67%
CMYK
63, 12, 0, 2
Luminance
0.6043
Every format
| HEX | #5cdcfb |
| RGB | rgb(92, 220, 251) |
| HSL | hsl(192, 95%, 67%) |
| CMYK | cmyk(63%, 12%, 0%, 2%) |
| LAB | lab(82.1 -26.2 -25.6) |
| LCH | lch(82.1 36.6 224.4) |
| OKLCH | oklch(0.835 0.119 216.6) |
Copy-ready code
/* CSS */
color: #5cdcfb;
background-color: #5cdcfb;
/* Tailwind (arbitrary) */
class="text-[#5cdcfb] bg-[#5cdcfb]"
/* SCSS */
$brand: #5cdcfb;
/* SwiftUI */
Color(red: 0.361, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#5cdcfb")Accessibility — WCAG contrast
Aa
#5cdcfb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdcfb on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green86.3%
Blue98.4%
CMYK percentages
Cyan63.3%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#5cdcfb text on a black background
contrast 13.09:1
Card sample
#5cdcfb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdcfb;
Background color
Panel with #5cdcfb background
background-color: #5cdcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdcfb; background: linear-gradient(135deg, #5cdcfb, #5C72FB);