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