Galactic Purple Color Palette
Near-black violet opening into a bright lilac glow.
Use as a gradient →
Colors
#10002B
#240046
#3C096C
#5A189A
#E0AAFF
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #10002B | T - | T - | |
| #240046 | T - | T - | |
| #3C096C | T - | T - | |
| #5A189A | T - | T - | |
| #E0AAFF | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Galactic Purple CSS Code
HEX Copy
#10002B #240046 #3C096C #5A189A #E0AAFF
RGBA Copy
rgba(16, 0, 43, 1.0) rgba(36, 0, 70, 1.0) rgba(60, 9, 108, 1.0) rgba(90, 24, 154, 1.0) rgba(224, 170, 255, 1.0)
HSLA Copy
hsla(262, 100%, 8%, 1.0) hsla(271, 100%, 14%, 1.0) hsla(271, 85%, 23%, 1.0) hsla(270, 73%, 35%, 1.0) hsla(278, 100%, 83%, 1.0)
More Color Palettes
FAQ
What colors are in the Galactic Purple palette?Near-black violet opening into a bright lilac glow.
How do I turn the Galactic Purple palette into a CSS gradient?
Use
background: linear-gradient(to right, #10002B, #240046, #3C096C, #5A189A, #E0AAFF);, or click "Use as a gradient" above to open it in the live generator.