#3cc2cb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 194, 203
HSL
184°, 58%, 52%
CMYK
70, 4, 0, 20
Luminance
0.4386
Every format
| HEX | #3cc2cb |
| RGB | rgb(60, 194, 203) |
| HSL | hsl(184, 58%, 52%) |
| CMYK | cmyk(70%, 4%, 0%, 20%) |
| LAB | lab(72.1 -32.3 -14.9) |
| LCH | lch(72.1 35.6 204.8) |
| OKLCH | oklch(0.747 0.113 201.6) |
Copy-ready code
/* CSS */
color: #3cc2cb;
background-color: #3cc2cb;
/* Tailwind (arbitrary) */
class="text-[#3cc2cb] bg-[#3cc2cb]"
/* SCSS */
$brand: #3cc2cb;
/* SwiftUI */
Color(red: 0.235, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#3cc2cb")Accessibility — WCAG contrast
Aa
#3cc2cb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cc2cb on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green76.1%
Blue79.6%
CMYK percentages
Cyan70.4%
Magenta4.4%
Yellow0.0%
Key (black)20.4%
Color previews
#3cc2cb text on a black background
contrast 9.77:1
Card sample
#3cc2cb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cc2cb;
Background color
Panel with #3cc2cb background
background-color: #3cc2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cc2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cc2cb; background: linear-gradient(135deg, #3cc2cb, #3C63CB);