#3cd9b3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 217, 179
HSL
166°, 67%, 54%
CMYK
72, 0, 18, 15
Luminance
0.5384
Every format
| HEX | #3cd9b3 |
| RGB | rgb(60, 217, 179) |
| HSL | hsl(166, 67%, 54%) |
| CMYK | cmyk(72%, 0%, 18%, 15%) |
| LAB | lab(78.4 -49.0 7.2) |
| LCH | lch(78.4 49.5 171.7) |
| OKLCH | oklch(0.796 0.139 172.5) |
Copy-ready code
/* CSS */
color: #3cd9b3;
background-color: #3cd9b3;
/* Tailwind (arbitrary) */
class="text-[#3cd9b3] bg-[#3cd9b3]"
/* SCSS */
$brand: #3cd9b3;
/* SwiftUI */
Color(red: 0.235, green: 0.851, blue: 0.702)
/* Android */
Color.parseColor("#3cd9b3")Accessibility — WCAG contrast
Aa
#3cd9b3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd9b3 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green85.1%
Blue70.2%
CMYK percentages
Cyan72.4%
Magenta0.0%
Yellow17.5%
Key (black)14.9%
Color previews
#3cd9b3 text on a black background
contrast 11.77:1
Card sample
#3cd9b3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd9b3;
Background color
Panel with #3cd9b3 background
background-color: #3cd9b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd9b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 217, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 217, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd9b3; background: linear-gradient(135deg, #3cd9b3, #3C96D9);