#3fefe2
a balanced, electric cyan · cool · closest name: turquoise
RGB
63, 239, 226
HSL
176°, 85%, 59%
CMYK
74, 0, 5, 6
Luminance
0.6828
Every format
| HEX | #3fefe2 |
| RGB | rgb(63, 239, 226) |
| HSL | hsl(176, 85%, 59%) |
| CMYK | cmyk(74%, 0%, 5%, 6%) |
| LAB | lab(86.1 -45.9 -6.3) |
| LCH | lch(86.1 46.4 187.9) |
| OKLCH | oklch(0.864 0.138 187.4) |
Copy-ready code
/* CSS */
color: #3fefe2;
background-color: #3fefe2;
/* Tailwind (arbitrary) */
class="text-[#3fefe2] bg-[#3fefe2]"
/* SCSS */
$brand: #3fefe2;
/* SwiftUI */
Color(red: 0.247, green: 0.937, blue: 0.886)
/* Android */
Color.parseColor("#3fefe2")Accessibility — WCAG contrast
Aa
#3fefe2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fefe2 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green93.7%
Blue88.6%
CMYK percentages
Cyan73.6%
Magenta0.0%
Yellow5.4%
Key (black)6.3%
Color previews
#3fefe2 text on a black background
contrast 14.66:1
Card sample
#3fefe2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fefe2;
Background color
Panel with #3fefe2 background
background-color: #3fefe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fefe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 239, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 239, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fefe2; background: linear-gradient(135deg, #3fefe2, #3F87EF);