#2fff8d
a balanced, electric green · cool · closest name: aquamarine
RGB
47, 255, 141
HSL
147°, 100%, 59%
CMYK
82, 0, 45, 0
Luminance
0.7405
Every format
| HEX | #2fff8d |
| RGB | rgb(47, 255, 141) |
| HSL | hsl(147, 100%, 59%) |
| CMYK | cmyk(82%, 0%, 45%, 0%) |
| LAB | lab(88.9 -72.3 41.0) |
| LCH | lch(88.9 83.1 150.4) |
| OKLCH | oklch(0.880 0.219 152.6) |
Copy-ready code
/* CSS */
color: #2fff8d;
background-color: #2fff8d;
/* Tailwind (arbitrary) */
class="text-[#2fff8d] bg-[#2fff8d]"
/* SCSS */
$brand: #2fff8d;
/* SwiftUI */
Color(red: 0.184, green: 1.000, blue: 0.553)
/* Android */
Color.parseColor("#2fff8d")Accessibility — WCAG contrast
Aa
#2fff8d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fff8d on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green100.0%
Blue55.3%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow44.7%
Key (black)0.0%
Color previews
#2fff8d text on a black background
contrast 15.81:1
Card sample
#2fff8d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fff8d;
Background color
Panel with #2fff8d background
background-color: #2fff8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fff8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 255, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 255, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fff8d; background: linear-gradient(135deg, #2fff8d, #2FE6FF);