#3fccba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 204, 186
HSL
172°, 58%, 52%
CMYK
69, 0, 9, 20
Luminance
0.4779
Every format
| HEX | #3fccba |
| RGB | rgb(63, 204, 186) |
| HSL | hsl(172, 58%, 52%) |
| CMYK | cmyk(69%, 0%, 9%, 20%) |
| LAB | lab(74.7 -41.3 -1.9) |
| LCH | lch(74.7 41.3 182.7) |
| OKLCH | oklch(0.767 0.121 182.8) |
Copy-ready code
/* CSS */
color: #3fccba;
background-color: #3fccba;
/* Tailwind (arbitrary) */
class="text-[#3fccba] bg-[#3fccba]"
/* SCSS */
$brand: #3fccba;
/* SwiftUI */
Color(red: 0.247, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#3fccba")Accessibility — WCAG contrast
Aa
#3fccba on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fccba on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green80.0%
Blue72.9%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#3fccba text on a black background
contrast 10.56:1
Card sample
#3fccba text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fccba;
Background color
Panel with #3fccba background
background-color: #3fccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fccba; background: linear-gradient(135deg, #3fccba, #3F80CC);