#E8AEE4 is a soft, temperate pink. On the Color Lab it reads clean and engineered. It is too pale to lead as a primary accent and reproduces cleanly in print.
Not just a swatch — here's how #E8AEE4 works with other colors. Named schemes with #E8AEE4 in its natural role, and a note on why the supporting colors balance it.
Mauve opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Mauve sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Mauve 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.
Mauve 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 Mauve carrying the quiet middle.
Mauve is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Mauve.
How #E8AEE4 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 #E8AEE4 at work across the surfaces designers actually ship.
:root {
--color-base: #E8AEE4;
--color-base-rgb: 232 174 228;
--color-base-oklch: oklch(82.1% 0.098 328.7);
--color-50: #FCF3FB;
--color-100: #F7DFF5;
--color-200: #EDBFEA;
--color-300: #DC93D7;
--color-400: #C76BC1;
--color-500: #AC49A5;
--color-600: #843E7F;
--color-700: #5E315B;
--color-800: #3E233C;
--color-900: #261725;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
mauve: {
50: '#FCF3FB',
100: '#F7DFF5',
200: '#EDBFEA',
300: '#DC93D7',
400: '#C76BC1',
500: '#AC49A5',
600: '#843E7F',
700: '#5E315B',
800: '#3E233C',
900: '#261725',
},
}
$base: #E8AEE4; $base-ink: #141310; $base-50: #FCF3FB; $base-100: #F7DFF5; $base-200: #EDBFEA; $base-300: #DC93D7; $base-400: #C76BC1; $base-500: #AC49A5; $base-600: #843E7F; $base-700: #5E315B; $base-800: #3E233C; $base-900: #261725; $base-hover: #D770D0; $base-subtle: #F6E9F5;
{
"color": {
"base": {
"value": "#E8AEE4",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF3FB",
"type": "color"
},
"100": {
"value": "#F7DFF5",
"type": "color"
},
"200": {
"value": "#EDBFEA",
"type": "color"
},
"300": {
"value": "#DC93D7",
"type": "color"
},
"400": {
"value": "#C76BC1",
"type": "color"
},
"500": {
"value": "#AC49A5",
"type": "color"
},
"600": {
"value": "#843E7F",
"type": "color"
},
"700": {
"value": "#5E315B",
"type": "color"
},
"800": {
"value": "#3E233C",
"type": "color"
},
"900": {
"value": "#261725",
"type": "color"
}
}
}
}