#2dfeae
a balanced, electric green · cool · closest name: aquamarine
RGB
45, 254, 174
HSL
157°, 99%, 59%
CMYK
82, 0, 32, 0
Luminance
0.7450
Every format
| HEX | #2dfeae |
| RGB | rgb(45, 254, 174) |
| HSL | hsl(157, 99%, 59%) |
| CMYK | cmyk(82%, 0%, 32%, 0%) |
| LAB | lab(89.2 -66.0 24.9) |
| LCH | lch(89.2 70.5 159.3) |
| OKLCH | oklch(0.884 0.190 160.6) |
Copy-ready code
/* CSS */
color: #2dfeae;
background-color: #2dfeae;
/* Tailwind (arbitrary) */
class="text-[#2dfeae] bg-[#2dfeae]"
/* SCSS */
$brand: #2dfeae;
/* SwiftUI */
Color(red: 0.176, green: 0.996, blue: 0.682)
/* Android */
Color.parseColor("#2dfeae")Accessibility — WCAG contrast
Aa
#2dfeae on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfeae on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green99.6%
Blue68.2%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow31.5%
Key (black)0.4%
Color previews
#2dfeae text on a black background
contrast 15.90:1
Card sample
#2dfeae text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfeae;
Background color
Panel with #2dfeae background
background-color: #2dfeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 254, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 254, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfeae; background: linear-gradient(135deg, #2dfeae, #2DC3FE);