#5dedeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
93, 237, 235
HSL
179°, 80%, 65%
CMYK
61, 0, 1, 7
Luminance
0.6889
Every format
| HEX | #5dedeb |
| RGB | rgb(93, 237, 235) |
| HSL | hsl(179, 80%, 65%) |
| CMYK | cmyk(61%, 0%, 1%, 7%) |
| LAB | lab(86.5 -38.5 -10.5) |
| LCH | lch(86.5 40.0 195.3) |
| OKLCH | oklch(0.869 0.122 193.8) |
Copy-ready code
/* CSS */
color: #5dedeb;
background-color: #5dedeb;
/* Tailwind (arbitrary) */
class="text-[#5dedeb] bg-[#5dedeb]"
/* SCSS */
$brand: #5dedeb;
/* SwiftUI */
Color(red: 0.365, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#5dedeb")Accessibility — WCAG contrast
Aa
#5dedeb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dedeb on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green92.9%
Blue92.2%
CMYK percentages
Cyan60.8%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#5dedeb text on a black background
contrast 14.78:1
Card sample
#5dedeb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dedeb;
Background color
Panel with #5dedeb background
background-color: #5dedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dedeb; background: linear-gradient(135deg, #5dedeb, #5D8FED);