Orion Nebula
#a55af4
Looking for the precise values behind Orion Nebula (#a55af4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a55af4 | |
|---|---|---|
| RGB | rgb(165, 90, 244) | |
| HSL | hsl(269, 88%, 65%) | |
| CMYK | cmyk(32%, 63%, 0%, 4%) | |
| LAB | lab(53, 53, -67) | |
| OKLCH | oklch(0.63 0.222 303) |
Color harmonies
Tints & shades
Code snippets
color: #a55af4;
background-color: #a55af4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFA55AF4)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.35, blue: 0.96, alpha: 1.0)