#5adcfd
a light, electric cyan · cool · closest name: skyblue
RGB
90, 220, 253
HSL
192°, 98%, 67%
CMYK
64, 13, 0, 1
Luminance
0.6045
Every format
| HEX | #5adcfd |
| RGB | rgb(90, 220, 253) |
| HSL | hsl(192, 98%, 67%) |
| CMYK | cmyk(64%, 13%, 0%, 1%) |
| LAB | lab(82.1 -25.9 -26.6) |
| LCH | lch(82.1 37.1 225.8) |
| OKLCH | oklch(0.835 0.121 217.6) |
Copy-ready code
/* CSS */
color: #5adcfd;
background-color: #5adcfd;
/* Tailwind (arbitrary) */
class="text-[#5adcfd] bg-[#5adcfd]"
/* SCSS */
$brand: #5adcfd;
/* SwiftUI */
Color(red: 0.353, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#5adcfd")Accessibility — WCAG contrast
Aa
#5adcfd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5adcfd on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green86.3%
Blue99.2%
CMYK percentages
Cyan64.4%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#5adcfd text on a black background
contrast 13.09:1
Card sample
#5adcfd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5adcfd;
Background color
Panel with #5adcfd background
background-color: #5adcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5adcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5adcfd; background: linear-gradient(135deg, #5adcfd, #5A70FD);