#44f3ac
a balanced, electric green · cool · closest name: aquamarine
RGB
68, 243, 172
HSL
156°, 88%, 61%
CMYK
72, 0, 29, 5
Luminance
0.6831
Every format
| HEX | #44f3ac |
| RGB | rgb(68, 243, 172) |
| HSL | hsl(156, 88%, 61%) |
| CMYK | cmyk(72%, 0%, 29%, 5%) |
| LAB | lab(86.2 -59.9 21.8) |
| LCH | lch(86.2 63.7 160.0) |
| OKLCH | oklch(0.860 0.172 161.2) |
Copy-ready code
/* CSS */
color: #44f3ac;
background-color: #44f3ac;
/* Tailwind (arbitrary) */
class="text-[#44f3ac] bg-[#44f3ac]"
/* SCSS */
$brand: #44f3ac;
/* SwiftUI */
Color(red: 0.267, green: 0.953, blue: 0.675)
/* Android */
Color.parseColor("#44f3ac")Accessibility — WCAG contrast
Aa
#44f3ac on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44f3ac on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green95.3%
Blue67.5%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow29.2%
Key (black)4.7%
Color previews
#44f3ac text on a black background
contrast 14.66:1
Card sample
#44f3ac text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44f3ac;
Background color
Panel with #44f3ac background
background-color: #44f3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44f3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 243, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 243, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44f3ac; background: linear-gradient(135deg, #44f3ac, #44C5F3);