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