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