#5cdcba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 220, 186
HSL
164°, 65%, 61%
CMYK
58, 0, 16, 14
Luminance
0.5701
Every format
| HEX | #5cdcba |
| RGB | rgb(92, 220, 186) |
| HSL | hsl(164, 65%, 61%) |
| CMYK | cmyk(58%, 0%, 16%, 14%) |
| LAB | lab(80.2 -43.5 6.2) |
| LCH | lch(80.2 43.9 171.9) |
| OKLCH | oklch(0.814 0.124 172.8) |
Copy-ready code
/* CSS */
color: #5cdcba;
background-color: #5cdcba;
/* Tailwind (arbitrary) */
class="text-[#5cdcba] bg-[#5cdcba]"
/* SCSS */
$brand: #5cdcba;
/* SwiftUI */
Color(red: 0.361, green: 0.863, blue: 0.729)
/* Android */
Color.parseColor("#5cdcba")Accessibility — WCAG contrast
Aa
#5cdcba on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdcba on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green86.3%
Blue72.9%
CMYK percentages
Cyan58.2%
Magenta0.0%
Yellow15.5%
Key (black)13.7%
Color previews
#5cdcba text on a black background
contrast 12.40:1
Card sample
#5cdcba text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdcba;
Background color
Panel with #5cdcba background
background-color: #5cdcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 220, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 220, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdcba; background: linear-gradient(135deg, #5cdcba, #5CA9DC);