Charcoal
#343837
Looking for the precise values behind Charcoal (#343837)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #343837 | |
|---|---|---|
| RGB | rgb(52, 56, 55) | |
| HSL | hsl(165, 4%, 21%) | |
| CMYK | cmyk(7%, 0%, 2%, 78%) | |
| LAB | lab(23, -2, 0) | |
| OKLCH | oklch(0.34 0.006 179) |
Color harmonies
Tints & shades
Code snippets
color: #343837;
background-color: #343837;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF343837)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.22, blue: 0.22, alpha: 1.0)