#4A67CE is a mid-toned, cool violet. On the Color Lab it reads clean and engineered. It carries a legible label as a UI accent and sits well as a supporting tone.
Not just a swatch — here's how #4A67CE works with other colors. Named schemes with #4A67CE in its natural role, and a note on why the supporting colors balance it.
Royal Blue opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Royal 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 Royal Blue.
Royal 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.
Royal Blue sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Royal 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 Royal Blue carrying the quiet middle.
How #4A67CE 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 #4A67CE at work across the surfaces designers actually ship.
:root {
--color-base: #4A67CE;
--color-base-rgb: 74 103 206;
--color-base-oklch: oklch(54.7% 0.162 268.7);
--color-50: #F3F5FC;
--color-100: #DEE4F7;
--color-200: #BFC9ED;
--color-300: #93A3DC;
--color-400: #6A7EC8;
--color-500: #485EAD;
--color-600: #3D4D84;
--color-700: #303A5E;
--color-800: #23293E;
--color-900: #171A26;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
royal-blue: {
50: '#F3F5FC',
100: '#DEE4F7',
200: '#BFC9ED',
300: '#93A3DC',
400: '#6A7EC8',
500: '#485EAD',
600: '#3D4D84',
700: '#303A5E',
800: '#23293E',
900: '#171A26',
},
}
$base: #4A67CE; $base-ink: #FFFFFF; $base-50: #F3F5FC; $base-100: #DEE4F7; $base-200: #BFC9ED; $base-300: #93A3DC; $base-400: #6A7EC8; $base-500: #485EAD; $base-600: #3D4D84; $base-700: #303A5E; $base-800: #23293E; $base-900: #171A26; $base-hover: #304CB0; $base-subtle: #CED4EB;
{
"color": {
"base": {
"value": "#4A67CE",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F3F5FC",
"type": "color"
},
"100": {
"value": "#DEE4F7",
"type": "color"
},
"200": {
"value": "#BFC9ED",
"type": "color"
},
"300": {
"value": "#93A3DC",
"type": "color"
},
"400": {
"value": "#6A7EC8",
"type": "color"
},
"500": {
"value": "#485EAD",
"type": "color"
},
"600": {
"value": "#3D4D84",
"type": "color"
},
"700": {
"value": "#303A5E",
"type": "color"
},
"800": {
"value": "#23293E",
"type": "color"
},
"900": {
"value": "#171A26",
"type": "color"
}
}
}
}