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