Coal Hard Truth
#3b3b3d
Coal Hard Truth, represented by the hex value #3b3b3d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3b3b3d | |
|---|---|---|
| RGB | rgb(59, 59, 61) | |
| HSL | hsl(240, 2%, 24%) | |
| CMYK | cmyk(3%, 3%, 0%, 76%) | |
| LAB | lab(25, 0, -1) | |
| OKLCH | oklch(0.35 0.003 286) |
Color harmonies
Tints & shades
Code snippets
color: #3b3b3d;
background-color: #3b3b3d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3B3B3D)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.23, blue: 0.24, alpha: 1.0)