#3fd6e2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 214, 226
HSL
184°, 74%, 57%
CMYK
72, 5, 0, 11
Luminance
0.5464
Every format
| HEX | #3fd6e2 |
| RGB | rgb(63, 214, 226) |
| HSL | hsl(184, 74%, 57%) |
| CMYK | cmyk(72%, 5%, 0%, 11%) |
| LAB | lab(78.8 -34.6 -17.3) |
| LCH | lch(78.8 38.7 206.5) |
| OKLCH | oklch(0.804 0.123 202.9) |
Copy-ready code
/* CSS */
color: #3fd6e2;
background-color: #3fd6e2;
/* Tailwind (arbitrary) */
class="text-[#3fd6e2] bg-[#3fd6e2]"
/* SCSS */
$brand: #3fd6e2;
/* SwiftUI */
Color(red: 0.247, green: 0.839, blue: 0.886)
/* Android */
Color.parseColor("#3fd6e2")Accessibility — WCAG contrast
Aa
#3fd6e2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd6e2 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.9%
Blue88.6%
CMYK percentages
Cyan72.1%
Magenta5.3%
Yellow0.0%
Key (black)11.4%
Color previews
#3fd6e2 text on a black background
contrast 11.93:1
Card sample
#3fd6e2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd6e2;
Background color
Panel with #3fd6e2 background
background-color: #3fd6e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd6e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 214, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 214, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd6e2; background: linear-gradient(135deg, #3fd6e2, #3F69E2);