#49b652
a balanced, soft green · cool · closest name: forestgreen
RGB
73, 182, 82
HSL
125°, 43%, 50%
CMYK
60, 0, 55, 29
Luminance
0.3548
Every format
| HEX | #49b652 |
| RGB | rgb(73, 182, 82) |
| HSL | hsl(125, 43%, 50%) |
| CMYK | cmyk(60%, 0%, 55%, 29%) |
| LAB | lab(66.1 -51.7 41.3) |
| LCH | lch(66.1 66.2 141.4) |
| OKLCH | oklch(0.691 0.171 144.9) |
Copy-ready code
/* CSS */
color: #49b652;
background-color: #49b652;
/* Tailwind (arbitrary) */
class="text-[#49b652] bg-[#49b652]"
/* SCSS */
$brand: #49b652;
/* SwiftUI */
Color(red: 0.286, green: 0.714, blue: 0.322)
/* Android */
Color.parseColor("#49b652")Accessibility — WCAG contrast
Aa
#49b652 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49b652 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green71.4%
Blue32.2%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow54.9%
Key (black)28.6%
Color previews
#49b652 text on a black background
contrast 8.10:1
Card sample
#49b652 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49b652;
Background color
Panel with #49b652 background
background-color: #49b652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49b652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 182, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 182, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49b652; background: linear-gradient(135deg, #49b652, #49B69B);