#5cdec7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 222, 199
HSL
169°, 66%, 62%
CMYK
59, 0, 10, 13
Luminance
0.5864
Every format
| HEX | #5cdec7 |
| RGB | rgb(92, 222, 199) |
| HSL | hsl(169, 66%, 62%) |
| CMYK | cmyk(59%, 0%, 10%, 13%) |
| LAB | lab(81.1 -41.2 0.6) |
| LCH | lch(81.1 41.2 179.2) |
| OKLCH | oklch(0.822 0.119 179.6) |
Copy-ready code
/* CSS */
color: #5cdec7;
background-color: #5cdec7;
/* Tailwind (arbitrary) */
class="text-[#5cdec7] bg-[#5cdec7]"
/* SCSS */
$brand: #5cdec7;
/* SwiftUI */
Color(red: 0.361, green: 0.871, blue: 0.780)
/* Android */
Color.parseColor("#5cdec7")Accessibility — WCAG contrast
Aa
#5cdec7 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdec7 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green87.1%
Blue78.0%
CMYK percentages
Cyan58.6%
Magenta0.0%
Yellow10.4%
Key (black)12.9%
Color previews
#5cdec7 text on a black background
contrast 12.73:1
Card sample
#5cdec7 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdec7;
Background color
Panel with #5cdec7 background
background-color: #5cdec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 222, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 222, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdec7; background: linear-gradient(135deg, #5cdec7, #5C9EDE);