#44eeaa
a balanced, electric green · cool · closest name: aquamarine
RGB
68, 238, 170
HSL
156°, 83%, 60%
CMYK
71, 0, 29, 7
Luminance
0.6528
Every format
| HEX | #44eeaa |
| RGB | rgb(68, 238, 170) |
| HSL | hsl(156, 83%, 60%) |
| CMYK | cmyk(71%, 0%, 29%, 7%) |
| LAB | lab(84.6 -58.4 20.8) |
| LCH | lch(84.6 62.0 160.4) |
| OKLCH | oklch(0.847 0.168 161.7) |
Copy-ready code
/* CSS */
color: #44eeaa;
background-color: #44eeaa;
/* Tailwind (arbitrary) */
class="text-[#44eeaa] bg-[#44eeaa]"
/* SCSS */
$brand: #44eeaa;
/* SwiftUI */
Color(red: 0.267, green: 0.933, blue: 0.667)
/* Android */
Color.parseColor("#44eeaa")Accessibility — WCAG contrast
Aa
#44eeaa on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44eeaa on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.3%
Blue66.7%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow28.6%
Key (black)6.7%
Color previews
#44eeaa text on a black background
contrast 14.06:1
Card sample
#44eeaa text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44eeaa;
Background color
Panel with #44eeaa background
background-color: #44eeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44eeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 238, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 238, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44eeaa; background: linear-gradient(135deg, #44eeaa, #44C1EE);