#44ef82
a balanced, electric green · cool · closest name: forestgreen
RGB
68, 239, 130
HSL
142°, 84%, 60%
CMYK
72, 0, 46, 6
Luminance
0.6457
Every format
| HEX | #44ef82 |
| RGB | rgb(68, 239, 130) |
| HSL | hsl(142, 84%, 60%) |
| CMYK | cmyk(72%, 0%, 46%, 6%) |
| LAB | lab(84.3 -66.2 40.4) |
| LCH | lch(84.3 77.5 148.6) |
| OKLCH | oklch(0.842 0.204 150.9) |
Copy-ready code
/* CSS */
color: #44ef82;
background-color: #44ef82;
/* Tailwind (arbitrary) */
class="text-[#44ef82] bg-[#44ef82]"
/* SCSS */
$brand: #44ef82;
/* SwiftUI */
Color(red: 0.267, green: 0.937, blue: 0.510)
/* Android */
Color.parseColor("#44ef82")Accessibility — WCAG contrast
Aa
#44ef82 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44ef82 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.7%
Blue51.0%
CMYK percentages
Cyan71.5%
Magenta0.0%
Yellow45.6%
Key (black)6.3%
Color previews
#44ef82 text on a black background
contrast 13.91:1
Card sample
#44ef82 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44ef82;
Background color
Panel with #44ef82 background
background-color: #44ef82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44ef82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 239, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 239, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44ef82; background: linear-gradient(135deg, #44ef82, #44EAEF);