Midnight Pie
#372d52
Midnight Pie, represented by the hex value #372d52, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #372d52 | |
|---|---|---|
| RGB | rgb(55, 45, 82) | |
| HSL | hsl(256, 29%, 25%) | |
| CMYK | cmyk(33%, 45%, 0%, 68%) | |
| LAB | lab(21, 12, -21) | |
| OKLCH | oklch(0.33 0.065 295) |
Color harmonies
Tints & shades
Code snippets
color: #372d52;
background-color: #372d52;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF372D52)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.18, blue: 0.32, alpha: 1.0)