#2fdbb8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 219, 184
HSL
168°, 71%, 52%
CMYK
79, 0, 16, 14
Luminance
0.5473
Every format
| HEX | #2fdbb8 |
| RGB | rgb(47, 219, 184) |
| HSL | hsl(168, 71%, 52%) |
| CMYK | cmyk(79%, 0%, 16%, 14%) |
| LAB | lab(78.9 -50.1 5.2) |
| LCH | lch(78.9 50.4 174.0) |
| OKLCH | oklch(0.800 0.142 174.7) |
Copy-ready code
/* CSS */
color: #2fdbb8;
background-color: #2fdbb8;
/* Tailwind (arbitrary) */
class="text-[#2fdbb8] bg-[#2fdbb8]"
/* SCSS */
$brand: #2fdbb8;
/* SwiftUI */
Color(red: 0.184, green: 0.859, blue: 0.722)
/* Android */
Color.parseColor("#2fdbb8")Accessibility — WCAG contrast
Aa
#2fdbb8 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdbb8 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.9%
Blue72.2%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow16.0%
Key (black)14.1%
Color previews
#2fdbb8 text on a black background
contrast 11.95:1
Card sample
#2fdbb8 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdbb8;
Background color
Panel with #2fdbb8 background
background-color: #2fdbb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdbb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 219, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 219, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdbb8; background: linear-gradient(135deg, #2fdbb8, #2F8BDB);