Mercurial
#b6b0a9
Looking for the precise values behind Mercurial (#b6b0a9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b6b0a9 | |
|---|---|---|
| RGB | rgb(182, 176, 169) | |
| HSL | hsl(32, 8%, 69%) | |
| CMYK | cmyk(0%, 3%, 7%, 29%) | |
| LAB | lab(72, 1, 4) | |
| OKLCH | oklch(0.76 0.012 72) |
Color harmonies
Tints & shades
Code snippets
color: #b6b0a9;
background-color: #b6b0a9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB6B0A9)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.69, blue: 0.66, alpha: 1.0)