#BD5CB2 is a mid-toned, warm pink. On the Color Lab it reads clean and engineered, bold and ownable. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #BD5CB2 works with other colors. Named schemes with #BD5CB2 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Medium Orchid as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Medium Orchid anchors this café scheme as the warm mid-tone, lifted by latte cream and a muted sage accent and grounded by espresso brown and a warm charcoal.
Medium Orchid opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Medium Orchid sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Medium Orchid 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 Medium Orchid carrying the quiet middle.
How #BD5CB2 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 #BD5CB2 at work across the surfaces designers actually ship.
:root {
--color-base: #BD5CB2;
--color-base-rgb: 189 92 178;
--color-base-oklch: oklch(62.2% 0.163 331.8);
--color-50: #FBF4FA;
--color-100: #F4E2F2;
--color-200: #E7C5E3;
--color-300: #D39CCC;
--color-400: #BC76B4;
--color-500: #9F5597;
--color-600: #7B4775;
--color-700: #583654;
--color-800: #3B2638;
--color-900: #241923;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
medium-orchid: {
50: '#FBF4FA',
100: '#F4E2F2',
200: '#E7C5E3',
300: '#D39CCC',
400: '#BC76B4',
500: '#9F5597',
600: '#7B4775',
700: '#583654',
800: '#3B2638',
900: '#241923',
},
}
$base: #BD5CB2; $base-ink: #141310; $base-50: #FBF4FA; $base-100: #F4E2F2; $base-200: #E7C5E3; $base-300: #D39CCC; $base-400: #BC76B4; $base-500: #9F5597; $base-600: #7B4775; $base-700: #583654; $base-800: #3B2638; $base-900: #241923; $base-hover: #9F4194; $base-subtle: #E8D2E5;
{
"color": {
"base": {
"value": "#BD5CB2",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FBF4FA",
"type": "color"
},
"100": {
"value": "#F4E2F2",
"type": "color"
},
"200": {
"value": "#E7C5E3",
"type": "color"
},
"300": {
"value": "#D39CCC",
"type": "color"
},
"400": {
"value": "#BC76B4",
"type": "color"
},
"500": {
"value": "#9F5597",
"type": "color"
},
"600": {
"value": "#7B4775",
"type": "color"
},
"700": {
"value": "#583654",
"type": "color"
},
"800": {
"value": "#3B2638",
"type": "color"
},
"900": {
"value": "#241923",
"type": "color"
}
}
}
}