#5dcfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
93, 207, 186
HSL
169°, 54%, 59%
CMYK
55, 0, 10, 19
Luminance
0.5050
Every format
| HEX | #5dcfba |
| RGB | rgb(93, 207, 186) |
| HSL | hsl(169, 54%, 59%) |
| CMYK | cmyk(55%, 0%, 10%, 19%) |
| LAB | lab(76.4 -37.5 0.7) |
| LCH | lch(76.4 37.5 179.0) |
| OKLCH | oklch(0.783 0.108 179.4) |
Copy-ready code
/* CSS */
color: #5dcfba;
background-color: #5dcfba;
/* Tailwind (arbitrary) */
class="text-[#5dcfba] bg-[#5dcfba]"
/* SCSS */
$brand: #5dcfba;
/* SwiftUI */
Color(red: 0.365, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#5dcfba")Accessibility — WCAG contrast
Aa
#5dcfba on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dcfba on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan55.1%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#5dcfba text on a black background
contrast 11.10:1
Card sample
#5dcfba text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dcfba;
Background color
Panel with #5dcfba background
background-color: #5dcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dcfba; background: linear-gradient(135deg, #5dcfba, #5D98CF);