#2fcc9f
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 204, 159
HSL
163°, 63%, 49%
CMYK
77, 0, 22, 20
Luminance
0.4629
Every format
| HEX | #2fcc9f |
| RGB | rgb(47, 204, 159) |
| HSL | hsl(163, 63%, 49%) |
| CMYK | cmyk(77%, 0%, 22%, 20%) |
| LAB | lab(73.7 -50.1 11.2) |
| LCH | lch(73.7 51.3 167.4) |
| OKLCH | oklch(0.756 0.142 168.3) |
Copy-ready code
/* CSS */
color: #2fcc9f;
background-color: #2fcc9f;
/* Tailwind (arbitrary) */
class="text-[#2fcc9f] bg-[#2fcc9f]"
/* SCSS */
$brand: #2fcc9f;
/* SwiftUI */
Color(red: 0.184, green: 0.800, blue: 0.624)
/* Android */
Color.parseColor("#2fcc9f")Accessibility — WCAG contrast
Aa
#2fcc9f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcc9f on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green80.0%
Blue62.4%
CMYK percentages
Cyan77.0%
Magenta0.0%
Yellow22.1%
Key (black)20.0%
Color previews
#2fcc9f text on a black background
contrast 10.26:1
Card sample
#2fcc9f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcc9f;
Background color
Panel with #2fcc9f background
background-color: #2fcc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 204, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 204, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcc9f; background: linear-gradient(135deg, #2fcc9f, #2F90CC);