Dreamscape Purple
#9632ce
Looking for the precise values behind Dreamscape Purple (#9632ce)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9632ce | |
|---|---|---|
| RGB | rgb(150, 50, 206) | |
| HSL | hsl(278, 61%, 50%) | |
| CMYK | cmyk(27%, 76%, 0%, 19%) | |
| LAB | lab(42, 60, -62) | |
| OKLCH | oklch(0.54 0.228 310) |
Color harmonies
Tints & shades
Code snippets
color: #9632ce;
background-color: #9632ce;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFF9632CE)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.20, blue: 0.81, alpha: 1.0)