#5acdee
a balanced, electric cyan · cool · closest name: skyblue
RGB
90, 205, 238
HSL
193°, 81%, 64%
CMYK
62, 14, 0, 7
Luminance
0.5201
Every format
| HEX | #5acdee |
| RGB | rgb(90, 205, 238) |
| HSL | hsl(193, 81%, 64%) |
| CMYK | cmyk(62%, 14%, 0%, 7%) |
| LAB | lab(77.3 -22.8 -26.0) |
| LCH | lch(77.3 34.6 228.7) |
| OKLCH | oklch(0.795 0.113 219.8) |
Copy-ready code
/* CSS */
color: #5acdee;
background-color: #5acdee;
/* Tailwind (arbitrary) */
class="text-[#5acdee] bg-[#5acdee]"
/* SCSS */
$brand: #5acdee;
/* SwiftUI */
Color(red: 0.353, green: 0.804, blue: 0.933)
/* Android */
Color.parseColor("#5acdee")Accessibility — WCAG contrast
Aa
#5acdee on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5acdee on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.4%
Blue93.3%
CMYK percentages
Cyan62.2%
Magenta13.9%
Yellow0.0%
Key (black)6.7%
Color previews
#5acdee text on a black background
contrast 11.40:1
Card sample
#5acdee text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5acdee;
Background color
Panel with #5acdee background
background-color: #5acdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5acdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 205, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 205, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5acdee; background: linear-gradient(135deg, #5acdee, #5A6AEE);