Graphite Black
#262a2b
Graphite Black, represented by the hex value #262a2b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #262a2b | |
|---|---|---|
| RGB | rgb(38, 42, 43) | |
| HSL | hsl(192, 6%, 16%) | |
| CMYK | cmyk(12%, 2%, 0%, 83%) | |
| LAB | lab(17, -2, -1) | |
| OKLCH | oklch(0.28 0.006 214) |
Color harmonies
Tints & shades
Code snippets
color: #262a2b;
background-color: #262a2b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF262A2B)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.16, blue: 0.17, alpha: 1.0)