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