#EEC4E1 is a soft, temperate rose. On the Color Lab it reads clean and engineered. It holds up as a large surface and is too pale to lead as a primary accent.
Not just a swatch — here's how #EEC4E1 works with other colors. Named schemes with #EEC4E1 in its natural role, and a note on why the supporting colors balance it.
Bubblegum Pink sets a calm, sun-bleached base here, wrapped in bone and paper off-whites and a soft greige, with a single ink accent for wabi-sabi restraint.
Bubblegum Pink opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Bubblegum Pink keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Bubblegum Pink is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Bubblegum Pink carrying the quiet middle.
Bubblegum Pink sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
How #EEC4E1 actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #EEC4E1 at work across the surfaces designers actually ship.
:root {
--color-base: #EEC4E1;
--color-base-rgb: 238 196 225;
--color-base-oklch: oklch(86.5% 0.061 337.6);
--color-50: #FCF3F9;
--color-100: #F6DFEF;
--color-200: #EDC0DE;
--color-300: #DB94C5;
--color-400: #C76BAA;
--color-500: #AB4A8C;
--color-600: #833F6D;
--color-700: #5E3150;
--color-800: #3E2335;
--color-900: #261721;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
bubblegum-pink: {
50: '#FCF3F9',
100: '#F6DFEF',
200: '#EDC0DE',
300: '#DB94C5',
400: '#C76BAA',
500: '#AB4A8C',
600: '#833F6D',
700: '#5E3150',
800: '#3E2335',
900: '#261721',
},
}
$base: #EEC4E1; $base-ink: #141310; $base-50: #FCF3F9; $base-100: #F6DFEF; $base-200: #EDC0DE; $base-300: #DB94C5; $base-400: #C76BAA; $base-500: #AB4A8C; $base-600: #833F6D; $base-700: #5E3150; $base-800: #3E2335; $base-900: #261721; $base-hover: #DA81BE; $base-subtle: #F8EFF5;
{
"color": {
"base": {
"value": "#EEC4E1",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF3F9",
"type": "color"
},
"100": {
"value": "#F6DFEF",
"type": "color"
},
"200": {
"value": "#EDC0DE",
"type": "color"
},
"300": {
"value": "#DB94C5",
"type": "color"
},
"400": {
"value": "#C76BAA",
"type": "color"
},
"500": {
"value": "#AB4A8C",
"type": "color"
},
"600": {
"value": "#833F6D",
"type": "color"
},
"700": {
"value": "#5E3150",
"type": "color"
},
"800": {
"value": "#3E2335",
"type": "color"
},
"900": {
"value": "#261721",
"type": "color"
}
}
}
}