#3fafa1
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 175, 161
HSL
173°, 47%, 47%
CMYK
64, 0, 8, 31
Luminance
0.3429
Every format
| HEX | #3fafa1 |
| RGB | rgb(63, 175, 161) |
| HSL | hsl(173, 47%, 47%) |
| CMYK | cmyk(64%, 0%, 8%, 31%) |
| LAB | lab(65.2 -34.8 -2.1) |
| LCH | lch(65.2 34.8 183.5) |
| OKLCH | oklch(0.687 0.102 183.6) |
Copy-ready code
/* CSS */
color: #3fafa1;
background-color: #3fafa1;
/* Tailwind (arbitrary) */
class="text-[#3fafa1] bg-[#3fafa1]"
/* SCSS */
$brand: #3fafa1;
/* SwiftUI */
Color(red: 0.247, green: 0.686, blue: 0.631)
/* Android */
Color.parseColor("#3fafa1")Accessibility — WCAG contrast
Aa
#3fafa1 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fafa1 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green68.6%
Blue63.1%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow8.0%
Key (black)31.4%
Color previews
#3fafa1 text on a black background
contrast 7.86:1
Card sample
#3fafa1 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fafa1;
Background color
Panel with #3fafa1 background
background-color: #3fafa1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fafa1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 175, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 175, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fafa1; background: linear-gradient(135deg, #3fafa1, #3F72AF);