#5abcee
a balanced, electric blue · cool · closest name: skyblue
RGB
90, 188, 238
HSL
200°, 81%, 64%
CMYK
62, 21, 0, 7
Luminance
0.4431
Every format
| HEX | #5abcee |
| RGB | rgb(90, 188, 238) |
| HSL | hsl(200, 81%, 64%) |
| CMYK | cmyk(62%, 21%, 0%, 7%) |
| LAB | lab(72.4 -14.1 -33.4) |
| LCH | lch(72.4 36.3 247.2) |
| OKLCH | oklch(0.756 0.117 233.5) |
Copy-ready code
/* CSS */
color: #5abcee;
background-color: #5abcee;
/* Tailwind (arbitrary) */
class="text-[#5abcee] bg-[#5abcee]"
/* SCSS */
$brand: #5abcee;
/* SwiftUI */
Color(red: 0.353, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#5abcee")Accessibility — WCAG contrast
Aa
#5abcee on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abcee on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green73.7%
Blue93.3%
CMYK percentages
Cyan62.2%
Magenta21.0%
Yellow0.0%
Key (black)6.7%
Color previews
#5abcee text on a black background
contrast 9.86:1
Card sample
#5abcee text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abcee;
Background color
Panel with #5abcee background
background-color: #5abcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abcee; background: linear-gradient(135deg, #5abcee, #5B5AEE);