#2dff9b
a balanced, electric green · cool · closest name: aquamarine
RGB
45, 255, 155
HSL
151°, 100%, 59%
CMYK
82, 0, 39, 0
Luminance
0.7444
Every format
| HEX | #2dff9b |
| RGB | rgb(45, 255, 155) |
| HSL | hsl(151, 100%, 59%) |
| CMYK | cmyk(82%, 0%, 39%, 0%) |
| LAB | lab(89.1 -70.0 34.4) |
| LCH | lch(89.1 78.0 153.8) |
| OKLCH | oklch(0.882 0.207 155.6) |
Copy-ready code
/* CSS */
color: #2dff9b;
background-color: #2dff9b;
/* Tailwind (arbitrary) */
class="text-[#2dff9b] bg-[#2dff9b]"
/* SCSS */
$brand: #2dff9b;
/* SwiftUI */
Color(red: 0.176, green: 1.000, blue: 0.608)
/* Android */
Color.parseColor("#2dff9b")Accessibility — WCAG contrast
Aa
#2dff9b on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dff9b on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green100.0%
Blue60.8%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow39.2%
Key (black)0.0%
Color previews
#2dff9b text on a black background
contrast 15.89:1
Card sample
#2dff9b text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dff9b;
Background color
Panel with #2dff9b background
background-color: #2dff9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dff9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 255, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 255, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dff9b; background: linear-gradient(135deg, #2dff9b, #2DD7FF);