#2dfb9c
a balanced, electric green · cool · closest name: aquamarine
RGB
45, 251, 156
HSL
152°, 96%, 58%
CMYK
82, 0, 38, 2
Luminance
0.7195
Every format
| HEX | #2dfb9c |
| RGB | rgb(45, 251, 156) |
| HSL | hsl(152, 96%, 58%) |
| CMYK | cmyk(82%, 0%, 38%, 2%) |
| LAB | lab(87.9 -68.5 32.3) |
| LCH | lch(87.9 75.7 154.7) |
| OKLCH | oklch(0.873 0.202 156.4) |
Copy-ready code
/* CSS */
color: #2dfb9c;
background-color: #2dfb9c;
/* Tailwind (arbitrary) */
class="text-[#2dfb9c] bg-[#2dfb9c]"
/* SCSS */
$brand: #2dfb9c;
/* SwiftUI */
Color(red: 0.176, green: 0.984, blue: 0.612)
/* Android */
Color.parseColor("#2dfb9c")Accessibility — WCAG contrast
Aa
#2dfb9c on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfb9c on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.4%
Blue61.2%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow37.8%
Key (black)1.6%
Color previews
#2dfb9c text on a black background
contrast 15.39:1
Card sample
#2dfb9c text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfb9c;
Background color
Panel with #2dfb9c background
background-color: #2dfb9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfb9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 251, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 251, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfb9c; background: linear-gradient(135deg, #2dfb9c, #2DD1FB);