Mithril
#878787
Mithril is a color with the hex code #878787. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #878787 | |
|---|---|---|
| RGB | rgb(135, 135, 135) | |
| HSL | hsl(0, 0%, 53%) | |
| CMYK | cmyk(0%, 0%, 0%, 47%) | |
| LAB | lab(56, 0, 0) | |
| OKLCH | oklch(0.62 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #878787;
background-color: #878787;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF878787)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.53, blue: 0.53, alpha: 1.0)