Magnet
#525054
Magnet, represented by the hex value #525054, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #525054 | |
|---|---|---|
| RGB | rgb(82, 80, 84) | |
| HSL | hsl(270, 2%, 32%) | |
| CMYK | cmyk(2%, 5%, 0%, 67%) | |
| LAB | lab(34, 1, -2) | |
| OKLCH | oklch(0.43 0.007 308) |
Color harmonies
Tints & shades
Code snippets
color: #525054;
background-color: #525054;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF525054)
/* Swift / UIKit */
UIColor(red: 0.32, green: 0.31, blue: 0.33, alpha: 1.0)