Muted Green
#5fa052
Muted Green is a color with the hex code #5fa052. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #5fa052 | |
|---|---|---|
| RGB | rgb(95, 160, 82) | |
| HSL | hsl(110, 32%, 47%) | |
| CMYK | cmyk(41%, 0%, 49%, 37%) | |
| LAB | lab(60, -33, 34) | |
| OKLCH | oklch(0.64 0.129 140) |
Color harmonies
Tints & shades
Code snippets
color: #5fa052;
background-color: #5fa052;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF5FA052)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.63, blue: 0.32, alpha: 1.0)