Nightly Walk
#544563
Nightly Walk is a color with the hex code #544563. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #544563 | |
|---|---|---|
| RGB | rgb(84, 69, 99) | |
| HSL | hsl(270, 18%, 33%) | |
| CMYK | cmyk(15%, 30%, 0%, 61%) | |
| LAB | lab(32, 12, -15) | |
| OKLCH | oklch(0.42 0.052 307) |
Color harmonies
Tints & shades
Code snippets
color: #544563;
background-color: #544563;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF544563)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.27, blue: 0.39, alpha: 1.0)