Ink & Porcelain

Crisp, high-contrast tension softened by cool luminosity and muted blue undertones.

Colors

~Black#000000
~Oh Boy!#B9D7FF

Tags

Psychology

The high contrast between pure black and very light cool blue creates visual tension that commands attention, while the muted saturation of the blue prevents harshness and maintains a calm, composed mood. Black's symbolic weight of authority and void pairs with the receding, cooling properties of light blue, creating a dynamic that feels both grounded and ethereal, exploiting the principle that cool tones appear to recede while dark tones anchor.
This combination evokes precision without coldness, suitable for contexts requiring clarity and trust without aggression.

Usage

Apply to minimalist tech interfaces, editorial typography systems, and luxury stationery branding where contrast drives legibility and sophistication. The palette excels in projects requiring high visual hierarchy and professional restraint, from financial service websites to art gallery collateral. Its cool softness prevents the harshness of pure black-and-white while maintaining the trust signals both colors independently convey.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Coastal Linen Study
Porcelain Depth Study
Frosted Periwinkle Pool
Deep Water Study
Slate & Honey Hour
Midnight Pool Glow
Slate Reverie Hour
Coastal Depths Morning
Sapphire Vault Dawn
Ink & Porcelain — Color Palette | InstantGradient