#2fbdba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 189, 186
HSL
179°, 60%, 46%
CMYK
75, 0, 2, 26
Luminance
0.4054
Every format
| HEX | #2fbdba |
| RGB | rgb(47, 189, 186) |
| HSL | hsl(179, 60%, 46%) |
| CMYK | cmyk(75%, 0%, 2%, 26%) |
| LAB | lab(69.8 -36.5 -9.1) |
| LCH | lch(69.8 37.6 194.0) |
| OKLCH | oklch(0.727 0.115 192.8) |
Copy-ready code
/* CSS */
color: #2fbdba;
background-color: #2fbdba;
/* Tailwind (arbitrary) */
class="text-[#2fbdba] bg-[#2fbdba]"
/* SCSS */
$brand: #2fbdba;
/* SwiftUI */
Color(red: 0.184, green: 0.741, blue: 0.729)
/* Android */
Color.parseColor("#2fbdba")Accessibility — WCAG contrast
Aa
#2fbdba on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbdba on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green74.1%
Blue72.9%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow1.6%
Key (black)25.9%
Color previews
#2fbdba text on a black background
contrast 9.11:1
Card sample
#2fbdba text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbdba;
Background color
Panel with #2fbdba background
background-color: #2fbdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 189, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 189, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbdba; background: linear-gradient(135deg, #2fbdba, #2F61BD);