Neon Cellar Night

Deep purple shadows punctuated by electric light, like neon glowing through a darkened laboratory at midnight.

Colors

~Black#000000
~Coal Mine#1B002E
~Coal Mine#230033
~Bluebonnet#2B00FF
~Coal Mine#280033

Psychology

The palette pairs deep, desaturated purples with pure black and a vivid electric blue, creating tension between stillness and intensity. The cool temperature and low lightness establish a serious, focused mood, while the single saturated blue acts as a visual jolt that commands attention without overwhelming. This contrast between muted and vivid mimics high-stakes environments where precision and clarity matter.

Usage

Ideal for tech startup branding, premium nightlife marketing, and editorial fashion photography where drama and sophistication intersect. Projects demanding moderate contrast with cool intensity benefit from the palette's ability to suggest both depth and electric precision. Works particularly well in luxury software interfaces, music production visuals, and avant-garde packaging design.

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%,
    #1b002e 25%,
    #230033 50%,
    #2b00ff 75%,
    #280033 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #000000;
  --color-gradient-2: #1b002e;
  --color-gradient-3: #230033;
  --color-gradient-4: #2b00ff;
  --color-gradient-5: #280033;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #000000;
--color-2: #1b002e;
--color-3: #230033;
--color-4: #2b00ff;
--color-5: #280033;
Hex values
#000000, #1b002e, #230033, #2b00ff, #280033

Building something? Get this palette via the REST API.

History

Similar palettes

Twilight Alchemy
Jade Hour Glow
Electric Dusk
Neon Descent Study
Wisteria Descent
Neon Bloom Dusk
Midnight Brass
Silk Hour Reverie
Periwinkle Linen Study