#5aeafd
a light, electric cyan · cool · closest name: cyan
RGB
90, 234, 253
HSL
187°, 98%, 67%
CMYK
64, 8, 0, 1
Luminance
0.6811
Every format
| HEX | #5aeafd |
| RGB | rgb(90, 234, 253) |
| HSL | hsl(187, 98%, 67%) |
| CMYK | cmyk(64%, 8%, 0%, 1%) |
| LAB | lab(86.1 -32.6 -20.6) |
| LCH | lch(86.1 38.6 212.2) |
| OKLCH | oklch(0.867 0.124 207.4) |
Copy-ready code
/* CSS */
color: #5aeafd;
background-color: #5aeafd;
/* Tailwind (arbitrary) */
class="text-[#5aeafd] bg-[#5aeafd]"
/* SCSS */
$brand: #5aeafd;
/* SwiftUI */
Color(red: 0.353, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#5aeafd")Accessibility — WCAG contrast
Aa
#5aeafd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aeafd on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green91.8%
Blue99.2%
CMYK percentages
Cyan64.4%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#5aeafd text on a black background
contrast 14.62:1
Card sample
#5aeafd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aeafd;
Background color
Panel with #5aeafd background
background-color: #5aeafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aeafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aeafd; background: linear-gradient(135deg, #5aeafd, #5A7DFD);