#5eccf6
a light, electric cyan · cool · closest name: skyblue
RGB
94, 204, 246
HSL
197°, 89%, 67%
CMYK
62, 17, 0, 4
Luminance
0.5222
Every format
| HEX | #5eccf6 |
| RGB | rgb(94, 204, 246) |
| HSL | hsl(197, 89%, 67%) |
| CMYK | cmyk(62%, 17%, 0%, 4%) |
| LAB | lab(77.4 -19.3 -30.1) |
| LCH | lch(77.4 35.7 237.3) |
| OKLCH | oklch(0.797 0.116 226.2) |
Copy-ready code
/* CSS */
color: #5eccf6;
background-color: #5eccf6;
/* Tailwind (arbitrary) */
class="text-[#5eccf6] bg-[#5eccf6]"
/* SCSS */
$brand: #5eccf6;
/* SwiftUI */
Color(red: 0.369, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#5eccf6")Accessibility — WCAG contrast
Aa
#5eccf6 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eccf6 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green80.0%
Blue96.5%
CMYK percentages
Cyan61.8%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#5eccf6 text on a black background
contrast 11.44:1
Card sample
#5eccf6 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eccf6;
Background color
Panel with #5eccf6 background
background-color: #5eccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eccf6; background: linear-gradient(135deg, #5eccf6, #5E67F6);