Purple Prose
#543254
Purple Prose is a color with the hex code #543254. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #543254 | |
|---|---|---|
| RGB | rgb(84, 50, 84) | |
| HSL | hsl(300, 25%, 26%) | |
| CMYK | cmyk(0%, 40%, 0%, 67%) | |
| LAB | lab(26, 20, -14) | |
| OKLCH | oklch(0.37 0.071 327) |
Color harmonies
Tints & shades
Code snippets
color: #543254;
background-color: #543254;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF543254)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.20, blue: 0.33, alpha: 1.0)