Explosive Grey
#c4c4c4
Explosive Grey, represented by the hex value #c4c4c4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c4c4c4 | |
|---|---|---|
| RGB | rgb(196, 196, 196) | |
| HSL | hsl(0, 0%, 77%) | |
| CMYK | cmyk(0%, 0%, 0%, 23%) | |
| LAB | lab(79, 0, 0) | |
| OKLCH | oklch(0.82 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #c4c4c4;
background-color: #c4c4c4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC4C4C4)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.77, blue: 0.77, alpha: 1.0)