#2df59d
a balanced, electric green · cool · closest name: aquamarine
RGB
45, 245, 157
HSL
154°, 91%, 57%
CMYK
82, 0, 36, 4
Luminance
0.6830
Every format
| HEX | #2df59d |
| RGB | rgb(45, 245, 157) |
| HSL | hsl(154, 91%, 57%) |
| CMYK | cmyk(82%, 0%, 36%, 4%) |
| LAB | lab(86.2 -66.2 29.4) |
| LCH | lch(86.2 72.4 156.0) |
| OKLCH | oklch(0.858 0.193 157.6) |
Copy-ready code
/* CSS */
color: #2df59d;
background-color: #2df59d;
/* Tailwind (arbitrary) */
class="text-[#2df59d] bg-[#2df59d]"
/* SCSS */
$brand: #2df59d;
/* SwiftUI */
Color(red: 0.176, green: 0.961, blue: 0.616)
/* Android */
Color.parseColor("#2df59d")Accessibility — WCAG contrast
Aa
#2df59d on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2df59d on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green96.1%
Blue61.6%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow35.9%
Key (black)3.9%
Color previews
#2df59d text on a black background
contrast 14.66:1
Card sample
#2df59d text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2df59d;
Background color
Panel with #2df59d background
background-color: #2df59d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2df59d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 245, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 245, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2df59d; background: linear-gradient(135deg, #2df59d, #2DC8F5);