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