#5deddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
93, 237, 223
HSL
174°, 80%, 65%
CMYK
61, 0, 6, 7
Luminance
0.6822
Every format
| HEX | #5deddf |
| RGB | rgb(93, 237, 223) |
| HSL | hsl(174, 80%, 65%) |
| CMYK | cmyk(61%, 0%, 6%, 7%) |
| LAB | lab(86.1 -41.7 -4.7) |
| LCH | lch(86.1 41.9 186.5) |
| OKLCH | oklch(0.865 0.125 186.2) |
Copy-ready code
/* CSS */
color: #5deddf;
background-color: #5deddf;
/* Tailwind (arbitrary) */
class="text-[#5deddf] bg-[#5deddf]"
/* SCSS */
$brand: #5deddf;
/* SwiftUI */
Color(red: 0.365, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#5deddf")Accessibility — WCAG contrast
Aa
#5deddf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5deddf on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green92.9%
Blue87.5%
CMYK percentages
Cyan60.8%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#5deddf text on a black background
contrast 14.64:1
Card sample
#5deddf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5deddf;
Background color
Panel with #5deddf background
background-color: #5deddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5deddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5deddf; background: linear-gradient(135deg, #5deddf, #5D9BED);