#4D124D is a deep, temperate pink. On the Color Lab it reads clean and engineered, quietly premium. It reproduces cleanly in print.
Not just a swatch — here's how #4D124D works with other colors. Named schemes with #4D124D in its natural role, and a note on why the supporting colors balance it.
Russian Violet 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.
Russian Violet 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 Russian Violet.
Russian Violet sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Russian Violet plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Russian Violet 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 Russian Violet carrying the quiet middle.
How #4D124D 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 #4D124D at work across the surfaces designers actually ship.
:root {
--color-base: #4D124D;
--color-base-rgb: 77 18 77;
--color-base-oklch: oklch(30.9% 0.116 327.9);
--color-50: #FDF2FD;
--color-100: #F8DDF8;
--color-200: #EFBDEF;
--color-300: #E090E0;
--color-400: #CC66CC;
--color-500: #B144B1;
--color-600: #873A87;
--color-700: #602E60;
--color-800: #3F223F;
--color-900: #271627;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
russian-violet: {
50: '#FDF2FD',
100: '#F8DDF8',
200: '#EFBDEF',
300: '#E090E0',
400: '#CC66CC',
500: '#B144B1',
600: '#873A87',
700: '#602E60',
800: '#3F223F',
900: '#271627',
},
}
$base: #4D124D; $base-ink: #FFFFFF; $base-50: #FDF2FD; $base-100: #F8DDF8; $base-200: #EFBDEF; $base-300: #E090E0; $base-400: #CC66CC; $base-500: #B144B1; $base-600: #873A87; $base-700: #602E60; $base-800: #3F223F; $base-900: #271627; $base-hover: #3F0F3F; $base-subtle: #DEA4DE;
{
"color": {
"base": {
"value": "#4D124D",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2FD",
"type": "color"
},
"100": {
"value": "#F8DDF8",
"type": "color"
},
"200": {
"value": "#EFBDEF",
"type": "color"
},
"300": {
"value": "#E090E0",
"type": "color"
},
"400": {
"value": "#CC66CC",
"type": "color"
},
"500": {
"value": "#B144B1",
"type": "color"
},
"600": {
"value": "#873A87",
"type": "color"
},
"700": {
"value": "#602E60",
"type": "color"
},
"800": {
"value": "#3F223F",
"type": "color"
},
"900": {
"value": "#271627",
"type": "color"
}
}
}
}