#5dbeb8
a balanced, soft cyan · cool · closest name: turquoise
RGB
93, 190, 184
HSL
176°, 43%, 56%
CMYK
51, 0, 3, 26
Luminance
0.4261
Every format
| HEX | #5dbeb8 |
| RGB | rgb(93, 190, 184) |
| HSL | hsl(176, 43%, 56%) |
| CMYK | cmyk(51%, 0%, 3%, 26%) |
| LAB | lab(71.3 -30.0 -5.7) |
| LCH | lch(71.3 30.5 190.8) |
| OKLCH | oklch(0.741 0.092 190.0) |
Copy-ready code
/* CSS */
color: #5dbeb8;
background-color: #5dbeb8;
/* Tailwind (arbitrary) */
class="text-[#5dbeb8] bg-[#5dbeb8]"
/* SCSS */
$brand: #5dbeb8;
/* SwiftUI */
Color(red: 0.365, green: 0.745, blue: 0.722)
/* Android */
Color.parseColor("#5dbeb8")Accessibility — WCAG contrast
Aa
#5dbeb8 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbeb8 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green74.5%
Blue72.2%
CMYK percentages
Cyan51.1%
Magenta0.0%
Yellow3.2%
Key (black)25.5%
Color previews
#5dbeb8 text on a black background
contrast 9.52:1
Card sample
#5dbeb8 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbeb8;
Background color
Panel with #5dbeb8 background
background-color: #5dbeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 190, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 190, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbeb8; background: linear-gradient(135deg, #5dbeb8, #5D83BE);