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