Matt Purple
#9370db
Matt Purple is a color with the hex code #9370db. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #9370db | |
|---|---|---|
| RGB | rgb(147, 112, 219) | |
| HSL | hsl(260, 60%, 65%) | |
| CMYK | cmyk(33%, 49%, 0%, 14%) | |
| LAB | lab(54, 32, -51) | |
| OKLCH | oklch(0.63 0.158 297) |
Color harmonies
Tints & shades
Code snippets
color: #9370db;
background-color: #9370db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-violet-500 /* ≈ #8e51ff */
/* Flutter */
Color(0xFF9370DB)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.44, blue: 0.86, alpha: 1.0)