#3cddc2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 221, 194
HSL
170°, 70%, 55%
CMYK
73, 0, 12, 13
Luminance
0.5657
Every format
| HEX | #3cddc2 |
| RGB | rgb(60, 221, 194) |
| HSL | hsl(170, 70%, 55%) |
| CMYK | cmyk(73%, 0%, 12%, 13%) |
| LAB | lab(79.9 -46.9 1.5) |
| LCH | lch(79.9 47.0 178.2) |
| OKLCH | oklch(0.810 0.135 178.7) |
Copy-ready code
/* CSS */
color: #3cddc2;
background-color: #3cddc2;
/* Tailwind (arbitrary) */
class="text-[#3cddc2] bg-[#3cddc2]"
/* SCSS */
$brand: #3cddc2;
/* SwiftUI */
Color(red: 0.235, green: 0.867, blue: 0.761)
/* Android */
Color.parseColor("#3cddc2")Accessibility — WCAG contrast
Aa
#3cddc2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cddc2 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green86.7%
Blue76.1%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow12.2%
Key (black)13.3%
Color previews
#3cddc2 text on a black background
contrast 12.31:1
Card sample
#3cddc2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cddc2;
Background color
Panel with #3cddc2 background
background-color: #3cddc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cddc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 221, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 221, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cddc2; background: linear-gradient(135deg, #3cddc2, #3C8DDD);