#5acce2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
90, 204, 226
HSL
190°, 70%, 62%
CMYK
60, 10, 0, 11
Luminance
0.5085
Every format
| HEX | #5acce2 |
| RGB | rgb(90, 204, 226) |
| HSL | hsl(190, 70%, 62%) |
| CMYK | cmyk(60%, 10%, 0%, 11%) |
| LAB | lab(76.6 -25.9 -20.6) |
| LCH | lch(76.6 33.0 218.5) |
| OKLCH | oklch(0.788 0.107 212.3) |
Copy-ready code
/* CSS */
color: #5acce2;
background-color: #5acce2;
/* Tailwind (arbitrary) */
class="text-[#5acce2] bg-[#5acce2]"
/* SCSS */
$brand: #5acce2;
/* SwiftUI */
Color(red: 0.353, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#5acce2")Accessibility — WCAG contrast
Aa
#5acce2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5acce2 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.0%
Blue88.6%
CMYK percentages
Cyan60.2%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#5acce2 text on a black background
contrast 11.17:1
Card sample
#5acce2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5acce2;
Background color
Panel with #5acce2 background
background-color: #5acce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5acce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5acce2; background: linear-gradient(135deg, #5acce2, #5A71E2);