#3fccad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 204, 173
HSL
167°, 58%, 52%
CMYK
69, 0, 15, 20
Luminance
0.4726
Every format
| HEX | #3fccad |
| RGB | rgb(63, 204, 173) |
| HSL | hsl(167, 58%, 52%) |
| CMYK | cmyk(69%, 0%, 15%, 20%) |
| LAB | lab(74.3 -44.6 4.6) |
| LCH | lch(74.3 44.9 174.1) |
| OKLCH | oklch(0.763 0.127 174.8) |
Copy-ready code
/* CSS */
color: #3fccad;
background-color: #3fccad;
/* Tailwind (arbitrary) */
class="text-[#3fccad] bg-[#3fccad]"
/* SCSS */
$brand: #3fccad;
/* SwiftUI */
Color(red: 0.247, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#3fccad")Accessibility — WCAG contrast
Aa
#3fccad on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fccad on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green80.0%
Blue67.8%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow15.2%
Key (black)20.0%
Color previews
#3fccad text on a black background
contrast 10.45:1
Card sample
#3fccad text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fccad;
Background color
Panel with #3fccad background
background-color: #3fccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fccad; background: linear-gradient(135deg, #3fccad, #3F8DCC);