#47495C is a muted, temperate purple. On the Color Lab it reads clean and engineered, quietly premium. It reproduces cleanly in print.
Not just a swatch — here's how #47495C works with other colors. Named schemes with #47495C in its natural role, and a note on why the supporting colors balance it.
Outer Space opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Outer Space keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Outer Space plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Outer Space 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.
Outer Space 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 Outer Space carrying the quiet middle.
How #47495C 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 #47495C at work across the surfaces designers actually ship.
:root {
--color-base: #47495C;
--color-base-rgb: 71 73 92;
--color-base-oklch: oklch(41.1% 0.032 280.2);
--color-50: #F6F6F8;
--color-100: #E8E8ED;
--color-200: #D1D2DB;
--color-300: #AFB1C0;
--color-400: #8E90A4;
--color-500: #6F7186;
--color-600: #595A69;
--color-700: #42434D;
--color-800: #2D2E34;
--color-900: #1D1D20;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
outer-space: {
50: '#F6F6F8',
100: '#E8E8ED',
200: '#D1D2DB',
300: '#AFB1C0',
400: '#8E90A4',
500: '#6F7186',
600: '#595A69',
700: '#42434D',
800: '#2D2E34',
900: '#1D1D20',
},
}
$base: #47495C; $base-ink: #FFFFFF; $base-50: #F6F6F8; $base-100: #E8E8ED; $base-200: #D1D2DB; $base-300: #AFB1C0; $base-400: #8E90A4; $base-500: #6F7186; $base-600: #595A69; $base-700: #42434D; $base-800: #2D2E34; $base-900: #1D1D20; $base-hover: #393A4A; $base-subtle: #C6C7D0;
{
"color": {
"base": {
"value": "#47495C",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F6F6F8",
"type": "color"
},
"100": {
"value": "#E8E8ED",
"type": "color"
},
"200": {
"value": "#D1D2DB",
"type": "color"
},
"300": {
"value": "#AFB1C0",
"type": "color"
},
"400": {
"value": "#8E90A4",
"type": "color"
},
"500": {
"value": "#6F7186",
"type": "color"
},
"600": {
"value": "#595A69",
"type": "color"
},
"700": {
"value": "#42434D",
"type": "color"
},
"800": {
"value": "#2D2E34",
"type": "color"
},
"900": {
"value": "#1D1D20",
"type": "color"
}
}
}
}