Iron
#5e5e5e
Here's everything about the color Iron (#5e5e5e) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #5e5e5e | |
|---|---|---|
| RGB | rgb(94, 94, 94) | |
| HSL | hsl(0, 0%, 37%) | |
| CMYK | cmyk(0%, 0%, 0%, 63%) | |
| LAB | lab(40, 0, 0) | |
| OKLCH | oklch(0.48 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #5e5e5e;
background-color: #5e5e5e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF5E5E5E)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.37, blue: 0.37, alpha: 1.0)