Electric Ink Contrast
Stark luminosity cutting through deep indigo, like neon tracing the edge of midnight water.
Psychology
The high contrast between deep blue-blacks and pure white creates immediate visual tension, drawing the eye and commanding attention through chromatic opposition. Both blues sit in the cool family, reinforcing a sense of precision and clarity, while the dominance of saturated hues and stark value jumps triggers heightened arousal and focus rather than relaxation. This palette leverages cool color recede-advance dynamics, where the darker blues recede while white advances, creating depth and visual hierarchy that feels both authoritative and modern.
Usage
Tech startup branding, software interfaces, and editorial mastheads benefit from this palette's stark legibility and energetic contrast. Contemporary art catalogs, design agency websites, and luxury watch packaging exploit the bold geometric tension and electric feel. The minimal color count and extreme value separation make it ideal for projects requiring maximum impact with minimal visual noise.
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,
#000dbd 0%,
#ffffff 33%,
#ffffff 67%,
#0400ff 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000dbd;
--color-gradient-2: #ffffff;
--color-gradient-3: #ffffff;
--color-gradient-4: #0400ff;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000dbd; --color-2: #ffffff; --color-3: #ffffff; --color-4: #0400ff;
Hex values
#000dbd, #ffffff, #ffffff, #0400ff
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Electric Dusk
Slate & Honey Hour
Midnight Pool Glow
Neon Descent Study
Sapphire Vault Dawn
Abyssal Hearth
Twilight Alchemy
Neon Bloom Dusk