#3fe6df
a balanced, electric cyan · cool · closest name: turquoise
RGB
63, 230, 223
HSL
178°, 77%, 58%
CMYK
73, 0, 3, 10
Luminance
0.6298
Every format
| HEX | #3fe6df |
| RGB | rgb(63, 230, 223) |
| HSL | hsl(178, 77%, 58%) |
| CMYK | cmyk(73%, 0%, 3%, 10%) |
| LAB | lab(83.4 -42.8 -8.8) |
| LCH | lch(83.4 43.7 191.6) |
| OKLCH | oklch(0.841 0.132 190.7) |
Copy-ready code
/* CSS */
color: #3fe6df;
background-color: #3fe6df;
/* Tailwind (arbitrary) */
class="text-[#3fe6df] bg-[#3fe6df]"
/* SCSS */
$brand: #3fe6df;
/* SwiftUI */
Color(red: 0.247, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#3fe6df")Accessibility — WCAG contrast
Aa
#3fe6df on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fe6df on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green90.2%
Blue87.5%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow3.0%
Key (black)9.8%
Color previews
#3fe6df text on a black background
contrast 13.60:1
Card sample
#3fe6df text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fe6df;
Background color
Panel with #3fe6df background
background-color: #3fe6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fe6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fe6df; background: linear-gradient(135deg, #3fe6df, #3F7EE6);