#49a577
a balanced, soft green · cool · closest name: seagreen
RGB
73, 165, 119
HSL
150°, 39%, 47%
CMYK
56, 0, 28, 35
Luminance
0.2966
Every format
| HEX | #49a577 |
| RGB | rgb(73, 165, 119) |
| HSL | hsl(150, 39%, 47%) |
| CMYK | cmyk(56%, 0%, 28%, 35%) |
| LAB | lab(61.4 -38.4 15.8) |
| LCH | lch(61.4 41.5 157.7) |
| OKLCH | oklch(0.653 0.113 159.1) |
Copy-ready code
/* CSS */
color: #49a577;
background-color: #49a577;
/* Tailwind (arbitrary) */
class="text-[#49a577] bg-[#49a577]"
/* SCSS */
$brand: #49a577;
/* SwiftUI */
Color(red: 0.286, green: 0.647, blue: 0.467)
/* Android */
Color.parseColor("#49a577")Accessibility — WCAG contrast
Aa
#49a577 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#49a577 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green64.7%
Blue46.7%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow27.9%
Key (black)35.3%
Color previews
#49a577 text on a black background
contrast 6.93:1
Card sample
#49a577 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49a577;
Background color
Panel with #49a577 background
background-color: #49a577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49a577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 165, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 165, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49a577; background: linear-gradient(135deg, #49a577, #4996A5);