#5dbb9d
a balanced, soft cyan · cool · closest name: turquoise
RGB
93, 187, 157
HSL
161°, 41%, 55%
CMYK
50, 0, 16, 27
Luminance
0.4030
Every format
| HEX | #5dbb9d |
| RGB | rgb(93, 187, 157) |
| HSL | hsl(161, 41%, 55%) |
| CMYK | cmyk(50%, 0%, 16%, 27%) |
| LAB | lab(69.7 -35.2 6.7) |
| LCH | lch(69.7 35.8 169.2) |
| OKLCH | oklch(0.726 0.101 170.2) |
Copy-ready code
/* CSS */
color: #5dbb9d;
background-color: #5dbb9d;
/* Tailwind (arbitrary) */
class="text-[#5dbb9d] bg-[#5dbb9d]"
/* SCSS */
$brand: #5dbb9d;
/* SwiftUI */
Color(red: 0.365, green: 0.733, blue: 0.616)
/* Android */
Color.parseColor("#5dbb9d")Accessibility — WCAG contrast
Aa
#5dbb9d on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbb9d on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green73.3%
Blue61.6%
CMYK percentages
Cyan50.3%
Magenta0.0%
Yellow16.0%
Key (black)26.7%
Color previews
#5dbb9d text on a black background
contrast 9.06:1
Card sample
#5dbb9d text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbb9d;
Background color
Panel with #5dbb9d background
background-color: #5dbb9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbb9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 187, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 187, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbb9d; background: linear-gradient(135deg, #5dbb9d, #5D9ABB);