Indigo Night Color Palette
Deep indigo climbing into a bright violet-blue.
Use as a gradient →
Colors
#05012E
#0B0654
#1B1477
#3B2FA6
#6C5CE7
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #05012E | T - | T - | |
| #0B0654 | T - | T - | |
| #1B1477 | T - | T - | |
| #3B2FA6 | T - | T - | |
| #6C5CE7 | 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.
Indigo Night CSS Code
HEX Copy
#05012E #0B0654 #1B1477 #3B2FA6 #6C5CE7
RGBA Copy
rgba(5, 1, 46, 1.0) rgba(11, 6, 84, 1.0) rgba(27, 20, 119, 1.0) rgba(59, 47, 166, 1.0) rgba(108, 92, 231, 1.0)
HSLA Copy
hsla(245, 96%, 9%, 1.0) hsla(244, 87%, 18%, 1.0) hsla(244, 71%, 27%, 1.0) hsla(246, 56%, 42%, 1.0) hsla(247, 74%, 63%, 1.0)
More Color Palettes
FAQ
What colors are in the Indigo Night palette?Deep indigo climbing into a bright violet-blue.
How do I turn the Indigo Night palette into a CSS gradient?
Use
background: linear-gradient(to right, #05012E, #0B0654, #1B1477, #3B2FA6, #6C5CE7);, or click "Use as a gradient" above to open it in the live generator.