#2df09e
a balanced, electric green · cool · closest name: aquamarine
RGB
45, 240, 158
HSL
155°, 87%, 56%
CMYK
81, 0, 34, 6
Luminance
0.6535
Every format
| HEX | #2df09e |
| RGB | rgb(45, 240, 158) |
| HSL | hsl(155, 87%, 56%) |
| CMYK | cmyk(81%, 0%, 34%, 6%) |
| LAB | lab(84.7 -64.2 26.9) |
| LCH | lch(84.7 69.6 157.3) |
| OKLCH | oklch(0.846 0.186 158.7) |
Copy-ready code
/* CSS */
color: #2df09e;
background-color: #2df09e;
/* Tailwind (arbitrary) */
class="text-[#2df09e] bg-[#2df09e]"
/* SCSS */
$brand: #2df09e;
/* SwiftUI */
Color(red: 0.176, green: 0.941, blue: 0.620)
/* Android */
Color.parseColor("#2df09e")Accessibility — WCAG contrast
Aa
#2df09e on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2df09e on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green94.1%
Blue62.0%
CMYK percentages
Cyan81.3%
Magenta0.0%
Yellow34.2%
Key (black)5.9%
Color previews
#2df09e text on a black background
contrast 14.07:1
Card sample
#2df09e text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2df09e;
Background color
Panel with #2df09e background
background-color: #2df09e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2df09e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 240, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 240, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2df09e; background: linear-gradient(135deg, #2df09e, #2DC0F0);