#2fefdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
47, 239, 223
HSL
175°, 86%, 56%
CMYK
80, 0, 7, 6
Luminance
0.6767
Every format
| HEX | #2fefdf |
| RGB | rgb(47, 239, 223) |
| HSL | hsl(175, 86%, 56%) |
| CMYK | cmyk(80%, 0%, 7%, 6%) |
| LAB | lab(85.8 -48.2 -5.2) |
| LCH | lch(85.8 48.5 186.2) |
| OKLCH | oklch(0.860 0.144 186.0) |
Copy-ready code
/* CSS */
color: #2fefdf;
background-color: #2fefdf;
/* Tailwind (arbitrary) */
class="text-[#2fefdf] bg-[#2fefdf]"
/* SCSS */
$brand: #2fefdf;
/* SwiftUI */
Color(red: 0.184, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#2fefdf")Accessibility — WCAG contrast
Aa
#2fefdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fefdf on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green93.7%
Blue87.5%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#2fefdf text on a black background
contrast 14.53:1
Card sample
#2fefdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fefdf;
Background color
Panel with #2fefdf background
background-color: #2fefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fefdf; background: linear-gradient(135deg, #2fefdf, #2F7FEF);