Muted Mauve
#b3a9a3
Muted Mauve, represented by the hex value #b3a9a3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b3a9a3 | |
|---|---|---|
| RGB | rgb(179, 169, 163) | |
| HSL | hsl(23, 10%, 67%) | |
| CMYK | cmyk(0%, 6%, 9%, 30%) | |
| LAB | lab(70, 3, 4) | |
| OKLCH | oklch(0.74 0.014 53) |
Color harmonies
Tints & shades
Code snippets
color: #b3a9a3;
background-color: #b3a9a3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB3A9A3)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.66, blue: 0.64, alpha: 1.0)