#5abeee
a balanced, electric cyan · cool · closest name: skyblue
RGB
90, 190, 238
HSL
200°, 81%, 64%
CMYK
62, 20, 0, 7
Luminance
0.4517
Every format
| HEX | #5abeee |
| RGB | rgb(90, 190, 238) |
| HSL | hsl(200, 81%, 64%) |
| CMYK | cmyk(62%, 20%, 0%, 7%) |
| LAB | lab(73.0 -15.1 -32.5) |
| LCH | lch(73.0 35.9 245.1) |
| OKLCH | oklch(0.761 0.116 231.9) |
Copy-ready code
/* CSS */
color: #5abeee;
background-color: #5abeee;
/* Tailwind (arbitrary) */
class="text-[#5abeee] bg-[#5abeee]"
/* SCSS */
$brand: #5abeee;
/* SwiftUI */
Color(red: 0.353, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#5abeee")Accessibility — WCAG contrast
Aa
#5abeee on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abeee on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.5%
Blue93.3%
CMYK percentages
Cyan62.2%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#5abeee text on a black background
contrast 10.03:1
Card sample
#5abeee text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abeee;
Background color
Panel with #5abeee background
background-color: #5abeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abeee; background: linear-gradient(135deg, #5abeee, #5A5BEE);