#2fdbcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 219, 207
HSL
176°, 71%, 52%
CMYK
79, 0, 6, 14
Luminance
0.5577
Every format
| HEX | #2fdbcf |
| RGB | rgb(47, 219, 207) |
| HSL | hsl(176, 71%, 52%) |
| CMYK | cmyk(79%, 0%, 6%, 14%) |
| LAB | lab(79.5 -44.0 -6.2) |
| LCH | lch(79.5 44.4 188.0) |
| OKLCH | oklch(0.807 0.133 187.5) |
Copy-ready code
/* CSS */
color: #2fdbcf;
background-color: #2fdbcf;
/* Tailwind (arbitrary) */
class="text-[#2fdbcf] bg-[#2fdbcf]"
/* SCSS */
$brand: #2fdbcf;
/* SwiftUI */
Color(red: 0.184, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#2fdbcf")Accessibility — WCAG contrast
Aa
#2fdbcf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdbcf on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.9%
Blue81.2%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#2fdbcf text on a black background
contrast 12.15:1
Card sample
#2fdbcf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdbcf;
Background color
Panel with #2fdbcf background
background-color: #2fdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdbcf; background: linear-gradient(135deg, #2fdbcf, #2F74DB);