#5ecdff
a light, electric cyan · cool · closest name: skyblue
RGB
94, 205, 255
HSL
199°, 100%, 68%
CMYK
63, 20, 0, 0
Luminance
0.5326
Every format
| HEX | #5ecdff |
| RGB | rgb(94, 205, 255) |
| HSL | hsl(199, 100%, 68%) |
| CMYK | cmyk(63%, 20%, 0%, 0%) |
| LAB | lab(78.0 -17.1 -33.9) |
| LCH | lch(78.0 38.0 243.3) |
| OKLCH | oklch(0.803 0.123 230.5) |
Copy-ready code
/* CSS */
color: #5ecdff;
background-color: #5ecdff;
/* Tailwind (arbitrary) */
class="text-[#5ecdff] bg-[#5ecdff]"
/* SCSS */
$brand: #5ecdff;
/* SwiftUI */
Color(red: 0.369, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#5ecdff")Accessibility — WCAG contrast
Aa
#5ecdff on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ecdff on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green80.4%
Blue100.0%
CMYK percentages
Cyan63.1%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#5ecdff text on a black background
contrast 11.65:1
Card sample
#5ecdff text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ecdff;
Background color
Panel with #5ecdff background
background-color: #5ecdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ecdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ecdff; background: linear-gradient(135deg, #5ecdff, #5E62FF);