#3fc7cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 199, 207
HSL
183°, 60%, 53%
CMYK
70, 4, 0, 19
Luminance
0.4641
Every format
| HEX | #3fc7cf |
| RGB | rgb(63, 199, 207) |
| HSL | hsl(183, 60%, 53%) |
| CMYK | cmyk(70%, 4%, 0%, 19%) |
| LAB | lab(73.8 -33.1 -14.6) |
| LCH | lch(73.8 36.2 203.8) |
| OKLCH | oklch(0.762 0.114 200.8) |
Copy-ready code
/* CSS */
color: #3fc7cf;
background-color: #3fc7cf;
/* Tailwind (arbitrary) */
class="text-[#3fc7cf] bg-[#3fc7cf]"
/* SCSS */
$brand: #3fc7cf;
/* SwiftUI */
Color(red: 0.247, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#3fc7cf")Accessibility — WCAG contrast
Aa
#3fc7cf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc7cf on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green78.0%
Blue81.2%
CMYK percentages
Cyan69.6%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#3fc7cf text on a black background
contrast 10.28:1
Card sample
#3fc7cf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc7cf;
Background color
Panel with #3fc7cf background
background-color: #3fc7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc7cf; background: linear-gradient(135deg, #3fc7cf, #3F67CF);