#5eccfd
a light, electric cyan · cool · closest name: skyblue
RGB
94, 204, 253
HSL
199°, 98%, 68%
CMYK
63, 19, 0, 1
Luminance
0.5266
Every format
| HEX | #5eccfd |
| RGB | rgb(94, 204, 253) |
| HSL | hsl(199, 98%, 68%) |
| CMYK | cmyk(63%, 19%, 0%, 1%) |
| LAB | lab(77.7 -17.2 -33.4) |
| LCH | lch(77.7 37.5 242.8) |
| OKLCH | oklch(0.800 0.122 230.2) |
Copy-ready code
/* CSS */
color: #5eccfd;
background-color: #5eccfd;
/* Tailwind (arbitrary) */
class="text-[#5eccfd] bg-[#5eccfd]"
/* SCSS */
$brand: #5eccfd;
/* SwiftUI */
Color(red: 0.369, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#5eccfd")Accessibility — WCAG contrast
Aa
#5eccfd on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eccfd on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green80.0%
Blue99.2%
CMYK percentages
Cyan62.8%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#5eccfd text on a black background
contrast 11.53:1
Card sample
#5eccfd text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eccfd;
Background color
Panel with #5eccfd background
background-color: #5eccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eccfd; background: linear-gradient(135deg, #5eccfd, #5E62FD);