#293F87 is a deep, cool violet. On the Color Lab it reads clean and engineered, quietly premium. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #293F87 works with other colors. Named schemes with #293F87 in its natural role, and a note on why the supporting colors balance it.
Classic Blue opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Classic Blue is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Classic Blue.
Classic Blue plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Classic Blue sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Classic Blue 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 Classic Blue carrying the quiet middle.
How #293F87 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 #293F87 at work across the surfaces designers actually ship.
:root {
--color-base: #293F87;
--color-base-rgb: 41 63 135;
--color-base-oklch: oklch(39.3% 0.123 267.6);
--color-50: #F3F5FC;
--color-100: #DFE5F6;
--color-200: #C1CBEC;
--color-300: #95A5DA;
--color-400: #6D82C5;
--color-500: #4C62A9;
--color-600: #404F82;
--color-700: #323C5D;
--color-800: #242A3D;
--color-900: #171B26;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
classic-blue: {
50: '#F3F5FC',
100: '#DFE5F6',
200: '#C1CBEC',
300: '#95A5DA',
400: '#6D82C5',
500: '#4C62A9',
600: '#404F82',
700: '#323C5D',
800: '#242A3D',
900: '#171B26',
},
}
$base: #293F87; $base-ink: #FFFFFF; $base-50: #F3F5FC; $base-100: #DFE5F6; $base-200: #C1CBEC; $base-300: #95A5DA; $base-400: #6D82C5; $base-500: #4C62A9; $base-600: #404F82; $base-700: #323C5D; $base-800: #242A3D; $base-900: #171B26; $base-hover: #22336D; $base-subtle: #B9C3E1;
{
"color": {
"base": {
"value": "#293F87",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F3F5FC",
"type": "color"
},
"100": {
"value": "#DFE5F6",
"type": "color"
},
"200": {
"value": "#C1CBEC",
"type": "color"
},
"300": {
"value": "#95A5DA",
"type": "color"
},
"400": {
"value": "#6D82C5",
"type": "color"
},
"500": {
"value": "#4C62A9",
"type": "color"
},
"600": {
"value": "#404F82",
"type": "color"
},
"700": {
"value": "#323C5D",
"type": "color"
},
"800": {
"value": "#242A3D",
"type": "color"
},
"900": {
"value": "#171B26",
"type": "color"
}
}
}
}