#2fd7bc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 215, 188
HSL
170°, 68%, 51%
CMYK
78, 0, 13, 16
Luminance
0.5284
Every format
| HEX | #2fd7bc |
| RGB | rgb(47, 215, 188) |
| HSL | hsl(170, 68%, 51%) |
| CMYK | cmyk(78%, 0%, 13%, 16%) |
| LAB | lab(77.8 -47.4 1.5) |
| LCH | lch(77.8 47.4 178.2) |
| OKLCH | oklch(0.791 0.136 178.6) |
Copy-ready code
/* CSS */
color: #2fd7bc;
background-color: #2fd7bc;
/* Tailwind (arbitrary) */
class="text-[#2fd7bc] bg-[#2fd7bc]"
/* SCSS */
$brand: #2fd7bc;
/* SwiftUI */
Color(red: 0.184, green: 0.843, blue: 0.737)
/* Android */
Color.parseColor("#2fd7bc")Accessibility — WCAG contrast
Aa
#2fd7bc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd7bc on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green84.3%
Blue73.7%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow12.6%
Key (black)15.7%
Color previews
#2fd7bc text on a black background
contrast 11.57:1
Card sample
#2fd7bc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd7bc;
Background color
Panel with #2fd7bc background
background-color: #2fd7bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd7bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 215, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 215, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd7bc; background: linear-gradient(135deg, #2fd7bc, #2F82D7);