#5cdcdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 220, 223
HSL
181°, 67%, 62%
CMYK
59, 1, 0, 13
Luminance
0.5879
Every format
| HEX | #5cdcdf |
| RGB | rgb(92, 220, 223) |
| HSL | hsl(181, 67%, 62%) |
| CMYK | cmyk(59%, 1%, 0%, 13%) |
| LAB | lab(81.2 -34.1 -12.1) |
| LCH | lch(81.2 36.1 199.5) |
| OKLCH | oklch(0.825 0.112 197.4) |
Copy-ready code
/* CSS */
color: #5cdcdf;
background-color: #5cdcdf;
/* Tailwind (arbitrary) */
class="text-[#5cdcdf] bg-[#5cdcdf]"
/* SCSS */
$brand: #5cdcdf;
/* SwiftUI */
Color(red: 0.361, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#5cdcdf")Accessibility — WCAG contrast
Aa
#5cdcdf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdcdf on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green86.3%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#5cdcdf text on a black background
contrast 12.76:1
Card sample
#5cdcdf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdcdf;
Background color
Panel with #5cdcdf background
background-color: #5cdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdcdf; background: linear-gradient(135deg, #5cdcdf, #5C85DF);