#3cccad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 204, 173
HSL
167°, 59%, 52%
CMYK
71, 0, 15, 20
Luminance
0.4716
Every format
| HEX | #3cccad |
| RGB | rgb(60, 204, 173) |
| HSL | hsl(167, 59%, 52%) |
| CMYK | cmyk(71%, 0%, 15%, 20%) |
| LAB | lab(74.3 -45.0 4.5) |
| LCH | lch(74.3 45.3 174.3) |
| OKLCH | oklch(0.762 0.128 174.9) |
Copy-ready code
/* CSS */
color: #3cccad;
background-color: #3cccad;
/* Tailwind (arbitrary) */
class="text-[#3cccad] bg-[#3cccad]"
/* SCSS */
$brand: #3cccad;
/* SwiftUI */
Color(red: 0.235, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#3cccad")Accessibility — WCAG contrast
Aa
#3cccad on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cccad on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green80.0%
Blue67.8%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow15.2%
Key (black)20.0%
Color previews
#3cccad text on a black background
contrast 10.43:1
Card sample
#3cccad text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cccad;
Background color
Panel with #3cccad background
background-color: #3cccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cccad; background: linear-gradient(135deg, #3cccad, #3C8BCC);