#44ee9f
a balanced, electric green · cool · closest name: aquamarine
RGB
68, 238, 159
HSL
152°, 83%, 60%
CMYK
71, 0, 33, 7
Luminance
0.6488
Every format
| HEX | #44ee9f |
| RGB | rgb(68, 238, 159) |
| HSL | hsl(152, 83%, 60%) |
| CMYK | cmyk(71%, 0%, 33%, 7%) |
| LAB | lab(84.4 -60.6 26.1) |
| LCH | lch(84.4 66.0 156.7) |
| OKLCH | oklch(0.845 0.177 158.2) |
Copy-ready code
/* CSS */
color: #44ee9f;
background-color: #44ee9f;
/* Tailwind (arbitrary) */
class="text-[#44ee9f] bg-[#44ee9f]"
/* SCSS */
$brand: #44ee9f;
/* SwiftUI */
Color(red: 0.267, green: 0.933, blue: 0.624)
/* Android */
Color.parseColor("#44ee9f")Accessibility — WCAG contrast
Aa
#44ee9f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44ee9f on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.3%
Blue62.4%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow33.2%
Key (black)6.7%
Color previews
#44ee9f text on a black background
contrast 13.98:1
Card sample
#44ee9f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44ee9f;
Background color
Panel with #44ee9f background
background-color: #44ee9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44ee9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 238, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 238, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44ee9f; background: linear-gradient(135deg, #44ee9f, #44CCEE);