#3ccacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 202, 207
HSL
182°, 61%, 52%
CMYK
71, 2, 0, 19
Luminance
0.4771
Every format
| HEX | #3ccacf |
| RGB | rgb(60, 202, 207) |
| HSL | hsl(182, 61%, 52%) |
| CMYK | cmyk(71%, 2%, 0%, 19%) |
| LAB | lab(74.6 -34.9 -13.3) |
| LCH | lch(74.6 37.4 200.9) |
| OKLCH | oklch(0.768 0.117 198.5) |
Copy-ready code
/* CSS */
color: #3ccacf;
background-color: #3ccacf;
/* Tailwind (arbitrary) */
class="text-[#3ccacf] bg-[#3ccacf]"
/* SCSS */
$brand: #3ccacf;
/* SwiftUI */
Color(red: 0.235, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#3ccacf")Accessibility — WCAG contrast
Aa
#3ccacf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ccacf on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green79.2%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#3ccacf text on a black background
contrast 10.54:1
Card sample
#3ccacf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ccacf;
Background color
Panel with #3ccacf background
background-color: #3ccacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ccacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ccacf; background: linear-gradient(135deg, #3ccacf, #3C68CF);