#A3ABCD is a muted, cool violet. On the Color Lab it reads clean and engineered, restrained and easy to live with. It holds up as a large surface and reproduces cleanly in print.
Not just a swatch — here's how #A3ABCD works with other colors. Named schemes with #A3ABCD in its natural role, and a note on why the supporting colors balance it.
Dark Gray keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Dark Gray opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Dark Gray 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.
Dark Gray is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Dark Gray.
Dark Gray 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 Dark Gray carrying the quiet middle.
How #A3ABCD 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 #A3ABCD at work across the surfaces designers actually ship.
:root {
--color-base: #A3ABCD;
--color-base-rgb: 163 171 205;
--color-base-oklch: oklch(74.6% 0.050 274.7);
--color-50: #F5F6FA;
--color-100: #E4E7F1;
--color-200: #CACEE2;
--color-300: #A4ABCB;
--color-400: #8089B2;
--color-500: #606A95;
--color-600: #4E5574;
--color-700: #3B4054;
--color-800: #292C38;
--color-900: #1B1C23;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
dark-gray: {
50: '#F5F6FA',
100: '#E4E7F1',
200: '#CACEE2',
300: '#A4ABCB',
400: '#8089B2',
500: '#606A95',
600: '#4E5574',
700: '#3B4054',
800: '#292C38',
900: '#1B1C23',
},
}
$base: #A3ABCD; $base-ink: #141310; $base-50: #F5F6FA; $base-100: #E4E7F1; $base-200: #CACEE2; $base-300: #A4ABCB; $base-400: #8089B2; $base-500: #606A95; $base-600: #4E5574; $base-700: #3B4054; $base-800: #292C38; $base-900: #1B1C23; $base-hover: #727EB3; $base-subtle: #E5E6EE;
{
"color": {
"base": {
"value": "#A3ABCD",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F5F6FA",
"type": "color"
},
"100": {
"value": "#E4E7F1",
"type": "color"
},
"200": {
"value": "#CACEE2",
"type": "color"
},
"300": {
"value": "#A4ABCB",
"type": "color"
},
"400": {
"value": "#8089B2",
"type": "color"
},
"500": {
"value": "#606A95",
"type": "color"
},
"600": {
"value": "#4E5574",
"type": "color"
},
"700": {
"value": "#3B4054",
"type": "color"
},
"800": {
"value": "#292C38",
"type": "color"
},
"900": {
"value": "#1B1C23",
"type": "color"
}
}
}
}