#2fdec3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 222, 195
HSL
171°, 73%, 53%
CMYK
79, 0, 12, 13
Luminance
0.5679
Every format
| HEX | #2fdec3 |
| RGB | rgb(47, 222, 195) |
| HSL | hsl(171, 73%, 53%) |
| CMYK | cmyk(79%, 0%, 12%, 13%) |
| LAB | lab(80.1 -48.5 1.1) |
| LCH | lch(80.1 48.5 178.7) |
| OKLCH | oklch(0.811 0.140 179.1) |
Copy-ready code
/* CSS */
color: #2fdec3;
background-color: #2fdec3;
/* Tailwind (arbitrary) */
class="text-[#2fdec3] bg-[#2fdec3]"
/* SCSS */
$brand: #2fdec3;
/* SwiftUI */
Color(red: 0.184, green: 0.871, blue: 0.765)
/* Android */
Color.parseColor("#2fdec3")Accessibility — WCAG contrast
Aa
#2fdec3 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdec3 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green87.1%
Blue76.5%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow12.2%
Key (black)12.9%
Color previews
#2fdec3 text on a black background
contrast 12.36:1
Card sample
#2fdec3 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdec3;
Background color
Panel with #2fdec3 background
background-color: #2fdec3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdec3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 222, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 222, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdec3; background: linear-gradient(135deg, #2fdec3, #2F84DE);