#2fcf8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
47, 207, 143
HSL
156°, 63%, 50%
CMYK
77, 0, 31, 19
Luminance
0.4721
Every format
| HEX | #2fcf8f |
| RGB | rgb(47, 207, 143) |
| HSL | hsl(156, 63%, 50%) |
| CMYK | cmyk(77%, 0%, 31%, 19%) |
| LAB | lab(74.3 -54.9 20.6) |
| LCH | lch(74.3 58.6 159.4) |
| OKLCH | oklch(0.760 0.158 160.7) |
Copy-ready code
/* CSS */
color: #2fcf8f;
background-color: #2fcf8f;
/* Tailwind (arbitrary) */
class="text-[#2fcf8f] bg-[#2fcf8f]"
/* SCSS */
$brand: #2fcf8f;
/* SwiftUI */
Color(red: 0.184, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#2fcf8f")Accessibility — WCAG contrast
Aa
#2fcf8f on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcf8f on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green81.2%
Blue56.1%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow30.9%
Key (black)18.8%
Color previews
#2fcf8f text on a black background
contrast 10.44:1
Card sample
#2fcf8f text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcf8f;
Background color
Panel with #2fcf8f background
background-color: #2fcf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcf8f; background: linear-gradient(135deg, #2fcf8f, #2FA4CF);