#44eeb0
a balanced, electric green · cool · closest name: aquamarine
RGB
68, 238, 176
HSL
158°, 83%, 60%
CMYK
71, 0, 26, 7
Luminance
0.6551
Every format
| HEX | #44eeb0 |
| RGB | rgb(68, 238, 176) |
| HSL | hsl(158, 83%, 60%) |
| CMYK | cmyk(71%, 0%, 26%, 7%) |
| LAB | lab(84.7 -57.1 17.8) |
| LCH | lch(84.7 59.8 162.7) |
| OKLCH | oklch(0.849 0.163 163.8) |
Copy-ready code
/* CSS */
color: #44eeb0;
background-color: #44eeb0;
/* Tailwind (arbitrary) */
class="text-[#44eeb0] bg-[#44eeb0]"
/* SCSS */
$brand: #44eeb0;
/* SwiftUI */
Color(red: 0.267, green: 0.933, blue: 0.690)
/* Android */
Color.parseColor("#44eeb0")Accessibility — WCAG contrast
Aa
#44eeb0 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44eeb0 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.3%
Blue69.0%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow26.1%
Key (black)6.7%
Color previews
#44eeb0 text on a black background
contrast 14.10:1
Card sample
#44eeb0 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44eeb0;
Background color
Panel with #44eeb0 background
background-color: #44eeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44eeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 238, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 238, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44eeb0; background: linear-gradient(135deg, #44eeb0, #44BBEE);