#5cdcb7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 220, 183
HSL
163°, 65%, 61%
CMYK
58, 0, 17, 14
Luminance
0.5688
Every format
| HEX | #5cdcb7 |
| RGB | rgb(92, 220, 183) |
| HSL | hsl(163, 65%, 61%) |
| CMYK | cmyk(58%, 0%, 17%, 14%) |
| LAB | lab(80.1 -44.2 7.7) |
| LCH | lch(80.1 44.8 170.2) |
| OKLCH | oklch(0.813 0.126 171.1) |
Copy-ready code
/* CSS */
color: #5cdcb7;
background-color: #5cdcb7;
/* Tailwind (arbitrary) */
class="text-[#5cdcb7] bg-[#5cdcb7]"
/* SCSS */
$brand: #5cdcb7;
/* SwiftUI */
Color(red: 0.361, green: 0.863, blue: 0.718)
/* Android */
Color.parseColor("#5cdcb7")Accessibility — WCAG contrast
Aa
#5cdcb7 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdcb7 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green86.3%
Blue71.8%
CMYK percentages
Cyan58.2%
Magenta0.0%
Yellow16.8%
Key (black)13.7%
Color previews
#5cdcb7 text on a black background
contrast 12.38:1
Card sample
#5cdcb7 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdcb7;
Background color
Panel with #5cdcb7 background
background-color: #5cdcb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdcb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 220, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 220, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdcb7; background: linear-gradient(135deg, #5cdcb7, #5CACDC);