#3ffadf
a balanced, electric cyan · cool · closest name: turquoise
RGB
63, 250, 223
HSL
171°, 95%, 61%
CMYK
75, 0, 11, 2
Luminance
0.7476
Every format
| HEX | #3ffadf |
| RGB | rgb(63, 250, 223) |
| HSL | hsl(171, 95%, 61%) |
| CMYK | cmyk(75%, 0%, 11%, 2%) |
| LAB | lab(89.3 -51.4 -0.2) |
| LCH | lch(89.3 51.4 180.2) |
| OKLCH | oklch(0.889 0.149 180.5) |
Copy-ready code
/* CSS */
color: #3ffadf;
background-color: #3ffadf;
/* Tailwind (arbitrary) */
class="text-[#3ffadf] bg-[#3ffadf]"
/* SCSS */
$brand: #3ffadf;
/* SwiftUI */
Color(red: 0.247, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#3ffadf")Accessibility — WCAG contrast
Aa
#3ffadf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffadf on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green98.0%
Blue87.5%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#3ffadf text on a black background
contrast 15.95:1
Card sample
#3ffadf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffadf;
Background color
Panel with #3ffadf background
background-color: #3ffadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffadf; background: linear-gradient(135deg, #3ffadf, #3F99FA);