#3cbcaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 188, 175
HSL
174°, 52%, 49%
CMYK
68, 0, 7, 26
Luminance
0.4002
Every format
| HEX | #3cbcaf |
| RGB | rgb(60, 188, 175) |
| HSL | hsl(174, 52%, 49%) |
| CMYK | cmyk(68%, 0%, 7%, 26%) |
| LAB | lab(69.5 -37.4 -3.6) |
| LCH | lch(69.5 37.6 185.4) |
| OKLCH | oklch(0.723 0.111 185.3) |
Copy-ready code
/* CSS */
color: #3cbcaf;
background-color: #3cbcaf;
/* Tailwind (arbitrary) */
class="text-[#3cbcaf] bg-[#3cbcaf]"
/* SCSS */
$brand: #3cbcaf;
/* SwiftUI */
Color(red: 0.235, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#3cbcaf")Accessibility — WCAG contrast
Aa
#3cbcaf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbcaf on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan68.1%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#3cbcaf text on a black background
contrast 9.00:1
Card sample
#3cbcaf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbcaf;
Background color
Panel with #3cbcaf background
background-color: #3cbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbcaf; background: linear-gradient(135deg, #3cbcaf, #3C74BC);