#44feba
a balanced, electric green · cool · closest name: aquamarine
RGB
68, 254, 186
HSL
158°, 99%, 63%
CMYK
73, 0, 27, 0
Luminance
0.7566
Every format
| HEX | #44feba |
| RGB | rgb(68, 254, 186) |
| HSL | hsl(158, 99%, 63%) |
| CMYK | cmyk(73%, 0%, 27%, 0%) |
| LAB | lab(89.7 -61.1 19.6) |
| LCH | lch(89.7 64.2 162.2) |
| OKLCH | oklch(0.890 0.175 163.4) |
Copy-ready code
/* CSS */
color: #44feba;
background-color: #44feba;
/* Tailwind (arbitrary) */
class="text-[#44feba] bg-[#44feba]"
/* SCSS */
$brand: #44feba;
/* SwiftUI */
Color(red: 0.267, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#44feba")Accessibility — WCAG contrast
Aa
#44feba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44feba on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green99.6%
Blue72.9%
CMYK percentages
Cyan73.2%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#44feba text on a black background
contrast 16.13:1
Card sample
#44feba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44feba;
Background color
Panel with #44feba background
background-color: #44feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44feba; background: linear-gradient(135deg, #44feba, #44C6FE);