#5abdfd
a light, electric blue · cool · closest name: skyblue
RGB
90, 189, 253
HSL
204°, 98%, 67%
CMYK
64, 25, 0, 1
Luminance
0.4566
Every format
| HEX | #5abdfd |
| RGB | rgb(90, 189, 253) |
| HSL | hsl(204, 98%, 67%) |
| CMYK | cmyk(64%, 25%, 0%, 1%) |
| LAB | lab(73.3 -9.9 -40.1) |
| LCH | lch(73.3 41.4 256.2) |
| OKLCH | oklch(0.765 0.131 239.9) |
Copy-ready code
/* CSS */
color: #5abdfd;
background-color: #5abdfd;
/* Tailwind (arbitrary) */
class="text-[#5abdfd] bg-[#5abdfd]"
/* SCSS */
$brand: #5abdfd;
/* SwiftUI */
Color(red: 0.353, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#5abdfd")Accessibility — WCAG contrast
Aa
#5abdfd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abdfd on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.1%
Blue99.2%
CMYK percentages
Cyan64.4%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#5abdfd text on a black background
contrast 10.13:1
Card sample
#5abdfd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abdfd;
Background color
Panel with #5abdfd background
background-color: #5abdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abdfd; background: linear-gradient(135deg, #5abdfd, #645AFD);