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