#2fcf7f
a balanced, vivid green · cool · closest name: aquamarine
RGB
47, 207, 127
HSL
150°, 63%, 50%
CMYK
77, 0, 39, 19
Luminance
0.4676
Every format
| HEX | #2fcf7f |
| RGB | rgb(47, 207, 127) |
| HSL | hsl(150, 63%, 50%) |
| CMYK | cmyk(77%, 0%, 39%, 19%) |
| LAB | lab(74.0 -58.1 28.6) |
| LCH | lch(74.0 64.8 153.8) |
| OKLCH | oklch(0.756 0.172 155.5) |
Copy-ready code
/* CSS */
color: #2fcf7f;
background-color: #2fcf7f;
/* Tailwind (arbitrary) */
class="text-[#2fcf7f] bg-[#2fcf7f]"
/* SCSS */
$brand: #2fcf7f;
/* SwiftUI */
Color(red: 0.184, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#2fcf7f")Accessibility — WCAG contrast
Aa
#2fcf7f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcf7f on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green81.2%
Blue49.8%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow38.6%
Key (black)18.8%
Color previews
#2fcf7f text on a black background
contrast 10.35:1
Card sample
#2fcf7f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcf7f;
Background color
Panel with #2fcf7f background
background-color: #2fcf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcf7f; background: linear-gradient(135deg, #2fcf7f, #2FB4CF);