#44f89f
a balanced, electric green · cool · closest name: aquamarine
RGB
68, 248, 159
HSL
150°, 93%, 62%
CMYK
73, 0, 36, 3
Luminance
0.7087
Every format
| HEX | #44f89f |
| RGB | rgb(68, 248, 159) |
| HSL | hsl(150, 93%, 62%) |
| CMYK | cmyk(73%, 0%, 36%, 3%) |
| LAB | lab(87.4 -64.3 30.2) |
| LCH | lch(87.4 71.0 154.9) |
| OKLCH | oklch(0.870 0.190 156.5) |
Copy-ready code
/* CSS */
color: #44f89f;
background-color: #44f89f;
/* Tailwind (arbitrary) */
class="text-[#44f89f] bg-[#44f89f]"
/* SCSS */
$brand: #44f89f;
/* SwiftUI */
Color(red: 0.267, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#44f89f")Accessibility — WCAG contrast
Aa
#44f89f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44f89f on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green97.3%
Blue62.4%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow35.9%
Key (black)2.7%
Color previews
#44f89f text on a black background
contrast 15.17:1
Card sample
#44f89f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44f89f;
Background color
Panel with #44f89f background
background-color: #44f89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44f89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44f89f; background: linear-gradient(135deg, #44f89f, #44D9F8);