#3cd5ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 213, 186
HSL
169°, 65%, 54%
CMYK
72, 0, 13, 17
Luminance
0.5209
Every format
| HEX | #3cd5ba |
| RGB | rgb(60, 213, 186) |
| HSL | hsl(169, 65%, 54%) |
| CMYK | cmyk(72%, 0%, 13%, 17%) |
| LAB | lab(77.3 -45.6 1.9) |
| LCH | lch(77.3 45.6 177.6) |
| OKLCH | oklch(0.788 0.131 178.0) |
Copy-ready code
/* CSS */
color: #3cd5ba;
background-color: #3cd5ba;
/* Tailwind (arbitrary) */
class="text-[#3cd5ba] bg-[#3cd5ba]"
/* SCSS */
$brand: #3cd5ba;
/* SwiftUI */
Color(red: 0.235, green: 0.835, blue: 0.729)
/* Android */
Color.parseColor("#3cd5ba")Accessibility — WCAG contrast
Aa
#3cd5ba on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd5ba on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green83.5%
Blue72.9%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow12.7%
Key (black)16.5%
Color previews
#3cd5ba text on a black background
contrast 11.42:1
Card sample
#3cd5ba text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd5ba;
Background color
Panel with #3cd5ba background
background-color: #3cd5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 213, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 213, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd5ba; background: linear-gradient(135deg, #3cd5ba, #3C8AD5);