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