#3cddcd
a balanced, vivid cyan · cool · “turquoise”
RGB
60, 221, 205
HSL
174°, 70%, 55%
CMYK
73, 0, 7, 13
Luminance
0.5708
Every format
| HEX | #3cddcd |
| RGB | rgb(60, 221, 205) |
| HSL | hsl(174, 70%, 55%) |
| CMYK | cmyk(73%, 0%, 7%, 13%) |
| LAB | lab(80.2 -44.0 -4.0) |
| LCH | lch(80.2 44.2 185.1) |
| OKLCH | oklch(0.813 0.131 185.0) |
Copy-ready code
/* CSS */
color: #3cddcd;
background-color: #3cddcd;
/* Tailwind (arbitrary) */
class="text-[#3cddcd] bg-[#3cddcd]"
/* SCSS */
$brand: #3cddcd;
/* SwiftUI */
Color(red: 0.235, green: 0.867, blue: 0.804)
/* Android */
Color.parseColor("#3cddcd")Accessibility — WCAG contrast
Aa
#3cddcd on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cddcd on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green86.7%
Blue80.4%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow7.2%
Key (black)13.3%
Color previews
#3cddcd text on a black background
contrast 12.42:1
Card sample
#3cddcd text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cddcd;
Background color
Panel with #3cddcd background
background-color: #3cddcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cddcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 221, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 221, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cddcd; background: linear-gradient(135deg, #3cddcd, #3C82DD);