#0D6858 is a mid-toned, cool teal. On the Color Lab it reads quietly premium, restrained and easy to live with. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #0D6858 works with other colors. Named schemes with #0D6858 in its natural role, and a note on why the supporting colors balance it.
Hunter Green opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Hunter Green keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Hunter Green plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Hunter Green 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.
Hunter Green 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 Hunter Green carrying the quiet middle.
How #0D6858 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 #0D6858 at work across the surfaces designers actually ship.
:root {
--color-base: #0D6858;
--color-base-rgb: 13 104 88;
--color-base-oklch: oklch(46.4% 0.083 176.7);
--color-50: #F1FEFB;
--color-100: #DAFBF5;
--color-200: #B6F6EA;
--color-300: #85EAD7;
--color-400: #58DAC2;
--color-500: #36BFA6;
--color-600: #309180;
--color-700: #28675B;
--color-800: #1E433C;
--color-900: #142925;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
hunter-green: {
50: '#F1FEFB',
100: '#DAFBF5',
200: '#B6F6EA',
300: '#85EAD7',
400: '#58DAC2',
500: '#36BFA6',
600: '#309180',
700: '#28675B',
800: '#1E433C',
900: '#142925',
},
}
$base: #0D6858; $base-ink: #FFFFFF; $base-50: #F1FEFB; $base-100: #DAFBF5; $base-200: #B6F6EA; $base-300: #85EAD7; $base-400: #58DAC2; $base-500: #36BFA6; $base-600: #309180; $base-700: #28675B; $base-800: #1E433C; $base-900: #142925; $base-hover: #0A5446; $base-subtle: #A1E7DA;
{
"color": {
"base": {
"value": "#0D6858",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F1FEFB",
"type": "color"
},
"100": {
"value": "#DAFBF5",
"type": "color"
},
"200": {
"value": "#B6F6EA",
"type": "color"
},
"300": {
"value": "#85EAD7",
"type": "color"
},
"400": {
"value": "#58DAC2",
"type": "color"
},
"500": {
"value": "#36BFA6",
"type": "color"
},
"600": {
"value": "#309180",
"type": "color"
},
"700": {
"value": "#28675B",
"type": "color"
},
"800": {
"value": "#1E433C",
"type": "color"
},
"900": {
"value": "#142925",
"type": "color"
}
}
}
}