Cybernetic Depths
A stark plunge into electric cool, where shadow meets luminous cyan in rigid, high-contrast equilibrium.
Psychology
The palette anchors itself in deep, achromatic blacks that recede and create psychological distance, while the vivid cyan and electric blue advance aggressively forward, generating tension through extreme luminosity contrast. Cool hues throughout trigger associations with precision, technology, and detachment, while the high-saturation teal and cobalt inject urgency and energy into an otherwise austere foundation. This combination of recessive darkness and aggressive neon creates a cognitive push-pull effect, engaging viewers with visual intensity rather than comfort.
Usage
Apply to tech startup dashboards, cyberpunk editorial layouts, and high-end electronics packaging where visual boldness and clarity are paramount. Projects demanding strong visual hierarchy, late-night usability, or dystopian aesthetic benefit from the extreme contrast and cool dominance. Gaming interfaces, fintech branding, and contemporary art catalogs leverage this palette's dramatic tension and modern precision.
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,
#05050a 0%,
#0c1223 33%,
#00e1ff 67%,
#1e50f0 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #05050a;
--color-gradient-2: #0c1223;
--color-gradient-3: #00e1ff;
--color-gradient-4: #1e50f0;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #05050a; --color-2: #0c1223; --color-3: #00e1ff; --color-4: #1e50f0;
Hex values
#05050a, #0c1223, #00e1ff, #1e50f0
Building something? Get this palette via the REST API.
History
Similar palettes
Midnight Pool Glow
Jade Hour Glow
Teal Depths Nocturne
Neon Descent Study
Coastal Depths Morning
Neon Bloom Dusk
Mineral Spring Dawn
Coastal Porcelain Dawn
Slate Pool Breath