#3cdfcb
a balanced, vivid cyan · cool · “turquoise”
RGB
60, 223, 203
HSL
173°, 72%, 56%
CMYK
73, 0, 9, 13
Luminance
0.5805
Every format
| HEX | #3cdfcb |
| RGB | rgb(60, 223, 203) |
| HSL | hsl(173, 72%, 56%) |
| CMYK | cmyk(73%, 0%, 9%, 13%) |
| LAB | lab(80.8 -45.5 -2.1) |
| LCH | lch(80.8 45.5 182.7) |
| OKLCH | oklch(0.818 0.133 182.8) |
Copy-ready code
/* CSS */
color: #3cdfcb;
background-color: #3cdfcb;
/* Tailwind (arbitrary) */
class="text-[#3cdfcb] bg-[#3cdfcb]"
/* SCSS */
$brand: #3cdfcb;
/* SwiftUI */
Color(red: 0.235, green: 0.875, blue: 0.796)
/* Android */
Color.parseColor("#3cdfcb")Accessibility — WCAG contrast
Aa
#3cdfcb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdfcb on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.5%
Blue79.6%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow9.0%
Key (black)12.5%
Color previews
#3cdfcb text on a black background
contrast 12.61:1
Card sample
#3cdfcb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdfcb;
Background color
Panel with #3cdfcb background
background-color: #3cdfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 223, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 223, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdfcb; background: linear-gradient(135deg, #3cdfcb, #3C86DF);