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