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