#5adafc
a light, electric cyan · cool · closest name: skyblue
RGB
90, 218, 252
HSL
193°, 96%, 67%
CMYK
64, 14, 0, 1
Luminance
0.5934
Every format
| HEX | #5adafc |
| RGB | rgb(90, 218, 252) |
| HSL | hsl(193, 96%, 67%) |
| CMYK | cmyk(64%, 14%, 0%, 1%) |
| LAB | lab(81.5 -25.2 -27.0) |
| LCH | lch(81.5 37.0 227.0) |
| OKLCH | oklch(0.830 0.121 218.5) |
Copy-ready code
/* CSS */
color: #5adafc;
background-color: #5adafc;
/* Tailwind (arbitrary) */
class="text-[#5adafc] bg-[#5adafc]"
/* SCSS */
$brand: #5adafc;
/* SwiftUI */
Color(red: 0.353, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#5adafc")Accessibility — WCAG contrast
Aa
#5adafc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5adafc on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green85.5%
Blue98.8%
CMYK percentages
Cyan64.3%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#5adafc text on a black background
contrast 12.87:1
Card sample
#5adafc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5adafc;
Background color
Panel with #5adafc background
background-color: #5adafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5adafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5adafc; background: linear-gradient(135deg, #5adafc, #5A6EFC);