#5abdf8
a light, electric blue · cool · closest name: skyblue
RGB
90, 189, 248
HSL
202°, 92%, 66%
CMYK
64, 24, 0, 3
Luminance
0.4535
Every format
| HEX | #5abdf8 |
| RGB | rgb(90, 189, 248) |
| HSL | hsl(202, 92%, 66%) |
| CMYK | cmyk(64%, 24%, 0%, 3%) |
| LAB | lab(73.1 -11.5 -37.8) |
| LCH | lch(73.1 39.5 253.1) |
| OKLCH | oklch(0.763 0.126 237.7) |
Copy-ready code
/* CSS */
color: #5abdf8;
background-color: #5abdf8;
/* Tailwind (arbitrary) */
class="text-[#5abdf8] bg-[#5abdf8]"
/* SCSS */
$brand: #5abdf8;
/* SwiftUI */
Color(red: 0.353, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#5abdf8")Accessibility — WCAG contrast
Aa
#5abdf8 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abdf8 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.1%
Blue97.3%
CMYK percentages
Cyan63.7%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#5abdf8 text on a black background
contrast 10.07:1
Card sample
#5abdf8 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abdf8;
Background color
Panel with #5abdf8 background
background-color: #5abdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abdf8; background: linear-gradient(135deg, #5abdf8, #605AF8);