#3cbdaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 189, 175
HSL
174°, 52%, 49%
CMYK
68, 0, 7, 26
Luminance
0.4045
Every format
| HEX | #3cbdaf |
| RGB | rgb(60, 189, 175) |
| HSL | hsl(174, 52%, 49%) |
| CMYK | cmyk(68%, 0%, 7%, 26%) |
| LAB | lab(69.8 -37.9 -3.1) |
| LCH | lch(69.8 38.0 184.7) |
| OKLCH | oklch(0.726 0.112 184.6) |
Copy-ready code
/* CSS */
color: #3cbdaf;
background-color: #3cbdaf;
/* Tailwind (arbitrary) */
class="text-[#3cbdaf] bg-[#3cbdaf]"
/* SCSS */
$brand: #3cbdaf;
/* SwiftUI */
Color(red: 0.235, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#3cbdaf")Accessibility — WCAG contrast
Aa
#3cbdaf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbdaf on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.1%
Blue68.6%
CMYK percentages
Cyan68.3%
Magenta0.0%
Yellow7.4%
Key (black)25.9%
Color previews
#3cbdaf text on a black background
contrast 9.09:1
Card sample
#3cbdaf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbdaf;
Background color
Panel with #3cbdaf background
background-color: #3cbdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbdaf; background: linear-gradient(135deg, #3cbdaf, #3C75BD);