#3fece2
a balanced, electric cyan · cool · closest name: turquoise
RGB
63, 236, 226
HSL
177°, 82%, 59%
CMYK
73, 0, 4, 8
Luminance
0.6654
Every format
| HEX | #3fece2 |
| RGB | rgb(63, 236, 226) |
| HSL | hsl(177, 82%, 59%) |
| CMYK | cmyk(73%, 0%, 4%, 8%) |
| LAB | lab(85.3 -44.6 -7.6) |
| LCH | lch(85.3 45.3 189.7) |
| OKLCH | oklch(0.857 0.136 189.1) |
Copy-ready code
/* CSS */
color: #3fece2;
background-color: #3fece2;
/* Tailwind (arbitrary) */
class="text-[#3fece2] bg-[#3fece2]"
/* SCSS */
$brand: #3fece2;
/* SwiftUI */
Color(red: 0.247, green: 0.925, blue: 0.886)
/* Android */
Color.parseColor("#3fece2")Accessibility — WCAG contrast
Aa
#3fece2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fece2 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green92.5%
Blue88.6%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow4.2%
Key (black)7.5%
Color previews
#3fece2 text on a black background
contrast 14.31:1
Card sample
#3fece2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fece2;
Background color
Panel with #3fece2 background
background-color: #3fece2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fece2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 236, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 236, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fece2; background: linear-gradient(135deg, #3fece2, #3F83EC);