#5ecadf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 202, 223
HSL
190°, 67%, 62%
CMYK
58, 9, 0, 13
Luminance
0.4995
Every format
| HEX | #5ecadf |
| RGB | rgb(94, 202, 223) |
| HSL | hsl(190, 67%, 62%) |
| CMYK | cmyk(58%, 9%, 0%, 13%) |
| LAB | lab(76.0 -25.0 -19.8) |
| LCH | lch(76.0 31.9 218.4) |
| OKLCH | oklch(0.784 0.103 212.2) |
Copy-ready code
/* CSS */
color: #5ecadf;
background-color: #5ecadf;
/* Tailwind (arbitrary) */
class="text-[#5ecadf] bg-[#5ecadf]"
/* SCSS */
$brand: #5ecadf;
/* SwiftUI */
Color(red: 0.369, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#5ecadf")Accessibility — WCAG contrast
Aa
#5ecadf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ecadf on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green79.2%
Blue87.5%
CMYK percentages
Cyan57.8%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5ecadf text on a black background
contrast 10.99:1
Card sample
#5ecadf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ecadf;
Background color
Panel with #5ecadf background
background-color: #5ecadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ecadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ecadf; background: linear-gradient(135deg, #5ecadf, #5E74DF);