#3bcfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 207, 172
HSL
166°, 61%, 52%
CMYK
72, 0, 17, 19
Luminance
0.4853
Every format
| HEX | #3bcfac |
| RGB | rgb(59, 207, 172) |
| HSL | hsl(166, 61%, 52%) |
| CMYK | cmyk(72%, 0%, 17%, 19%) |
| LAB | lab(75.2 -46.7 6.3) |
| LCH | lch(75.2 47.1 172.3) |
| OKLCH | oklch(0.769 0.133 173.1) |
Copy-ready code
/* CSS */
color: #3bcfac;
background-color: #3bcfac;
/* Tailwind (arbitrary) */
class="text-[#3bcfac] bg-[#3bcfac]"
/* SCSS */
$brand: #3bcfac;
/* SwiftUI */
Color(red: 0.231, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#3bcfac")Accessibility — WCAG contrast
Aa
#3bcfac on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcfac on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green81.2%
Blue67.5%
CMYK percentages
Cyan71.5%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#3bcfac text on a black background
contrast 10.71:1
Card sample
#3bcfac text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcfac;
Background color
Panel with #3bcfac background
background-color: #3bcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcfac; background: linear-gradient(135deg, #3bcfac, #3B8FCF);