#3cdfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 223, 191
HSL
168°, 72%, 56%
CMYK
73, 0, 14, 13
Luminance
0.5750
Every format
| HEX | #3cdfbf |
| RGB | rgb(60, 223, 191) |
| HSL | hsl(168, 72%, 56%) |
| CMYK | cmyk(73%, 0%, 14%, 13%) |
| LAB | lab(80.5 -48.5 3.8) |
| LCH | lch(80.5 48.7 175.5) |
| OKLCH | oklch(0.814 0.139 176.1) |
Copy-ready code
/* CSS */
color: #3cdfbf;
background-color: #3cdfbf;
/* Tailwind (arbitrary) */
class="text-[#3cdfbf] bg-[#3cdfbf]"
/* SCSS */
$brand: #3cdfbf;
/* SwiftUI */
Color(red: 0.235, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#3cdfbf")Accessibility — WCAG contrast
Aa
#3cdfbf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdfbf on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.5%
Blue74.9%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#3cdfbf text on a black background
contrast 12.50:1
Card sample
#3cdfbf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdfbf;
Background color
Panel with #3cdfbf background
background-color: #3cdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdfbf; background: linear-gradient(135deg, #3cdfbf, #3C92DF);