#EDB8EA 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 #EDB8EA works with other colors. Named schemes with #EDB8EA in its natural role, and a note on why the supporting colors balance it.
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 opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Mauve keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
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 sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
How #EDB8EA 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 #EDB8EA at work across the surfaces designers actually ship.
:root {
--color-base: #EDB8EA;
--color-base-rgb: 237 184 234;
--color-base-oklch: oklch(84.6% 0.089 328.2);
--color-50: #FCF2FC;
--color-100: #F8DEF6;
--color-200: #EFBEEC;
--color-300: #DE91DA;
--color-400: #CB67C6;
--color-500: #AF46AA;
--color-600: #863C83;
--color-700: #602F5D;
--color-800: #3F223D;
--color-900: #271626;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
mauve: {
50: '#FCF2FC',
100: '#F8DEF6',
200: '#EFBEEC',
300: '#DE91DA',
400: '#CB67C6',
500: '#AF46AA',
600: '#863C83',
700: '#602F5D',
800: '#3F223D',
900: '#271626',
},
}
$base: #EDB8EA; $base-ink: #141310; $base-50: #FCF2FC; $base-100: #F8DEF6; $base-200: #EFBEEC; $base-300: #DE91DA; $base-400: #CB67C6; $base-500: #AF46AA; $base-600: #863C83; $base-700: #602F5D; $base-800: #3F223D; $base-900: #271626; $base-hover: #DD76D8; $base-subtle: #F8ECF7;
{
"color": {
"base": {
"value": "#EDB8EA",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF2FC",
"type": "color"
},
"100": {
"value": "#F8DEF6",
"type": "color"
},
"200": {
"value": "#EFBEEC",
"type": "color"
},
"300": {
"value": "#DE91DA",
"type": "color"
},
"400": {
"value": "#CB67C6",
"type": "color"
},
"500": {
"value": "#AF46AA",
"type": "color"
},
"600": {
"value": "#863C83",
"type": "color"
},
"700": {
"value": "#602F5D",
"type": "color"
},
"800": {
"value": "#3F223D",
"type": "color"
},
"900": {
"value": "#271626",
"type": "color"
}
}
}
}