#2dfb8e
a balanced, electric green · cool · closest name: aquamarine
RGB
45, 251, 142
HSL
148°, 96%, 58%
CMYK
82, 0, 43, 2
Luminance
0.7151
Every format
| HEX | #2dfb8e |
| RGB | rgb(45, 251, 142) |
| HSL | hsl(148, 96%, 58%) |
| CMYK | cmyk(82%, 0%, 43%, 2%) |
| LAB | lab(87.7 -71.0 39.0) |
| LCH | lch(87.7 81.0 151.2) |
| OKLCH | oklch(0.870 0.213 153.2) |
Copy-ready code
/* CSS */
color: #2dfb8e;
background-color: #2dfb8e;
/* Tailwind (arbitrary) */
class="text-[#2dfb8e] bg-[#2dfb8e]"
/* SCSS */
$brand: #2dfb8e;
/* SwiftUI */
Color(red: 0.176, green: 0.984, blue: 0.557)
/* Android */
Color.parseColor("#2dfb8e")Accessibility — WCAG contrast
Aa
#2dfb8e on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfb8e on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.4%
Blue55.7%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow43.4%
Key (black)1.6%
Color previews
#2dfb8e text on a black background
contrast 15.30:1
Card sample
#2dfb8e text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfb8e;
Background color
Panel with #2dfb8e background
background-color: #2dfb8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfb8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 251, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 251, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfb8e; background: linear-gradient(135deg, #2dfb8e, #2DDFFB);