Neon Descent Protocol

A charged void punctuated by electric signals, where deep shadow meets luminous synthetic color with surgical precision.

Colors

~Raven#0A0A0C
~Vaporwave Blue#00E5FF
~Cathode Green#32FF5A
~Indigo Static#4B0A82

Psychology

The near-black foundation creates a void that makes the vivid teal and green luminous by contrast, a principle of simultaneous contrast that amplifies their perceived brightness and energy. The cool teal and green maintain visual momentum without warmth, while the deep purple adds depth and prevents the palette from feeling purely digital or sterile. High chroma paired with extreme lightness variance triggers alertness and tension, evoking synthetic systems and technological environments rather than natural calm.

Usage

Ideal for tech startups, cybersecurity branding, and digital product interfaces that need to project innovation and precision. Works effectively in music production software, neon-lit editorial spreads, and avant-garde fashion campaigns where dramatic contrast and cool energy drive visual impact. The palette's high saturation and dark anchor suit data visualization dashboards, gaming UI design, and experimental poster art where legibility and bold mood take priority.

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,
    #0a0a0c 0%,
    #00e5ff 33%,
    #32ff5a 67%,
    #4b0a82 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #0a0a0c;
  --color-gradient-2: #00e5ff;
  --color-gradient-3: #32ff5a;
  --color-gradient-4: #4b0a82;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #0a0a0c;
--color-2: #00e5ff;
--color-3: #32ff5a;
--color-4: #4b0a82;
Hex values
#0a0a0c, #00e5ff, #32ff5a, #4b0a82

Building something? Get this palette via the REST API.

History

Similar palettes

Jade Hour Glow
Pastel Lagoon Study
Neon Bloom Dusk
Neon Descent Study
Teal Depths Nocturne
Shallow Waters
Periwinkle Linen Study
Moss Shallow Study
Misty Lagoon Hour