#2fefa2
a balanced, electric green · cool · closest name: aquamarine
RGB
47, 239, 162
HSL
156°, 86%, 56%
CMYK
80, 0, 32, 6
Luminance
0.6495
Every format
| HEX | #2fefa2 |
| RGB | rgb(47, 239, 162) |
| HSL | hsl(156, 86%, 56%) |
| CMYK | cmyk(80%, 0%, 32%, 6%) |
| LAB | lab(84.5 -62.9 24.6) |
| LCH | lch(84.5 67.5 158.6) |
| OKLCH | oklch(0.844 0.181 160.0) |
Copy-ready code
/* CSS */
color: #2fefa2;
background-color: #2fefa2;
/* Tailwind (arbitrary) */
class="text-[#2fefa2] bg-[#2fefa2]"
/* SCSS */
$brand: #2fefa2;
/* SwiftUI */
Color(red: 0.184, green: 0.937, blue: 0.635)
/* Android */
Color.parseColor("#2fefa2")Accessibility — WCAG contrast
Aa
#2fefa2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fefa2 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green93.7%
Blue63.5%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow32.2%
Key (black)6.3%
Color previews
#2fefa2 text on a black background
contrast 13.99:1
Card sample
#2fefa2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fefa2;
Background color
Panel with #2fefa2 background
background-color: #2fefa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fefa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 239, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 239, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fefa2; background: linear-gradient(135deg, #2fefa2, #2FBCEF);