#BEB2FC is a soft, cool purple. 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 #BEB2FC works with other colors. Named schemes with #BEB2FC 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 keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Mauve sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
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 #BEB2FC 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 #BEB2FC at work across the surfaces designers actually ship.
:root {
--color-base: #BEB2FC;
--color-base-rgb: 190 178 252;
--color-base-oklch: oklch(80.0% 0.104 291.3);
--color-50: #F3F0FE;
--color-100: #DED8FD;
--color-200: #BDB1FC;
--color-300: #907CF4;
--color-400: #664CE6;
--color-500: #4429CC;
--color-600: #3A279B;
--color-700: #2E226D;
--color-800: #221A47;
--color-900: #16122B;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
mauve: {
50: '#F3F0FE',
100: '#DED8FD',
200: '#BDB1FC',
300: '#907CF4',
400: '#664CE6',
500: '#4429CC',
600: '#3A279B',
700: '#2E226D',
800: '#221A47',
900: '#16122B',
},
}
$base: #BEB2FC; $base-ink: #141310; $base-50: #F3F0FE; $base-100: #DED8FD; $base-200: #BDB1FC; $base-300: #907CF4; $base-400: #664CE6; $base-500: #4429CC; $base-600: #3A279B; $base-700: #2E226D; $base-800: #221A47; $base-900: #16122B; $base-hover: #785EF9; $base-subtle: #EDEAFB;
{
"color": {
"base": {
"value": "#BEB2FC",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F3F0FE",
"type": "color"
},
"100": {
"value": "#DED8FD",
"type": "color"
},
"200": {
"value": "#BDB1FC",
"type": "color"
},
"300": {
"value": "#907CF4",
"type": "color"
},
"400": {
"value": "#664CE6",
"type": "color"
},
"500": {
"value": "#4429CC",
"type": "color"
},
"600": {
"value": "#3A279B",
"type": "color"
},
"700": {
"value": "#2E226D",
"type": "color"
},
"800": {
"value": "#221A47",
"type": "color"
},
"900": {
"value": "#16122B",
"type": "color"
}
}
}
}