#5ac3eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
90, 195, 235
HSL
197°, 78%, 64%
CMYK
62, 17, 0, 8
Luminance
0.4720
Every format
| HEX | #5ac3eb |
| RGB | rgb(90, 195, 235) |
| HSL | hsl(197, 78%, 64%) |
| CMYK | cmyk(62%, 17%, 0%, 8%) |
| LAB | lab(74.3 -18.6 -28.9) |
| LCH | lch(74.3 34.4 237.2) |
| OKLCH | oklch(0.771 0.112 226.1) |
Copy-ready code
/* CSS */
color: #5ac3eb;
background-color: #5ac3eb;
/* Tailwind (arbitrary) */
class="text-[#5ac3eb] bg-[#5ac3eb]"
/* SCSS */
$brand: #5ac3eb;
/* SwiftUI */
Color(red: 0.353, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#5ac3eb")Accessibility — WCAG contrast
Aa
#5ac3eb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac3eb on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green76.5%
Blue92.2%
CMYK percentages
Cyan61.7%
Magenta17.0%
Yellow0.0%
Key (black)7.8%
Color previews
#5ac3eb text on a black background
contrast 10.44:1
Card sample
#5ac3eb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac3eb;
Background color
Panel with #5ac3eb background
background-color: #5ac3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac3eb; background: linear-gradient(135deg, #5ac3eb, #5A62EB);