#5ec6eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
94, 198, 235
HSL
196°, 78%, 65%
CMYK
60, 16, 0, 8
Luminance
0.4877
Every format
| HEX | #5ec6eb |
| RGB | rgb(94, 198, 235) |
| HSL | hsl(196, 78%, 65%) |
| CMYK | cmyk(60%, 16%, 0%, 8%) |
| LAB | lab(75.3 -19.5 -27.4) |
| LCH | lch(75.3 33.6 234.6) |
| OKLCH | oklch(0.779 0.109 224.3) |
Copy-ready code
/* CSS */
color: #5ec6eb;
background-color: #5ec6eb;
/* Tailwind (arbitrary) */
class="text-[#5ec6eb] bg-[#5ec6eb]"
/* SCSS */
$brand: #5ec6eb;
/* SwiftUI */
Color(red: 0.369, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#5ec6eb")Accessibility — WCAG contrast
Aa
#5ec6eb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ec6eb on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green77.6%
Blue92.2%
CMYK percentages
Cyan60.0%
Magenta15.7%
Yellow0.0%
Key (black)7.8%
Color previews
#5ec6eb text on a black background
contrast 10.75:1
Card sample
#5ec6eb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ec6eb;
Background color
Panel with #5ec6eb background
background-color: #5ec6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ec6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ec6eb; background: linear-gradient(135deg, #5ec6eb, #5E68EB);