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