#5dceaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
93, 206, 175
HSL
164°, 54%, 59%
CMYK
55, 0, 15, 19
Luminance
0.4956
Every format
| HEX | #5dceaf |
| RGB | rgb(93, 206, 175) |
| HSL | hsl(164, 54%, 59%) |
| CMYK | cmyk(55%, 0%, 15%, 19%) |
| LAB | lab(75.8 -39.6 5.7) |
| LCH | lch(75.8 40.0 171.8) |
| OKLCH | oklch(0.777 0.113 172.6) |
Copy-ready code
/* CSS */
color: #5dceaf;
background-color: #5dceaf;
/* Tailwind (arbitrary) */
class="text-[#5dceaf] bg-[#5dceaf]"
/* SCSS */
$brand: #5dceaf;
/* SwiftUI */
Color(red: 0.365, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#5dceaf")Accessibility — WCAG contrast
Aa
#5dceaf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dceaf on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green80.8%
Blue68.6%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#5dceaf text on a black background
contrast 10.91:1
Card sample
#5dceaf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dceaf;
Background color
Panel with #5dceaf background
background-color: #5dceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dceaf; background: linear-gradient(135deg, #5dceaf, #5DA2CE);