#3fbaac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 186, 172
HSL
173°, 49%, 49%
CMYK
66, 0, 8, 27
Luminance
0.3915
Every format
| HEX | #3fbaac |
| RGB | rgb(63, 186, 172) |
| HSL | hsl(173, 49%, 49%) |
| CMYK | cmyk(66%, 0%, 8%, 27%) |
| LAB | lab(68.9 -36.9 -2.8) |
| LCH | lch(68.9 37.0 184.4) |
| OKLCH | oklch(0.718 0.109 184.3) |
Copy-ready code
/* CSS */
color: #3fbaac;
background-color: #3fbaac;
/* Tailwind (arbitrary) */
class="text-[#3fbaac] bg-[#3fbaac]"
/* SCSS */
$brand: #3fbaac;
/* SwiftUI */
Color(red: 0.247, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#3fbaac")Accessibility — WCAG contrast
Aa
#3fbaac on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbaac on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green72.9%
Blue67.5%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#3fbaac text on a black background
contrast 8.83:1
Card sample
#3fbaac text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbaac;
Background color
Panel with #3fbaac background
background-color: #3fbaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbaac; background: linear-gradient(135deg, #3fbaac, #3F76BA);