#5ecfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 207, 223
HSL
187°, 67%, 62%
CMYK
58, 7, 0, 13
Luminance
0.5233
Every format
| HEX | #5ecfdf |
| RGB | rgb(94, 207, 223) |
| HSL | hsl(187, 67%, 62%) |
| CMYK | cmyk(58%, 7%, 0%, 13%) |
| LAB | lab(77.5 -27.5 -17.6) |
| LCH | lch(77.5 32.6 212.7) |
| OKLCH | oklch(0.795 0.104 207.9) |
Copy-ready code
/* CSS */
color: #5ecfdf;
background-color: #5ecfdf;
/* Tailwind (arbitrary) */
class="text-[#5ecfdf] bg-[#5ecfdf]"
/* SCSS */
$brand: #5ecfdf;
/* SwiftUI */
Color(red: 0.369, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#5ecfdf")Accessibility — WCAG contrast
Aa
#5ecfdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ecfdf on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green81.2%
Blue87.5%
CMYK percentages
Cyan57.8%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#5ecfdf text on a black background
contrast 11.47:1
Card sample
#5ecfdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ecfdf;
Background color
Panel with #5ecfdf background
background-color: #5ecfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ecfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ecfdf; background: linear-gradient(135deg, #5ecfdf, #5E79DF);