#3cb6af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 182, 175
HSL
177°, 50%, 48%
CMYK
67, 0, 4, 29
Luminance
0.3751
Every format
| HEX | #3cb6af |
| RGB | rgb(60, 182, 175) |
| HSL | hsl(177, 50%, 48%) |
| CMYK | cmyk(67%, 0%, 4%, 29%) |
| LAB | lab(67.7 -34.7 -6.3) |
| LCH | lch(67.7 35.2 190.3) |
| OKLCH | oklch(0.708 0.106 189.5) |
Copy-ready code
/* CSS */
color: #3cb6af;
background-color: #3cb6af;
/* Tailwind (arbitrary) */
class="text-[#3cb6af] bg-[#3cb6af]"
/* SCSS */
$brand: #3cb6af;
/* SwiftUI */
Color(red: 0.235, green: 0.714, blue: 0.686)
/* Android */
Color.parseColor("#3cb6af")Accessibility — WCAG contrast
Aa
#3cb6af on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb6af on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green71.4%
Blue68.6%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow3.8%
Key (black)28.6%
Color previews
#3cb6af text on a black background
contrast 8.50:1
Card sample
#3cb6af text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb6af;
Background color
Panel with #3cb6af background
background-color: #3cb6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 182, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 182, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb6af; background: linear-gradient(135deg, #3cb6af, #3C6CB6);