#E79EE3 is a mid-toned, 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 #E79EE3 works with other colors. Named schemes with #E79EE3 in its natural role, and a note on why the supporting colors balance it.
Wisteria opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Wisteria sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Wisteria 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.
Wisteria 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 Wisteria carrying the quiet middle.
Wisteria is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Wisteria.
How #E79EE3 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 #E79EE3 at work across the surfaces designers actually ship.
:root {
--color-base: #E79EE3;
--color-base-rgb: 231 158 227;
--color-base-oklch: oklch(79.2% 0.124 328.6);
--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: {
wisteria: {
50: '#FCF2FC',
100: '#F8DEF6',
200: '#EFBEEC',
300: '#DE91DA',
400: '#CB67C6',
500: '#AF46AA',
600: '#863C83',
700: '#602F5D',
800: '#3F223D',
900: '#271626',
},
}
$base: #E79EE3; $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: #D75FD1; $base-subtle: #F5E4F4;
{
"color": {
"base": {
"value": "#E79EE3",
"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"
}
}
}
}