#5abef1
a balanced, electric blue · cool · closest name: skyblue
RGB
90, 190, 241
HSL
200°, 84%, 65%
CMYK
63, 21, 0, 6
Luminance
0.4535
Every format
| HEX | #5abef1 |
| RGB | rgb(90, 190, 241) |
| HSL | hsl(200, 84%, 65%) |
| CMYK | cmyk(63%, 21%, 0%, 6%) |
| LAB | lab(73.1 -14.2 -34.0) |
| LCH | lch(73.1 36.8 247.4) |
| OKLCH | oklch(0.762 0.118 233.5) |
Copy-ready code
/* CSS */
color: #5abef1;
background-color: #5abef1;
/* Tailwind (arbitrary) */
class="text-[#5abef1] bg-[#5abef1]"
/* SCSS */
$brand: #5abef1;
/* SwiftUI */
Color(red: 0.353, green: 0.745, blue: 0.945)
/* Android */
Color.parseColor("#5abef1")Accessibility — WCAG contrast
Aa
#5abef1 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abef1 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.5%
Blue94.5%
CMYK percentages
Cyan62.7%
Magenta21.2%
Yellow0.0%
Key (black)5.5%
Color previews
#5abef1 text on a black background
contrast 10.07:1
Card sample
#5abef1 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abef1;
Background color
Panel with #5abef1 background
background-color: #5abef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 190, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 190, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abef1; background: linear-gradient(135deg, #5abef1, #5B5AF1);