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