#3fbcaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 188, 175
HSL
174°, 50%, 49%
CMYK
67, 0, 7, 26
Luminance
0.4012
Every format
| HEX | #3fbcaf |
| RGB | rgb(63, 188, 175) |
| HSL | hsl(174, 50%, 49%) |
| CMYK | cmyk(67%, 0%, 7%, 26%) |
| LAB | lab(69.5 -37.0 -3.5) |
| LCH | lch(69.5 37.1 185.3) |
| OKLCH | oklch(0.724 0.110 185.2) |
Copy-ready code
/* CSS */
color: #3fbcaf;
background-color: #3fbcaf;
/* Tailwind (arbitrary) */
class="text-[#3fbcaf] bg-[#3fbcaf]"
/* SCSS */
$brand: #3fbcaf;
/* SwiftUI */
Color(red: 0.247, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#3fbcaf")Accessibility — WCAG contrast
Aa
#3fbcaf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbcaf on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green73.7%
Blue68.6%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#3fbcaf text on a black background
contrast 9.02:1
Card sample
#3fbcaf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbcaf;
Background color
Panel with #3fbcaf background
background-color: #3fbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbcaf; background: linear-gradient(135deg, #3fbcaf, #3F76BC);