#2fbabf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 186, 191
HSL
182°, 61%, 47%
CMYK
75, 3, 0, 25
Luminance
0.3948
Every format
| HEX | #2fbabf |
| RGB | rgb(47, 186, 191) |
| HSL | hsl(182, 61%, 47%) |
| CMYK | cmyk(75%, 3%, 0%, 25%) |
| LAB | lab(69.1 -33.6 -13.0) |
| LCH | lch(69.1 36.0 201.1) |
| OKLCH | oklch(0.721 0.113 198.6) |
Copy-ready code
/* CSS */
color: #2fbabf;
background-color: #2fbabf;
/* Tailwind (arbitrary) */
class="text-[#2fbabf] bg-[#2fbabf]"
/* SCSS */
$brand: #2fbabf;
/* SwiftUI */
Color(red: 0.184, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#2fbabf")Accessibility — WCAG contrast
Aa
#2fbabf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbabf on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green72.9%
Blue74.9%
CMYK percentages
Cyan75.4%
Magenta2.6%
Yellow0.0%
Key (black)25.1%
Color previews
#2fbabf text on a black background
contrast 8.90:1
Card sample
#2fbabf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbabf;
Background color
Panel with #2fbabf background
background-color: #2fbabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbabf; background: linear-gradient(135deg, #2fbabf, #2F5ABF);