#5ec4eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
94, 196, 235
HSL
197°, 78%, 65%
CMYK
60, 17, 0, 8
Luminance
0.4786
Every format
| HEX | #5ec4eb |
| RGB | rgb(94, 196, 235) |
| HSL | hsl(197, 78%, 65%) |
| CMYK | cmyk(60%, 17%, 0%, 8%) |
| LAB | lab(74.7 -18.4 -28.3) |
| LCH | lch(74.7 33.8 236.9) |
| OKLCH | oklch(0.775 0.110 226.0) |
Copy-ready code
/* CSS */
color: #5ec4eb;
background-color: #5ec4eb;
/* Tailwind (arbitrary) */
class="text-[#5ec4eb] bg-[#5ec4eb]"
/* SCSS */
$brand: #5ec4eb;
/* SwiftUI */
Color(red: 0.369, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#5ec4eb")Accessibility — WCAG contrast
Aa
#5ec4eb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ec4eb on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green76.9%
Blue92.2%
CMYK percentages
Cyan60.0%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#5ec4eb text on a black background
contrast 10.57:1
Card sample
#5ec4eb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ec4eb;
Background color
Panel with #5ec4eb background
background-color: #5ec4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ec4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ec4eb; background: linear-gradient(135deg, #5ec4eb, #5E66EB);