#3fcda2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 205, 162
HSL
162°, 59%, 53%
CMYK
69, 0, 21, 20
Luminance
0.4733
Every format
| HEX | #3fcda2 |
| RGB | rgb(63, 205, 162) |
| HSL | hsl(162, 59%, 53%) |
| CMYK | cmyk(69%, 0%, 21%, 20%) |
| LAB | lab(74.4 -47.7 10.6) |
| LCH | lch(74.4 48.9 167.5) |
| OKLCH | oklch(0.762 0.136 168.5) |
Copy-ready code
/* CSS */
color: #3fcda2;
background-color: #3fcda2;
/* Tailwind (arbitrary) */
class="text-[#3fcda2] bg-[#3fcda2]"
/* SCSS */
$brand: #3fcda2;
/* SwiftUI */
Color(red: 0.247, green: 0.804, blue: 0.635)
/* Android */
Color.parseColor("#3fcda2")Accessibility — WCAG contrast
Aa
#3fcda2 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcda2 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green80.4%
Blue63.5%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow21.0%
Key (black)19.6%
Color previews
#3fcda2 text on a black background
contrast 10.47:1
Card sample
#3fcda2 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcda2;
Background color
Panel with #3fcda2 background
background-color: #3fcda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 205, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 205, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcda2; background: linear-gradient(135deg, #3fcda2, #3F99CD);