#3cdfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 223, 186
HSL
166°, 72%, 56%
CMYK
73, 0, 17, 13
Luminance
0.5728
Every format
| HEX | #3cdfba |
| RGB | rgb(60, 223, 186) |
| HSL | hsl(166, 72%, 56%) |
| CMYK | cmyk(73%, 0%, 17%, 13%) |
| LAB | lab(80.3 -49.8 6.3) |
| LCH | lch(80.3 50.2 172.8) |
| OKLCH | oklch(0.813 0.141 173.6) |
Copy-ready code
/* CSS */
color: #3cdfba;
background-color: #3cdfba;
/* Tailwind (arbitrary) */
class="text-[#3cdfba] bg-[#3cdfba]"
/* SCSS */
$brand: #3cdfba;
/* SwiftUI */
Color(red: 0.235, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#3cdfba")Accessibility — WCAG contrast
Aa
#3cdfba on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdfba on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.5%
Blue72.9%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#3cdfba text on a black background
contrast 12.46:1
Card sample
#3cdfba text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdfba;
Background color
Panel with #3cdfba background
background-color: #3cdfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdfba; background: linear-gradient(135deg, #3cdfba, #3C97DF);