# Midnight Blue to Blush Pink gradient

Midnight Blue (#191970) to Blush Pink (#e8b4b8), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/midnightblue-to-blush-pink
- Colors: https://brandsweets.com/colors/midnightblue, https://brandsweets.com/colors/blush-pink
- Reverse: https://brandsweets.com/gradients/blush-pink-to-midnightblue

## OKLab

- CSS: `linear-gradient(135deg in oklab, #191970 0%, #e8b4b8 100%)`
- Tailwind: `bg-linear-to-br/oklab from-[#191970] to-[#e8b4b8]`
- Contrast (worst point): white 1.80:1 fail · black 1.41:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.191970-e8b4b8?a=135

## OKLCH (shorter hue)

- CSS: `linear-gradient(135deg in oklch shorter hue, #191970 0%, #e8b4b8 100%)`
- Tailwind: `bg-linear-to-br/oklch from-[#191970] to-[#e8b4b8]`
- Contrast (worst point): white 1.80:1 fail · black 1.41:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.191970-e8b4b8?a=135&in=oklch&hue=shorter

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #191970 0%, #1b1c71 8.28%, #212475 16.03%, #2c2f7a 23.35%, #3a3c81 30.32%, #4c4a88 37.03%, #615a90 43.56%, #776998 50%, #8e79a0 56.44%, #a488a6 62.97%, #ba96ac 69.68%, #cca2b1 76.65%, #dbacb5 83.97%, #e5b2b7 91.72%, #e8b4b8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#191970_0%,#1b1c71_8.28%,#212475_16.03%,#2c2f7a_23.35%,#3a3c81_30.32%,#4c4a88_37.03%,#615a90_43.56%,#776998_50%,#8e79a0_56.44%,#a488a6_62.97%,#ba96ac_69.68%,#cca2b1_76.65%,#dbacb5_83.97%,#e5b2b7_91.72%,#e8b4b8_100%)]`
- Contrast (worst point): white 1.80:1 fail · black 1.41:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.191970-e8b4b8?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 73.4% 2.21%, oklch(from #191970 l c h / 0.8175) 0%, rgb(from #191970 r g b / 0) 53.14%), radial-gradient(circle farthest-corner at 51.57% 70.11%, oklch(from #e8b4b8 l c h / 0.7602) 0%, rgb(from #e8b4b8 r g b / 0) 50.79%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_73.4%_2.21%,oklch(from_#191970_l_c_h_/_0.8175)_0%,rgb(from_#191970_r_g_b_/_0)_53.14%),radial-gradient(circle_farthest-corner_at_51.57%_70.11%,oklch(from_#e8b4b8_l_c_h_/_0.7602)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_50.79%)]`
- Contrast (worst point): white 2.89:1 fail · black 3.48:1 AA-large · banding low
- Maker: https://brandsweets.com/gradients/new/v1.191970-e8b4b8?k=mesh&seed=midnightblue-to-blush-pink

## Gradient maker

Every maker URL is the gradient's state: `/gradients/new/v1.<hex>-<hex>[_pos]?a=135&in=oklch&hue=shorter&e=soft&g=8`. Hand one to a human, let them refine, and read the link they return.

## Connect an agent

Point any MCP client at the BrandSweets gradients endpoint for the same engine and corpus:

- Endpoint: https://mcp.brandsweets.com/gradients/mcp
- Tools: `make_gradient` (2–5 colours → CSS with the interpolation space, Tailwind v4, SVG, PNG URL, DTCG token + the contrast/banding/gamut report), `brand_gradients` (brand slug or palette → brand gradient, hero, button, variants).
- Resource: `gradients://corpus` — the whole bundled corpus as JSON.
