#3cb3af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 179, 175
HSL
178°, 50%, 47%
CMYK
67, 0, 2, 30
Luminance
0.3630
Every format
| HEX | #3cb3af |
| RGB | rgb(60, 179, 175) |
| HSL | hsl(178, 50%, 47%) |
| CMYK | cmyk(67%, 0%, 2%, 30%) |
| LAB | lab(66.7 -33.3 -7.6) |
| LCH | lch(66.7 34.1 192.9) |
| OKLCH | oklch(0.701 0.104 191.8) |
Copy-ready code
/* CSS */
color: #3cb3af;
background-color: #3cb3af;
/* Tailwind (arbitrary) */
class="text-[#3cb3af] bg-[#3cb3af]"
/* SCSS */
$brand: #3cb3af;
/* SwiftUI */
Color(red: 0.235, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#3cb3af")Accessibility — WCAG contrast
Aa
#3cb3af on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb3af on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green70.2%
Blue68.6%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#3cb3af text on a black background
contrast 8.26:1
Card sample
#3cb3af text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb3af;
Background color
Panel with #3cb3af background
background-color: #3cb3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb3af; background: linear-gradient(135deg, #3cb3af, #3C68B3);