Void & Electric

The sharp clarity of electricity cutting through absolute darkness, a moment of pure contrast and focus.

Colors

~Black#000000
~Secret of Mana#4D6BFE

Tags

Psychology

The high contrast between black and vivid blue creates visual tension that commands attention without warmth, forcing the eye to engage actively. Black as void recedes while the saturated cool blue advances, establishing clear hierarchy and depth through chromatic opposition. This monochromatic harmony around blue tones creates a sense of technological precision and calm authority despite the dramatic separation.

Usage

Ideal for tech product interfaces, data visualization dashboards, and modern music branding where contrast drives usability and visual clarity. Works exceptionally well in editorial design and web applications where high contrast improves readability and creates a bold, contemporary aesthetic. Also effective for luxury packaging and corporate identity systems requiring authority and sophistication through minimal, striking palettes.

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%,
    #4d6bfe 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #000000;
  --color-gradient-2: #4d6bfe;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #000000;
--color-2: #4d6bfe;
Hex values
#000000, #4d6bfe

Building something? Get this palette via the REST API.

History

Similar palettes

Jade Hour Glow
Electric Dusk
Midnight Pool Glow
Neon Descent Study
Sapphire Vault Dawn
Abyssal Hearth
Twilight Alchemy
Neon Bloom Dusk
Slate Pool Breath
Void & Electric — Color Palette | InstantGradient