#49ebaa
a balanced, electric green · cool · closest name: aquamarine
RGB
73, 235, 170
HSL
156°, 80%, 60%
CMYK
69, 0, 28, 8
Luminance
0.6374
Every format
| HEX | #49ebaa |
| RGB | rgb(73, 235, 170) |
| HSL | hsl(156, 80%, 60%) |
| CMYK | cmyk(69%, 0%, 28%, 8%) |
| LAB | lab(83.8 -56.5 19.6) |
| LCH | lch(83.8 59.8 160.8) |
| OKLCH | oklch(0.841 0.163 162.1) |
Copy-ready code
/* CSS */
color: #49ebaa;
background-color: #49ebaa;
/* Tailwind (arbitrary) */
class="text-[#49ebaa] bg-[#49ebaa]"
/* SCSS */
$brand: #49ebaa;
/* SwiftUI */
Color(red: 0.286, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#49ebaa")Accessibility — WCAG contrast
Aa
#49ebaa on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49ebaa on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green92.2%
Blue66.7%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#49ebaa text on a black background
contrast 13.75:1
Card sample
#49ebaa text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49ebaa;
Background color
Panel with #49ebaa background
background-color: #49ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49ebaa; background: linear-gradient(135deg, #49ebaa, #49C0EB);