Neon Noir Strike
Pure darkness punctuated by electric violet and blue, a high-contrast threshold between shadow and luminous intensity.
Psychology
The two blacks establish a foundation of absolute neutrality and depth, while the vivid violet and blue create immediate visual tension through high saturation contrast. This pairing triggers arousal and attention, as the cool, highly saturated purples advance against the recessive darkness, leveraging the principle that cool hues with high chroma demand focus and energy. The monochromatic purple harmony within the bright pair suggests sophistication and intentionality, offsetting any harshness the blacks might convey.
Usage
Ideal for tech startup branding, music production interfaces, and luxury fashion editorials where bold hierarchy and contemporary edge are essential. The extreme contrast works powerfully in packaging for beauty or electronics where dramatic visual separation prevents visual fatigue. Projects requiring high legibility against dark backgrounds, such as UI design or concert poster art, benefit from the vivid violet and blue's ability to command attention without warmth.
Code
CSS Gradient
/* CSS gradient approximation of mesh gradient */
/* Note: This is a linear approximation. For the full animated mesh effect, use the React/JS export. */
background: linear-gradient(
90deg,
#000000 0%,
#000000 33%,
#a600ff 67%,
#4c00ff 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #000000;
--color-gradient-3: #a600ff;
--color-gradient-4: #4c00ff;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #000000; --color-3: #a600ff; --color-4: #4c00ff;
Hex values
#000000, #000000, #a600ff, #4c00ff
Building something? Get this palette via the REST API.
History
Similar palettes
Twilight Alchemy
Electric Dusk
Jade Hour Glow
Neon Descent Study
Neon Bloom Dusk
Midnight Brass
Frosted Lavender Drift
Wisteria Descent
Milk Glass Morning