#5cdccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 220, 207
HSL
174°, 65%, 61%
CMYK
58, 0, 6, 14
Luminance
0.5797
Every format
| HEX | #5cdccf |
| RGB | rgb(92, 220, 207) |
| HSL | hsl(174, 65%, 61%) |
| CMYK | cmyk(58%, 0%, 6%, 14%) |
| LAB | lab(80.7 -38.3 -4.2) |
| LCH | lch(80.7 38.5 186.3) |
| OKLCH | oklch(0.820 0.114 186.0) |
Copy-ready code
/* CSS */
color: #5cdccf;
background-color: #5cdccf;
/* Tailwind (arbitrary) */
class="text-[#5cdccf] bg-[#5cdccf]"
/* SCSS */
$brand: #5cdccf;
/* SwiftUI */
Color(red: 0.361, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#5cdccf")Accessibility — WCAG contrast
Aa
#5cdccf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdccf on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green86.3%
Blue81.2%
CMYK percentages
Cyan58.2%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#5cdccf text on a black background
contrast 12.59:1
Card sample
#5cdccf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdccf;
Background color
Panel with #5cdccf background
background-color: #5cdccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdccf; background: linear-gradient(135deg, #5cdccf, #5C94DC);