Metal
#babfbc
Here's everything about the color Metal (#babfbc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #babfbc | |
|---|---|---|
| RGB | rgb(186, 191, 188) | |
| HSL | hsl(144, 4%, 74%) | |
| CMYK | cmyk(3%, 0%, 2%, 25%) | |
| LAB | lab(77, -2, 1) | |
| OKLCH | oklch(0.8 0.007 160) |
Color harmonies
Tints & shades
Code snippets
color: #babfbc;
background-color: #babfbc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBABFBC)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.75, blue: 0.74, alpha: 1.0)