Midnight Masquerade
#2c2e47
Midnight Masquerade, represented by the hex value #2c2e47, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #2c2e47 | |
|---|---|---|
| RGB | rgb(44, 46, 71) | |
| HSL | hsl(236, 23%, 23%) | |
| CMYK | cmyk(38%, 35%, 0%, 72%) | |
| LAB | lab(20, 5, -16) | |
| OKLCH | oklch(0.31 0.045 280) |
Color harmonies
Tints & shades
Code snippets
color: #2c2e47;
background-color: #2c2e47;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2C2E47)
/* Swift / UIKit */
UIColor(red: 0.17, green: 0.18, blue: 0.28, alpha: 1.0)