#150413 is a muted, temperate pink. On the Color Lab it reads clean and engineered, quietly premium. It holds up as a large surface and is too dark to lead as a primary accent.
Not just a swatch — here's how #150413 works with other colors. Named schemes with #150413 in its natural role, and a note on why the supporting colors balance it.
Jet Black plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Jet Black 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.
Jet Black 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.
Jet Black 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 Jet Black carrying the quiet middle.
Jet Black sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
How #150413 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 #150413 at work across the surfaces designers actually ship.
:root {
--color-base: #150413;
--color-base-rgb: 21 4 19;
--color-base-oklch: oklch(14.9% 0.044 331.9);
--color-50: #FDF2FC;
--color-100: #F9DCF6;
--color-200: #F2BBEB;
--color-300: #E38CD9;
--color-400: #D161C4;
--color-500: #B63FA8;
--color-600: #8B3781;
--color-700: #632C5C;
--color-800: #41203D;
--color-900: #281526;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
jet-black: {
50: '#FDF2FC',
100: '#F9DCF6',
200: '#F2BBEB',
300: '#E38CD9',
400: '#D161C4',
500: '#B63FA8',
600: '#8B3781',
700: '#632C5C',
800: '#41203D',
900: '#281526',
},
}
$base: #150413; $base-ink: #FFFFFF; $base-50: #FDF2FC; $base-100: #F9DCF6; $base-200: #F2BBEB; $base-300: #E38CD9; $base-400: #D161C4; $base-500: #B63FA8; $base-600: #8B3781; $base-700: #632C5C; $base-800: #41203D; $base-900: #281526; $base-hover: #110310; $base-subtle: #DC91D3;
{
"color": {
"base": {
"value": "#150413",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2FC",
"type": "color"
},
"100": {
"value": "#F9DCF6",
"type": "color"
},
"200": {
"value": "#F2BBEB",
"type": "color"
},
"300": {
"value": "#E38CD9",
"type": "color"
},
"400": {
"value": "#D161C4",
"type": "color"
},
"500": {
"value": "#B63FA8",
"type": "color"
},
"600": {
"value": "#8B3781",
"type": "color"
},
"700": {
"value": "#632C5C",
"type": "color"
},
"800": {
"value": "#41203D",
"type": "color"
},
"900": {
"value": "#281526",
"type": "color"
}
}
}
}