Deepwater Stillness
Cool depths and soft edges, where stillness meets quiet authority, like water at twilight.
Psychology
The three blues establish monochromatic harmony that feels cohesive and trustworthy, while the pure black anchor provides high contrast that commands attention without aggression. Cool hues recede psychologically, creating a sense of depth and contemplation, while the soft tonal shifts between the blues prevent visual monotony and invite prolonged viewing. The muted saturation of the blues paired with black's achromatic neutrality signals restraint and sophistication rather than intensity.
Usage
Ideal for luxury editorial layouts, corporate identity systems, and minimalist web interfaces where trust and calm are priorities. The high contrast between colors supports readability in typography-focused design and creates visual hierarchy without warmth or excitement. Works exceptionally well for financial services branding, premium product packaging, and fine art photography portfolios seeking understated elegance.
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,
#306692 0%,
#21344a 33%,
#5685b5 67%,
#000000 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #306692;
--color-gradient-2: #21344a;
--color-gradient-3: #5685b5;
--color-gradient-4: #000000;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #306692; --color-2: #21344a; --color-3: #5685b5; --color-4: #000000;
Hex values
#306692, #21344a, #5685b5, #000000
Building something? Get this palette via the REST API.
History
Similar palettes
Slate Reverie Hour
Wisteria Descent
Deep Water Study
Porcelain Depth Study
Frosted Periwinkle Pool
Coastal Depths Morning
Slate & Honey Hour
Coastal Linen Study
Indigo Hour Study