Machinery
#9999aa
Here's everything about the color Machinery (#9999aa) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #9999aa | |
|---|---|---|
| RGB | rgb(153, 153, 170) | |
| HSL | hsl(240, 9%, 63%) | |
| CMYK | cmyk(10%, 10%, 0%, 33%) | |
| LAB | lab(64, 3, -9) | |
| OKLCH | oklch(0.69 0.025 286) |
Color harmonies
Tints & shades
Code snippets
color: #9999aa;
background-color: #9999aa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF9999AA)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.60, blue: 0.67, alpha: 1.0)