#340F36 is a deep, temperate pink. On the Color Lab it reads clean and engineered, quietly premium. It is too dark to lead as a primary accent and reproduces cleanly in print.
Not just a swatch — here's how #340F36 works with other colors. Named schemes with #340F36 in its natural role, and a note on why the supporting colors balance it.
Deep 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.
Deep Purple 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.
Deep 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.
Deep 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 Deep Purple carrying the quiet middle.
Deep Purple sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
How #340F36 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 #340F36 at work across the surfaces designers actually ship.
:root {
--color-base: #340F36;
--color-base-rgb: 52 15 54;
--color-base-oklch: oklch(24.8% 0.083 325.6);
--color-50: #FCF3FC;
--color-100: #F6DEF7;
--color-200: #EBBFED;
--color-300: #D993DC;
--color-400: #C36AC8;
--color-500: #A848AD;
--color-600: #813D84;
--color-700: #5C305E;
--color-800: #3D233E;
--color-900: #261726;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
deep-purple: {
50: '#FCF3FC',
100: '#F6DEF7',
200: '#EBBFED',
300: '#D993DC',
400: '#C36AC8',
500: '#A848AD',
600: '#813D84',
700: '#5C305E',
800: '#3D233E',
900: '#261726',
},
}
$base: #340F36; $base-ink: #FFFFFF; $base-50: #FCF3FC; $base-100: #F6DEF7; $base-200: #EBBFED; $base-300: #D993DC; $base-400: #C36AC8; $base-500: #A848AD; $base-600: #813D84; $base-700: #5C305E; $base-800: #3D233E; $base-900: #261726; $base-hover: #2B0C2D; $base-subtle: #D7A1DA;
{
"color": {
"base": {
"value": "#340F36",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF3FC",
"type": "color"
},
"100": {
"value": "#F6DEF7",
"type": "color"
},
"200": {
"value": "#EBBFED",
"type": "color"
},
"300": {
"value": "#D993DC",
"type": "color"
},
"400": {
"value": "#C36AC8",
"type": "color"
},
"500": {
"value": "#A848AD",
"type": "color"
},
"600": {
"value": "#813D84",
"type": "color"
},
"700": {
"value": "#5C305E",
"type": "color"
},
"800": {
"value": "#3D233E",
"type": "color"
},
"900": {
"value": "#261726",
"type": "color"
}
}
}
}