#5dcccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
93, 204, 207
HSL
182°, 54%, 59%
CMYK
55, 1, 0, 19
Luminance
0.5002
Every format
| HEX | #5dcccf |
| RGB | rgb(93, 204, 207) |
| HSL | hsl(182, 54%, 59%) |
| CMYK | cmyk(55%, 1%, 0%, 19%) |
| LAB | lab(76.1 -30.6 -11.1) |
| LCH | lch(76.1 32.6 199.9) |
| OKLCH | oklch(0.782 0.101 197.7) |
Copy-ready code
/* CSS */
color: #5dcccf;
background-color: #5dcccf;
/* Tailwind (arbitrary) */
class="text-[#5dcccf] bg-[#5dcccf]"
/* SCSS */
$brand: #5dcccf;
/* SwiftUI */
Color(red: 0.365, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#5dcccf")Accessibility — WCAG contrast
Aa
#5dcccf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dcccf on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green80.0%
Blue81.2%
CMYK percentages
Cyan55.1%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#5dcccf text on a black background
contrast 11.00:1
Card sample
#5dcccf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dcccf;
Background color
Panel with #5dcccf background
background-color: #5dcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dcccf; background: linear-gradient(135deg, #5dcccf, #5D80CF);