#2fc3ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 195, 186
HSL
176°, 61%, 48%
CMYK
76, 0, 5, 24
Luminance
0.4318
Every format
| HEX | #2fc3ba |
| RGB | rgb(47, 195, 186) |
| HSL | hsl(176, 61%, 48%) |
| CMYK | cmyk(76%, 0%, 5%, 24%) |
| LAB | lab(71.7 -39.2 -6.4) |
| LCH | lch(71.7 39.7 189.2) |
| OKLCH | oklch(0.741 0.119 188.7) |
Copy-ready code
/* CSS */
color: #2fc3ba;
background-color: #2fc3ba;
/* Tailwind (arbitrary) */
class="text-[#2fc3ba] bg-[#2fc3ba]"
/* SCSS */
$brand: #2fc3ba;
/* SwiftUI */
Color(red: 0.184, green: 0.765, blue: 0.729)
/* Android */
Color.parseColor("#2fc3ba")Accessibility — WCAG contrast
Aa
#2fc3ba on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc3ba on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green76.5%
Blue72.9%
CMYK percentages
Cyan75.9%
Magenta0.0%
Yellow4.6%
Key (black)23.5%
Color previews
#2fc3ba text on a black background
contrast 9.64:1
Card sample
#2fc3ba text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc3ba;
Background color
Panel with #2fc3ba background
background-color: #2fc3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 195, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 195, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc3ba; background: linear-gradient(135deg, #2fc3ba, #2F69C3);