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