#DB8A62 is a mid-toned, warm amber. On the Color Lab it reads organic and grounded, with a faded, vintage edge. It reproduces cleanly in print.
Not just a swatch — here's how #DB8A62 works with other colors. Named schemes with #DB8A62 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Dark Salmon as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Dark Salmon holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Dark Salmon opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Dark Salmon 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 Salmon 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 Salmon carrying the quiet middle.
How #DB8A62 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 #DB8A62 at work across the surfaces designers actually ship.
:root {
--color-base: #DB8A62;
--color-base-rgb: 219 138 98;
--color-base-oklch: oklch(70.9% 0.113 46.6);
--color-50: #FDF6F2;
--color-100: #F8E6DD;
--color-200: #F0CEBD;
--color-300: #E0AA8F;
--color-400: #CD8865;
--color-500: #B26843;
--color-600: #88543A;
--color-700: #613F2E;
--color-800: #402B21;
--color-900: #271C16;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
dark-salmon: {
50: '#FDF6F2',
100: '#F8E6DD',
200: '#F0CEBD',
300: '#E0AA8F',
400: '#CD8865',
500: '#B26843',
600: '#88543A',
700: '#613F2E',
800: '#402B21',
900: '#271C16',
},
}
$base: #DB8A62; $base-ink: #141310; $base-50: #FDF6F2; $base-100: #F8E6DD; $base-200: #F0CEBD; $base-300: #E0AA8F; $base-400: #CD8865; $base-500: #B26843; $base-600: #88543A; $base-700: #613F2E; $base-800: #402B21; $base-900: #271C16; $base-hover: #CE642F; $base-subtle: #F0DDD4;
{
"color": {
"base": {
"value": "#DB8A62",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF6F2",
"type": "color"
},
"100": {
"value": "#F8E6DD",
"type": "color"
},
"200": {
"value": "#F0CEBD",
"type": "color"
},
"300": {
"value": "#E0AA8F",
"type": "color"
},
"400": {
"value": "#CD8865",
"type": "color"
},
"500": {
"value": "#B26843",
"type": "color"
},
"600": {
"value": "#88543A",
"type": "color"
},
"700": {
"value": "#613F2E",
"type": "color"
},
"800": {
"value": "#402B21",
"type": "color"
},
"900": {
"value": "#271C16",
"type": "color"
}
}
}
}