#3cc2ab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 194, 171
HSL
170°, 53%, 50%
CMYK
69, 0, 12, 24
Luminance
0.4248
Every format
| HEX | #3cc2ab |
| RGB | rgb(60, 194, 171) |
| HSL | hsl(170, 53%, 50%) |
| CMYK | cmyk(69%, 0%, 12%, 24%) |
| LAB | lab(71.2 -41.2 1.1) |
| LCH | lch(71.2 41.2 178.4) |
| OKLCH | oklch(0.737 0.119 178.9) |
Copy-ready code
/* CSS */
color: #3cc2ab;
background-color: #3cc2ab;
/* Tailwind (arbitrary) */
class="text-[#3cc2ab] bg-[#3cc2ab]"
/* SCSS */
$brand: #3cc2ab;
/* SwiftUI */
Color(red: 0.235, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#3cc2ab")Accessibility — WCAG contrast
Aa
#3cc2ab on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cc2ab on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green76.1%
Blue67.1%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow11.9%
Key (black)23.9%
Color previews
#3cc2ab text on a black background
contrast 9.50:1
Card sample
#3cc2ab text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cc2ab;
Background color
Panel with #3cc2ab background
background-color: #3cc2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cc2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cc2ab; background: linear-gradient(135deg, #3cc2ab, #3C80C2);