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