#5acce8
a balanced, electric cyan · cool · closest name: skyblue
RGB
90, 204, 232
HSL
192°, 76%, 63%
CMYK
61, 12, 0, 9
Luminance
0.5119
Every format
| HEX | #5acce8 |
| RGB | rgb(90, 204, 232) |
| HSL | hsl(192, 76%, 63%) |
| CMYK | cmyk(61%, 12%, 0%, 9%) |
| LAB | lab(76.8 -24.1 -23.5) |
| LCH | lch(76.8 33.7 224.3) |
| OKLCH | oklch(0.790 0.110 216.6) |
Copy-ready code
/* CSS */
color: #5acce8;
background-color: #5acce8;
/* Tailwind (arbitrary) */
class="text-[#5acce8] bg-[#5acce8]"
/* SCSS */
$brand: #5acce8;
/* SwiftUI */
Color(red: 0.353, green: 0.800, blue: 0.910)
/* Android */
Color.parseColor("#5acce8")Accessibility — WCAG contrast
Aa
#5acce8 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5acce8 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.0%
Blue91.0%
CMYK percentages
Cyan61.2%
Magenta12.1%
Yellow0.0%
Key (black)9.0%
Color previews
#5acce8 text on a black background
contrast 11.24:1
Card sample
#5acce8 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5acce8;
Background color
Panel with #5acce8 background
background-color: #5acce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5acce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 204, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 204, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5acce8; background: linear-gradient(135deg, #5acce8, #5A6DE8);