Black Mana
#858585
Black Mana, represented by the hex value #858585, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #858585 | |
|---|---|---|
| RGB | rgb(133, 133, 133) | |
| HSL | hsl(0, 0%, 52%) | |
| CMYK | cmyk(0%, 0%, 0%, 48%) | |
| LAB | lab(56, 0, 0) | |
| OKLCH | oklch(0.62 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #858585;
background-color: #858585;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF858585)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.52, blue: 0.52, alpha: 1.0)