#44eb9b
a balanced, electric green · cool · closest name: aquamarine
RGB
68, 235, 155
HSL
151°, 81%, 59%
CMYK
71, 0, 34, 8
Luminance
0.6301
Every format
| HEX | #44eb9b |
| RGB | rgb(68, 235, 155) |
| HSL | hsl(151, 81%, 59%) |
| CMYK | cmyk(71%, 0%, 34%, 8%) |
| LAB | lab(83.5 -60.3 26.9) |
| LCH | lch(83.5 66.0 156.0) |
| OKLCH | oklch(0.837 0.177 157.5) |
Copy-ready code
/* CSS */
color: #44eb9b;
background-color: #44eb9b;
/* Tailwind (arbitrary) */
class="text-[#44eb9b] bg-[#44eb9b]"
/* SCSS */
$brand: #44eb9b;
/* SwiftUI */
Color(red: 0.267, green: 0.922, blue: 0.608)
/* Android */
Color.parseColor("#44eb9b")Accessibility — WCAG contrast
Aa
#44eb9b on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44eb9b on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green92.2%
Blue60.8%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow34.0%
Key (black)7.8%
Color previews
#44eb9b text on a black background
contrast 13.60:1
Card sample
#44eb9b text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44eb9b;
Background color
Panel with #44eb9b background
background-color: #44eb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44eb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 235, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 235, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44eb9b; background: linear-gradient(135deg, #44eb9b, #44CCEB);