Magic Carpet
#9488be
Looking for the precise values behind Magic Carpet (#9488be)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9488be | |
|---|---|---|
| RGB | rgb(148, 136, 190) | |
| HSL | hsl(253, 29%, 64%) | |
| CMYK | cmyk(22%, 28%, 0%, 25%) | |
| LAB | lab(59, 13, -27) | |
| OKLCH | oklch(0.66 0.08 294) |
Color harmonies
Tints & shades
Code snippets
color: #9488be;
background-color: #9488be;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF9488BE)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.53, blue: 0.75, alpha: 1.0)