#5eecdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
94, 236, 223
HSL
175°, 79%, 65%
CMYK
60, 0, 6, 8
Luminance
0.6770
Every format
| HEX | #5eecdf |
| RGB | rgb(94, 236, 223) |
| HSL | hsl(175, 79%, 65%) |
| CMYK | cmyk(60%, 0%, 6%, 8%) |
| LAB | lab(85.8 -41.1 -5.1) |
| LCH | lch(85.8 41.4 187.1) |
| OKLCH | oklch(0.863 0.123 186.7) |
Copy-ready code
/* CSS */
color: #5eecdf;
background-color: #5eecdf;
/* Tailwind (arbitrary) */
class="text-[#5eecdf] bg-[#5eecdf]"
/* SCSS */
$brand: #5eecdf;
/* SwiftUI */
Color(red: 0.369, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#5eecdf")Accessibility — WCAG contrast
Aa
#5eecdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eecdf on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green92.5%
Blue87.5%
CMYK percentages
Cyan60.2%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#5eecdf text on a black background
contrast 14.54:1
Card sample
#5eecdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eecdf;
Background color
Panel with #5eecdf background
background-color: #5eecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eecdf; background: linear-gradient(135deg, #5eecdf, #5E9AEC);