#2fffaf
a balanced, electric green · cool · closest name: aquamarine
RGB
47, 255, 175
HSL
157°, 100%, 59%
CMYK
82, 0, 31, 0
Luminance
0.7522
Every format
| HEX | #2fffaf |
| RGB | rgb(47, 255, 175) |
| HSL | hsl(157, 100%, 59%) |
| CMYK | cmyk(82%, 0%, 31%, 0%) |
| LAB | lab(89.5 -66.0 24.8) |
| LCH | lch(89.5 70.5 159.4) |
| OKLCH | oklch(0.887 0.190 160.7) |
Copy-ready code
/* CSS */
color: #2fffaf;
background-color: #2fffaf;
/* Tailwind (arbitrary) */
class="text-[#2fffaf] bg-[#2fffaf]"
/* SCSS */
$brand: #2fffaf;
/* SwiftUI */
Color(red: 0.184, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#2fffaf")Accessibility — WCAG contrast
Aa
#2fffaf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fffaf on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green100.0%
Blue68.6%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#2fffaf text on a black background
contrast 16.04:1
Card sample
#2fffaf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fffaf;
Background color
Panel with #2fffaf background
background-color: #2fffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fffaf; background: linear-gradient(135deg, #2fffaf, #2FC4FF);