#2fac8d
a dark, vivid cyan · cool · closest name: seagreen
RGB
47, 172, 141
HSL
165°, 57%, 43%
CMYK
73, 0, 18, 33
Luminance
0.3203
Every format
| HEX | #2fac8d |
| RGB | rgb(47, 172, 141) |
| HSL | hsl(165, 57%, 43%) |
| CMYK | cmyk(73%, 0%, 18%, 33%) |
| LAB | lab(63.4 -41.1 6.3) |
| LCH | lch(63.4 41.6 171.3) |
| OKLCH | oklch(0.669 0.117 172.1) |
Copy-ready code
/* CSS */
color: #2fac8d;
background-color: #2fac8d;
/* Tailwind (arbitrary) */
class="text-[#2fac8d] bg-[#2fac8d]"
/* SCSS */
$brand: #2fac8d;
/* SwiftUI */
Color(red: 0.184, green: 0.675, blue: 0.553)
/* Android */
Color.parseColor("#2fac8d")Accessibility — WCAG contrast
Aa
#2fac8d on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fac8d on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.5%
Blue55.3%
CMYK percentages
Cyan72.7%
Magenta0.0%
Yellow18.0%
Key (black)32.5%
Color previews
#2fac8d text on a black background
contrast 7.41:1
Card sample
#2fac8d text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fac8d;
Background color
Panel with #2fac8d background
background-color: #2fac8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fac8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 172, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 172, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fac8d; background: linear-gradient(135deg, #2fac8d, #2F78AC);