#3fc0af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 192, 175
HSL
172°, 51%, 50%
CMYK
67, 0, 9, 25
Luminance
0.4185
Every format
| HEX | #3fc0af |
| RGB | rgb(63, 192, 175) |
| HSL | hsl(172, 51%, 50%) |
| CMYK | cmyk(67%, 0%, 9%, 25%) |
| LAB | lab(70.8 -38.8 -1.7) |
| LCH | lch(70.8 38.9 182.5) |
| OKLCH | oklch(0.734 0.114 182.6) |
Copy-ready code
/* CSS */
color: #3fc0af;
background-color: #3fc0af;
/* Tailwind (arbitrary) */
class="text-[#3fc0af] bg-[#3fc0af]"
/* SCSS */
$brand: #3fc0af;
/* SwiftUI */
Color(red: 0.247, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#3fc0af")Accessibility — WCAG contrast
Aa
#3fc0af on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc0af on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green75.3%
Blue68.6%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#3fc0af text on a black background
contrast 9.37:1
Card sample
#3fc0af text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc0af;
Background color
Panel with #3fc0af background
background-color: #3fc0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc0af; background: linear-gradient(135deg, #3fc0af, #3F7BC0);