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