#5adcf2
a light, electric cyan · cool · closest name: skyblue
RGB
90, 220, 242
HSL
189°, 85%, 65%
CMYK
63, 9, 0, 5
Luminance
0.5977
Every format
| HEX | #5adcf2 |
| RGB | rgb(90, 220, 242) |
| HSL | hsl(189, 85%, 65%) |
| CMYK | cmyk(63%, 9%, 0%, 5%) |
| LAB | lab(81.7 -29.1 -21.4) |
| LCH | lch(81.7 36.1 216.3) |
| OKLCH | oklch(0.831 0.117 210.6) |
Copy-ready code
/* CSS */
color: #5adcf2;
background-color: #5adcf2;
/* Tailwind (arbitrary) */
class="text-[#5adcf2] bg-[#5adcf2]"
/* SCSS */
$brand: #5adcf2;
/* SwiftUI */
Color(red: 0.353, green: 0.863, blue: 0.949)
/* Android */
Color.parseColor("#5adcf2")Accessibility — WCAG contrast
Aa
#5adcf2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5adcf2 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green86.3%
Blue94.9%
CMYK percentages
Cyan62.8%
Magenta9.1%
Yellow0.0%
Key (black)5.1%
Color previews
#5adcf2 text on a black background
contrast 12.95:1
Card sample
#5adcf2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5adcf2;
Background color
Panel with #5adcf2 background
background-color: #5adcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5adcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 220, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 220, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5adcf2; background: linear-gradient(135deg, #5adcf2, #5A77F2);