Purple Noir
#322c56
Purple Noir is a color with the hex code #322c56. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #322c56 | |
|---|---|---|
| RGB | rgb(50, 44, 86) | |
| HSL | hsl(249, 32%, 25%) | |
| CMYK | cmyk(42%, 49%, 0%, 66%) | |
| LAB | lab(20, 12, -25) | |
| OKLCH | oklch(0.32 0.073 288) |
Color harmonies
Tints & shades
Code snippets
color: #322c56;
background-color: #322c56;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF322C56)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.17, blue: 0.34, alpha: 1.0)