Mighty Mauve
#8f7f85
Looking for the precise values behind Mighty Mauve (#8f7f85)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8f7f85 | |
|---|---|---|
| RGB | rgb(143, 127, 133) | |
| HSL | hsl(338, 7%, 53%) | |
| CMYK | cmyk(0%, 11%, 7%, 44%) | |
| LAB | lab(55, 7, -1) | |
| OKLCH | oklch(0.61 0.021 353) |
Color harmonies
Tints & shades
Code snippets
color: #8f7f85;
background-color: #8f7f85;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF8F7F85)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.50, blue: 0.52, alpha: 1.0)