#2fcfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 207, 186
HSL
172°, 63%, 50%
CMYK
77, 0, 10, 19
Luminance
0.4878
Every format
| HEX | #2fcfba |
| RGB | rgb(47, 207, 186) |
| HSL | hsl(172, 63%, 50%) |
| CMYK | cmyk(77%, 0%, 10%, 19%) |
| LAB | lab(75.3 -44.5 -1.0) |
| LCH | lch(75.3 44.5 181.3) |
| OKLCH | oklch(0.771 0.129 181.6) |
Copy-ready code
/* CSS */
color: #2fcfba;
background-color: #2fcfba;
/* Tailwind (arbitrary) */
class="text-[#2fcfba] bg-[#2fcfba]"
/* SCSS */
$brand: #2fcfba;
/* SwiftUI */
Color(red: 0.184, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#2fcfba")Accessibility — WCAG contrast
Aa
#2fcfba on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcfba on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green81.2%
Blue72.9%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#2fcfba text on a black background
contrast 10.76:1
Card sample
#2fcfba text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcfba;
Background color
Panel with #2fcfba background
background-color: #2fcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcfba; background: linear-gradient(135deg, #2fcfba, #2F79CF);