#5eceee
a light, electric cyan · cool · closest name: skyblue
RGB
94, 206, 238
HSL
193°, 81%, 65%
CMYK
61, 13, 0, 7
Luminance
0.5270
Every format
| HEX | #5eceee |
| RGB | rgb(94, 206, 238) |
| HSL | hsl(193, 81%, 65%) |
| CMYK | cmyk(61%, 13%, 0%, 7%) |
| LAB | lab(77.7 -22.7 -25.3) |
| LCH | lch(77.7 34.0 228.2) |
| OKLCH | oklch(0.799 0.111 219.5) |
Copy-ready code
/* CSS */
color: #5eceee;
background-color: #5eceee;
/* Tailwind (arbitrary) */
class="text-[#5eceee] bg-[#5eceee]"
/* SCSS */
$brand: #5eceee;
/* SwiftUI */
Color(red: 0.369, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#5eceee")Accessibility — WCAG contrast
Aa
#5eceee on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eceee on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green80.8%
Blue93.3%
CMYK percentages
Cyan60.5%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#5eceee text on a black background
contrast 11.54:1
Card sample
#5eceee text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eceee;
Background color
Panel with #5eceee background
background-color: #5eceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eceee; background: linear-gradient(135deg, #5eceee, #5E6EEE);