#650877 is a deep, temperate magenta. On the Color Lab it reads clean and engineered, quietly premium. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #650877 works with other colors. Named schemes with #650877 in its natural role, and a note on why the supporting colors balance it.
Purple carries the depth in this luxury scheme, offset by a brass accent and near-black and held together by a deep neutral and an off-white surface.
Purple adds the colour to this moody editorial scheme — charcoal and a mid-grey around it, a bone highlight, and a muted jewel accent drawn from Purple.
Purple sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Purple plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Purple 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 Purple carrying the quiet middle.
How #650877 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 #650877 at work across the surfaces designers actually ship.
:root {
--color-base: #650877;
--color-base-rgb: 101 8 119;
--color-base-oklch: oklch(37.3% 0.172 319.8);
--color-50: #FCF0FE;
--color-100: #F7D8FD;
--color-200: #EEB3FA;
--color-300: #DD7FF0;
--color-400: #C951E1;
--color-500: #AD2EC7;
--color-600: #852B97;
--color-700: #5F246B;
--color-800: #3E1C45;
--color-900: #26132A;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
purple: {
50: '#FCF0FE',
100: '#F7D8FD',
200: '#EEB3FA',
300: '#DD7FF0',
400: '#C951E1',
500: '#AD2EC7',
600: '#852B97',
700: '#5F246B',
800: '#3E1C45',
900: '#26132A',
},
}
$base: #650877; $base-ink: #FFFFFF; $base-50: #FCF0FE; $base-100: #F7D8FD; $base-200: #EEB3FA; $base-300: #DD7FF0; $base-400: #C951E1; $base-500: #AD2EC7; $base-600: #852B97; $base-700: #5F246B; $base-800: #3E1C45; $base-900: #26132A; $base-hover: #51075F; $base-subtle: #DFA0EC;
{
"color": {
"base": {
"value": "#650877",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF0FE",
"type": "color"
},
"100": {
"value": "#F7D8FD",
"type": "color"
},
"200": {
"value": "#EEB3FA",
"type": "color"
},
"300": {
"value": "#DD7FF0",
"type": "color"
},
"400": {
"value": "#C951E1",
"type": "color"
},
"500": {
"value": "#AD2EC7",
"type": "color"
},
"600": {
"value": "#852B97",
"type": "color"
},
"700": {
"value": "#5F246B",
"type": "color"
},
"800": {
"value": "#3E1C45",
"type": "color"
},
"900": {
"value": "#26132A",
"type": "color"
}
}
}
}