#3cdfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 223, 188
HSL
167°, 72%, 56%
CMYK
73, 0, 16, 13
Luminance
0.5737
Every format
| HEX | #3cdfbc |
| RGB | rgb(60, 223, 188) |
| HSL | hsl(167, 72%, 56%) |
| CMYK | cmyk(73%, 0%, 16%, 13%) |
| LAB | lab(80.4 -49.3 5.3) |
| LCH | lch(80.4 49.6 173.9) |
| OKLCH | oklch(0.813 0.140 174.6) |
Copy-ready code
/* CSS */
color: #3cdfbc;
background-color: #3cdfbc;
/* Tailwind (arbitrary) */
class="text-[#3cdfbc] bg-[#3cdfbc]"
/* SCSS */
$brand: #3cdfbc;
/* SwiftUI */
Color(red: 0.235, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#3cdfbc")Accessibility — WCAG contrast
Aa
#3cdfbc on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdfbc on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.5%
Blue73.7%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#3cdfbc text on a black background
contrast 12.47:1
Card sample
#3cdfbc text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdfbc;
Background color
Panel with #3cdfbc background
background-color: #3cdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdfbc; background: linear-gradient(135deg, #3cdfbc, #3C95DF);