#280516 is a deep, warm red. On the Color Lab it reads clean and engineered, quietly premium. It is too dark to lead as a primary accent and reproduces cleanly in print.
Not just a swatch — here's how #280516 works with other colors. Named schemes with #280516 in its natural role, and a note on why the supporting colors balance it.
Graphite plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
This palette keeps Graphite as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Graphite 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.
Graphite carries the depth in this luxury scheme, offset by a brass accent and near-black and held together by a deep neutral and an off-white surface.
Graphite 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 Graphite carrying the quiet middle.
How #280516 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 #280516 at work across the surfaces designers actually ship.
:root {
--color-base: #280516;
--color-base-rgb: 40 5 22;
--color-base-oklch: oklch(19.2% 0.063 354.1);
--color-50: #FEF1F7;
--color-100: #FBDAEA;
--color-200: #F6B6D5;
--color-300: #EA85B6;
--color-400: #DA5897;
--color-500: #BF3678;
--color-600: #91305F;
--color-700: #672846;
--color-800: #431E30;
--color-900: #29141E;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
graphite: {
50: '#FEF1F7',
100: '#FBDAEA',
200: '#F6B6D5',
300: '#EA85B6',
400: '#DA5897',
500: '#BF3678',
600: '#91305F',
700: '#672846',
800: '#431E30',
900: '#29141E',
},
}
$base: #280516; $base-ink: #FFFFFF; $base-50: #FEF1F7; $base-100: #FBDAEA; $base-200: #F6B6D5; $base-300: #EA85B6; $base-400: #DA5897; $base-500: #BF3678; $base-600: #91305F; $base-700: #672846; $base-800: #431E30; $base-900: #29141E; $base-hover: #210412; $base-subtle: #E390B8;
{
"color": {
"base": {
"value": "#280516",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF1F7",
"type": "color"
},
"100": {
"value": "#FBDAEA",
"type": "color"
},
"200": {
"value": "#F6B6D5",
"type": "color"
},
"300": {
"value": "#EA85B6",
"type": "color"
},
"400": {
"value": "#DA5897",
"type": "color"
},
"500": {
"value": "#BF3678",
"type": "color"
},
"600": {
"value": "#91305F",
"type": "color"
},
"700": {
"value": "#672846",
"type": "color"
},
"800": {
"value": "#431E30",
"type": "color"
},
"900": {
"value": "#29141E",
"type": "color"
}
}
}
}