#2df49e
a balanced, electric green · cool · closest name: aquamarine
RGB
45, 244, 158
HSL
154°, 90%, 57%
CMYK
82, 0, 35, 4
Luminance
0.6773
Every format
| HEX | #2df49e |
| RGB | rgb(45, 244, 158) |
| HSL | hsl(154, 90%, 57%) |
| CMYK | cmyk(82%, 0%, 35%, 4%) |
| LAB | lab(85.9 -65.6 28.5) |
| LCH | lch(85.9 71.6 156.5) |
| OKLCH | oklch(0.856 0.191 158.0) |
Copy-ready code
/* CSS */
color: #2df49e;
background-color: #2df49e;
/* Tailwind (arbitrary) */
class="text-[#2df49e] bg-[#2df49e]"
/* SCSS */
$brand: #2df49e;
/* SwiftUI */
Color(red: 0.176, green: 0.957, blue: 0.620)
/* Android */
Color.parseColor("#2df49e")Accessibility — WCAG contrast
Aa
#2df49e on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2df49e on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green95.7%
Blue62.0%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow35.2%
Key (black)4.3%
Color previews
#2df49e text on a black background
contrast 14.55:1
Card sample
#2df49e text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2df49e;
Background color
Panel with #2df49e background
background-color: #2df49e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2df49e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 244, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 244, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2df49e; background: linear-gradient(135deg, #2df49e, #2DC5F4);