#2fdadf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 218, 223
HSL
182°, 73%, 53%
CMYK
79, 2, 0, 13
Luminance
0.5607
Every format
| HEX | #2fdadf |
| RGB | rgb(47, 218, 223) |
| HSL | hsl(182, 73%, 53%) |
| CMYK | cmyk(79%, 2%, 0%, 13%) |
| LAB | lab(79.7 -39.0 -14.4) |
| LCH | lch(79.7 41.6 200.3) |
| OKLCH | oklch(0.810 0.130 198.0) |
Copy-ready code
/* CSS */
color: #2fdadf;
background-color: #2fdadf;
/* Tailwind (arbitrary) */
class="text-[#2fdadf] bg-[#2fdadf]"
/* SCSS */
$brand: #2fdadf;
/* SwiftUI */
Color(red: 0.184, green: 0.855, blue: 0.875)
/* Android */
Color.parseColor("#2fdadf")Accessibility — WCAG contrast
Aa
#2fdadf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdadf on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.5%
Blue87.5%
CMYK percentages
Cyan78.9%
Magenta2.2%
Yellow0.0%
Key (black)12.5%
Color previews
#2fdadf text on a black background
contrast 12.21:1
Card sample
#2fdadf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdadf;
Background color
Panel with #2fdadf background
background-color: #2fdadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 218, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 218, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdadf; background: linear-gradient(135deg, #2fdadf, #2F65DF);