#5abdf6
a light, electric blue · cool · closest name: skyblue
RGB
90, 189, 246
HSL
202°, 90%, 66%
CMYK
63, 23, 0, 4
Luminance
0.4522
Every format
| HEX | #5abdf6 |
| RGB | rgb(90, 189, 246) |
| HSL | hsl(202, 90%, 66%) |
| CMYK | cmyk(63%, 23%, 0%, 4%) |
| LAB | lab(73.0 -12.1 -36.8) |
| LCH | lch(73.0 38.8 251.8) |
| OKLCH | oklch(0.762 0.123 236.8) |
Copy-ready code
/* CSS */
color: #5abdf6;
background-color: #5abdf6;
/* Tailwind (arbitrary) */
class="text-[#5abdf6] bg-[#5abdf6]"
/* SCSS */
$brand: #5abdf6;
/* SwiftUI */
Color(red: 0.353, green: 0.741, blue: 0.965)
/* Android */
Color.parseColor("#5abdf6")Accessibility — WCAG contrast
Aa
#5abdf6 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abdf6 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.1%
Blue96.5%
CMYK percentages
Cyan63.4%
Magenta23.2%
Yellow0.0%
Key (black)3.5%
Color previews
#5abdf6 text on a black background
contrast 10.04:1
Card sample
#5abdf6 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abdf6;
Background color
Panel with #5abdf6 background
background-color: #5abdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 189, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 189, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abdf6; background: linear-gradient(135deg, #5abdf6, #5F5AF6);