#5ac4f0
a balanced, electric cyan · cool · closest name: skyblue
RGB
90, 196, 240
HSL
198°, 83%, 65%
CMYK
63, 18, 0, 6
Luminance
0.4794
Every format
| HEX | #5ac4f0 |
| RGB | rgb(90, 196, 240) |
| HSL | hsl(198, 83%, 65%) |
| CMYK | cmyk(63%, 18%, 0%, 6%) |
| LAB | lab(74.8 -17.6 -30.9) |
| LCH | lch(74.8 35.6 240.3) |
| OKLCH | oklch(0.775 0.116 228.3) |
Copy-ready code
/* CSS */
color: #5ac4f0;
background-color: #5ac4f0;
/* Tailwind (arbitrary) */
class="text-[#5ac4f0] bg-[#5ac4f0]"
/* SCSS */
$brand: #5ac4f0;
/* SwiftUI */
Color(red: 0.353, green: 0.769, blue: 0.941)
/* Android */
Color.parseColor("#5ac4f0")Accessibility — WCAG contrast
Aa
#5ac4f0 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac4f0 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green76.9%
Blue94.1%
CMYK percentages
Cyan62.5%
Magenta18.3%
Yellow0.0%
Key (black)5.9%
Color previews
#5ac4f0 text on a black background
contrast 10.59:1
Card sample
#5ac4f0 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac4f0;
Background color
Panel with #5ac4f0 background
background-color: #5ac4f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac4f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 196, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 196, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac4f0; background: linear-gradient(135deg, #5ac4f0, #5A60F0);