#3fcdaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 205, 175
HSL
167°, 59%, 53%
CMYK
69, 0, 15, 20
Luminance
0.4781
Every format
| HEX | #3fcdaf |
| RGB | rgb(63, 205, 175) |
| HSL | hsl(167, 59%, 53%) |
| CMYK | cmyk(69%, 0%, 15%, 20%) |
| LAB | lab(74.7 -44.5 4.1) |
| LCH | lch(74.7 44.7 174.8) |
| OKLCH | oklch(0.766 0.127 175.5) |
Copy-ready code
/* CSS */
color: #3fcdaf;
background-color: #3fcdaf;
/* Tailwind (arbitrary) */
class="text-[#3fcdaf] bg-[#3fcdaf]"
/* SCSS */
$brand: #3fcdaf;
/* SwiftUI */
Color(red: 0.247, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#3fcdaf")Accessibility — WCAG contrast
Aa
#3fcdaf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcdaf on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green80.4%
Blue68.6%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#3fcdaf text on a black background
contrast 10.56:1
Card sample
#3fcdaf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcdaf;
Background color
Panel with #3fcdaf background
background-color: #3fcdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcdaf; background: linear-gradient(135deg, #3fcdaf, #3F8CCD);