#2dfeab
a balanced, electric green · cool · closest name: aquamarine
RGB
45, 254, 171
HSL
156°, 99%, 59%
CMYK
82, 0, 33, 0
Luminance
0.7438
Every format
| HEX | #2dfeab |
| RGB | rgb(45, 254, 171) |
| HSL | hsl(156, 99%, 59%) |
| CMYK | cmyk(82%, 0%, 33%, 0%) |
| LAB | lab(89.1 -66.6 26.3) |
| LCH | lch(89.1 71.6 158.4) |
| OKLCH | oklch(0.883 0.192 159.8) |
Copy-ready code
/* CSS */
color: #2dfeab;
background-color: #2dfeab;
/* Tailwind (arbitrary) */
class="text-[#2dfeab] bg-[#2dfeab]"
/* SCSS */
$brand: #2dfeab;
/* SwiftUI */
Color(red: 0.176, green: 0.996, blue: 0.671)
/* Android */
Color.parseColor("#2dfeab")Accessibility — WCAG contrast
Aa
#2dfeab on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfeab on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green99.6%
Blue67.1%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow32.7%
Key (black)0.4%
Color previews
#2dfeab text on a black background
contrast 15.88:1
Card sample
#2dfeab text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfeab;
Background color
Panel with #2dfeab background
background-color: #2dfeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 254, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 254, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfeab; background: linear-gradient(135deg, #2dfeab, #2DC6FE);