#3fc6af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 198, 175
HSL
170°, 54%, 51%
CMYK
68, 0, 12, 22
Luminance
0.4454
Every format
| HEX | #3fc6af |
| RGB | rgb(63, 198, 175) |
| HSL | hsl(170, 54%, 51%) |
| CMYK | cmyk(68%, 0%, 12%, 22%) |
| LAB | lab(72.6 -41.5 1.0) |
| LCH | lch(72.6 41.5 178.6) |
| OKLCH | oklch(0.749 0.120 179.1) |
Copy-ready code
/* CSS */
color: #3fc6af;
background-color: #3fc6af;
/* Tailwind (arbitrary) */
class="text-[#3fc6af] bg-[#3fc6af]"
/* SCSS */
$brand: #3fc6af;
/* SwiftUI */
Color(red: 0.247, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#3fc6af")Accessibility — WCAG contrast
Aa
#3fc6af on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc6af on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green77.6%
Blue68.6%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow11.6%
Key (black)22.4%
Color previews
#3fc6af text on a black background
contrast 9.91:1
Card sample
#3fc6af text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc6af;
Background color
Panel with #3fc6af background
background-color: #3fc6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc6af; background: linear-gradient(135deg, #3fc6af, #3F83C6);