#5db7af
a balanced, soft cyan · cool · closest name: turquoise
RGB
93, 183, 175
HSL
175°, 39%, 54%
CMYK
49, 0, 4, 28
Luminance
0.3929
Every format
| HEX | #5db7af |
| RGB | rgb(93, 183, 175) |
| HSL | hsl(175, 39%, 54%) |
| CMYK | cmyk(49%, 0%, 4%, 28%) |
| LAB | lab(69.0 -28.9 -4.2) |
| LCH | lch(69.0 29.2 188.3) |
| OKLCH | oklch(0.722 0.087 187.8) |
Copy-ready code
/* CSS */
color: #5db7af;
background-color: #5db7af;
/* Tailwind (arbitrary) */
class="text-[#5db7af] bg-[#5db7af]"
/* SCSS */
$brand: #5db7af;
/* SwiftUI */
Color(red: 0.365, green: 0.718, blue: 0.686)
/* Android */
Color.parseColor("#5db7af")Accessibility — WCAG contrast
Aa
#5db7af on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5db7af on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green71.8%
Blue68.6%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow4.4%
Key (black)28.2%
Color previews
#5db7af text on a black background
contrast 8.86:1
Card sample
#5db7af text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5db7af;
Background color
Panel with #5db7af background
background-color: #5db7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5db7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 183, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 183, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5db7af; background: linear-gradient(135deg, #5db7af, #5D83B7);