Royal Crown
#4f325e
Royal Crown is a color with the hex code #4f325e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #4f325e | |
|---|---|---|
| RGB | rgb(79, 50, 94) | |
| HSL | hsl(280, 31%, 28%) | |
| CMYK | cmyk(16%, 47%, 0%, 63%) | |
| LAB | lab(26, 20, -21) | |
| OKLCH | oklch(0.37 0.081 313) |
Color harmonies
Tints & shades
Code snippets
color: #4f325e;
background-color: #4f325e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF4F325E)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.20, blue: 0.37, alpha: 1.0)