#5ac9eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
90, 201, 235
HSL
194°, 78%, 64%
CMYK
62, 15, 0, 8
Luminance
0.4995
Every format
| HEX | #5ac9eb |
| RGB | rgb(90, 201, 235) |
| HSL | hsl(194, 78%, 64%) |
| CMYK | cmyk(62%, 15%, 0%, 8%) |
| LAB | lab(76.0 -21.7 -26.3) |
| LCH | lch(76.0 34.1 230.4) |
| OKLCH | oklch(0.785 0.111 221.1) |
Copy-ready code
/* CSS */
color: #5ac9eb;
background-color: #5ac9eb;
/* Tailwind (arbitrary) */
class="text-[#5ac9eb] bg-[#5ac9eb]"
/* SCSS */
$brand: #5ac9eb;
/* SwiftUI */
Color(red: 0.353, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#5ac9eb")Accessibility — WCAG contrast
Aa
#5ac9eb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac9eb on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green78.8%
Blue92.2%
CMYK percentages
Cyan61.7%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#5ac9eb text on a black background
contrast 10.99:1
Card sample
#5ac9eb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac9eb;
Background color
Panel with #5ac9eb background
background-color: #5ac9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac9eb; background: linear-gradient(135deg, #5ac9eb, #5A68EB);