All Nighter
#455454
All Nighter, represented by the hex value #455454, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #455454 | |
|---|---|---|
| RGB | rgb(69, 84, 84) | |
| HSL | hsl(180, 10%, 30%) | |
| CMYK | cmyk(18%, 0%, 0%, 67%) | |
| LAB | lab(34, -6, -2) | |
| OKLCH | oklch(0.43 0.019 196) |
Color harmonies
Tints & shades
Code snippets
color: #455454;
background-color: #455454;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF455454)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.33, blue: 0.33, alpha: 1.0)