Murasaki
#4f284b
Looking for the precise values behind Murasaki (#4f284b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4f284b | |
|---|---|---|
| RGB | rgb(79, 40, 75) | |
| HSL | hsl(306, 33%, 23%) | |
| CMYK | cmyk(0%, 49%, 5%, 69%) | |
| LAB | lab(23, 23, -14) | |
| OKLCH | oklch(0.34 0.078 331) |
Color harmonies
Tints & shades
Code snippets
color: #4f284b;
background-color: #4f284b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF4F284B)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.16, blue: 0.29, alpha: 1.0)