#2df09c
a balanced, electric green · cool · closest name: aquamarine
RGB
45, 240, 156
HSL
154°, 87%, 56%
CMYK
81, 0, 35, 6
Luminance
0.6528
Every format
| HEX | #2df09c |
| RGB | rgb(45, 240, 156) |
| HSL | hsl(154, 87%, 56%) |
| CMYK | cmyk(81%, 0%, 35%, 6%) |
| LAB | lab(84.6 -64.6 27.9) |
| LCH | lch(84.6 70.4 156.7) |
| OKLCH | oklch(0.845 0.188 158.1) |
Copy-ready code
/* CSS */
color: #2df09c;
background-color: #2df09c;
/* Tailwind (arbitrary) */
class="text-[#2df09c] bg-[#2df09c]"
/* SCSS */
$brand: #2df09c;
/* SwiftUI */
Color(red: 0.176, green: 0.941, blue: 0.612)
/* Android */
Color.parseColor("#2df09c")Accessibility — WCAG contrast
Aa
#2df09c on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2df09c on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green94.1%
Blue61.2%
CMYK percentages
Cyan81.3%
Magenta0.0%
Yellow35.0%
Key (black)5.9%
Color previews
#2df09c text on a black background
contrast 14.06:1
Card sample
#2df09c text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2df09c;
Background color
Panel with #2df09c background
background-color: #2df09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2df09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 240, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 240, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2df09c; background: linear-gradient(135deg, #2df09c, #2DC2F0);