#3fccaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 204, 175
HSL
168°, 58%, 52%
CMYK
69, 0, 14, 20
Luminance
0.4734
Every format
| HEX | #3fccaf |
| RGB | rgb(63, 204, 175) |
| HSL | hsl(168, 58%, 52%) |
| CMYK | cmyk(69%, 0%, 14%, 20%) |
| LAB | lab(74.4 -44.1 3.6) |
| LCH | lch(74.4 44.3 175.3) |
| OKLCH | oklch(0.763 0.126 175.9) |
Copy-ready code
/* CSS */
color: #3fccaf;
background-color: #3fccaf;
/* Tailwind (arbitrary) */
class="text-[#3fccaf] bg-[#3fccaf]"
/* SCSS */
$brand: #3fccaf;
/* SwiftUI */
Color(red: 0.247, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#3fccaf")Accessibility — WCAG contrast
Aa
#3fccaf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fccaf on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green80.0%
Blue68.6%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#3fccaf text on a black background
contrast 10.47:1
Card sample
#3fccaf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fccaf;
Background color
Panel with #3fccaf background
background-color: #3fccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fccaf; background: linear-gradient(135deg, #3fccaf, #3F8BCC);