#5eccfb
a light, electric cyan · cool · closest name: skyblue
RGB
94, 204, 251
HSL
198°, 95%, 68%
CMYK
63, 19, 0, 2
Luminance
0.5253
Every format
| HEX | #5eccfb |
| RGB | rgb(94, 204, 251) |
| HSL | hsl(198, 95%, 68%) |
| CMYK | cmyk(63%, 19%, 0%, 2%) |
| LAB | lab(77.6 -17.8 -32.4) |
| LCH | lch(77.6 37.0 241.3) |
| OKLCH | oklch(0.799 0.120 229.1) |
Copy-ready code
/* CSS */
color: #5eccfb;
background-color: #5eccfb;
/* Tailwind (arbitrary) */
class="text-[#5eccfb] bg-[#5eccfb]"
/* SCSS */
$brand: #5eccfb;
/* SwiftUI */
Color(red: 0.369, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#5eccfb")Accessibility — WCAG contrast
Aa
#5eccfb on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eccfb on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green80.0%
Blue98.4%
CMYK percentages
Cyan62.5%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#5eccfb text on a black background
contrast 11.51:1
Card sample
#5eccfb text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eccfb;
Background color
Panel with #5eccfb background
background-color: #5eccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eccfb; background: linear-gradient(135deg, #5eccfb, #5E63FB);