Mule
#827b77
Mule is a color with the hex code #827b77. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #827b77 | |
|---|---|---|
| RGB | rgb(130, 123, 119) | |
| HSL | hsl(22, 4%, 49%) | |
| CMYK | cmyk(0%, 5%, 8%, 49%) | |
| LAB | lab(52, 2, 3) | |
| OKLCH | oklch(0.59 0.011 52) |
Color harmonies
Tints & shades
Code snippets
color: #827b77;
background-color: #827b77;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF827B77)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.48, blue: 0.47, alpha: 1.0)