#2fadab
a dark, vivid cyan · cool · closest name: teal
RGB
47, 173, 171
HSL
179°, 57%, 43%
CMYK
73, 0, 1, 32
Luminance
0.3343
Every format
| HEX | #2fadab |
| RGB | rgb(47, 173, 171) |
| HSL | hsl(179, 57%, 43%) |
| CMYK | cmyk(73%, 0%, 1%, 32%) |
| LAB | lab(64.5 -33.4 -8.8) |
| LCH | lch(64.5 34.5 194.7) |
| OKLCH | oklch(0.682 0.105 193.4) |
Copy-ready code
/* CSS */
color: #2fadab;
background-color: #2fadab;
/* Tailwind (arbitrary) */
class="text-[#2fadab] bg-[#2fadab]"
/* SCSS */
$brand: #2fadab;
/* SwiftUI */
Color(red: 0.184, green: 0.678, blue: 0.671)
/* Android */
Color.parseColor("#2fadab")Accessibility — WCAG contrast
Aa
#2fadab on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fadab on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.8%
Blue67.1%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow1.2%
Key (black)32.2%
Color previews
#2fadab text on a black background
contrast 7.69:1
Card sample
#2fadab text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fadab;
Background color
Panel with #2fadab background
background-color: #2fadab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fadab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 173, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 173, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fadab; background: linear-gradient(135deg, #2fadab, #2F5BAD);