#2fad94
a dark, vivid cyan · cool · closest name: turquoise
RGB
47, 173, 148
HSL
168°, 57%, 43%
CMYK
73, 0, 15, 32
Luminance
0.3263
Every format
| HEX | #2fad94 |
| RGB | rgb(47, 173, 148) |
| HSL | hsl(168, 57%, 43%) |
| CMYK | cmyk(73%, 0%, 15%, 32%) |
| LAB | lab(63.9 -39.8 3.1) |
| LCH | lch(63.9 39.9 175.5) |
| OKLCH | oklch(0.674 0.114 176.2) |
Copy-ready code
/* CSS */
color: #2fad94;
background-color: #2fad94;
/* Tailwind (arbitrary) */
class="text-[#2fad94] bg-[#2fad94]"
/* SCSS */
$brand: #2fad94;
/* SwiftUI */
Color(red: 0.184, green: 0.678, blue: 0.580)
/* Android */
Color.parseColor("#2fad94")Accessibility — WCAG contrast
Aa
#2fad94 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fad94 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.8%
Blue58.0%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow14.5%
Key (black)32.2%
Color previews
#2fad94 text on a black background
contrast 7.53:1
Card sample
#2fad94 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fad94;
Background color
Panel with #2fad94 background
background-color: #2fad94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fad94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 173, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 173, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fad94; background: linear-gradient(135deg, #2fad94, #2F72AD);