Heavy Charcoal
#565350
Looking for the precise values behind Heavy Charcoal (#565350)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #565350 | |
|---|---|---|
| RGB | rgb(86, 83, 80) | |
| HSL | hsl(30, 4%, 33%) | |
| CMYK | cmyk(0%, 3%, 7%, 66%) | |
| LAB | lab(36, 1, 2) | |
| OKLCH | oklch(0.44 0.006 68) |
Color harmonies
Tints & shades
Code snippets
color: #565350;
background-color: #565350;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF565350)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.33, blue: 0.31, alpha: 1.0)