#E3514C is a mid-toned, warm orange. On the Color Lab it reads bold and ownable. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #E3514C works with other colors. Named schemes with #E3514C in its natural role, and a note on why the supporting colors balance it.
This palette keeps Cinnabar as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Cinnabar 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.
Cinnabar opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Cinnabar 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.
Cinnabar 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 Cinnabar carrying the quiet middle.
How #E3514C 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 #E3514C at work across the surfaces designers actually ship.
:root {
--color-base: #E3514C;
--color-base-rgb: 227 81 76;
--color-base-oklch: oklch(63.2% 0.183 25.7);
--color-50: #FDF2F1;
--color-100: #FADCDB;
--color-200: #F4BBB9;
--color-300: #E78C88;
--color-400: #D5615D;
--color-500: #BB3E3A;
--color-600: #8E3633;
--color-700: #652C2A;
--color-800: #42201F;
--color-900: #281515;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
cinnabar: {
50: '#FDF2F1',
100: '#FADCDB',
200: '#F4BBB9',
300: '#E78C88',
400: '#D5615D',
500: '#BB3E3A',
600: '#8E3633',
700: '#652C2A',
800: '#42201F',
900: '#281515',
},
}
$base: #E3514C; $base-ink: #141310; $base-50: #FDF2F1; $base-100: #FADCDB; $base-200: #F4BBB9; $base-300: #E78C88; $base-400: #D5615D; $base-500: #BB3E3A; $base-600: #8E3633; $base-700: #652C2A; $base-800: #42201F; $base-900: #281515; $base-hover: #D02620; $base-subtle: #F1CFCE;
{
"color": {
"base": {
"value": "#E3514C",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2F1",
"type": "color"
},
"100": {
"value": "#FADCDB",
"type": "color"
},
"200": {
"value": "#F4BBB9",
"type": "color"
},
"300": {
"value": "#E78C88",
"type": "color"
},
"400": {
"value": "#D5615D",
"type": "color"
},
"500": {
"value": "#BB3E3A",
"type": "color"
},
"600": {
"value": "#8E3633",
"type": "color"
},
"700": {
"value": "#652C2A",
"type": "color"
},
"800": {
"value": "#42201F",
"type": "color"
},
"900": {
"value": "#281515",
"type": "color"
}
}
}
}